luceos
After finishing the install process, it told me an error occured while trying to load this page
. After enabling debug mode, I got this error:
Illuminate \ Database \ QueryException (42S22)
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'discussions.id' in 'where clause' (SQL: (select `fldev_discussions`.* from `fldev_discussions` where not exists (select 1 from `fldev_discussions_tags` where 0 = 1 and discussions.id = discussion_id) and (`fldev_discussions`.`is_private` = 0 or (`fldev_discussions`.`is_approved` = 0)) and not exists (select 1 from `fldev_users_discussions` where discussions.id = discussion_id and `user_id` = 1 and `subscription` = ignore) and not exists (select 1 from `fldev_discussions_tags` where 0 = 1 and discussions.id = discussion_id) order by `last_time` desc limit 21) union (select `fldev_discussions`.* from `fldev_discussions` where not exists (select 1 from `fldev_discussions_tags` where 0 = 1 and discussions.id = discussion_id) and (`fldev_discussions`.`is_private` = 0 or (`fldev_discussions`.`is_approved` = 0)) and `is_sticky` = 1 limit 21) order by is_sticky and not exists (select 1 from `fldev_users_discussions` as `fldev_sticky` where sticky.discussion_id = id and `fldev_sticky`.`user_id` = 1 and sticky.read_number >= last_post_number) and last_time > 0 desc, `last_time` desc limit 21)
I tried running php flarum install
and php flarum help install
but that didn't work....
UPDATE!! I was running php flarum install
in the wrong directory ? trying it in the right one now!
I keep on getting The directory is not writable. Please chmod this directory and its contents to 0775.
even though it is writable, and I have chmodded it to 0775...
Even when I run terminal as root, and chmod it, and try installing it, it still tells me that the directory is not writable....