- Edited
One could symlink the public directory?
In shared hosting it should also be possible to have files outside the docroot.
One could symlink the public directory?
In shared hosting it should also be possible to have files outside the docroot.
I'm aware of that dev-master is not supported. But I'm very new to flarum, composer and git, so I came to some trouble installing dev-master. Main reason to get it installed is to prepare my conversion-script for SMF2 to the new structures comming with beta-8.
For 1st, I'm not able to git clone using given command from luceos, so I started with cloning it using git clone https://github.com/flarum/flarum.git .
. So far, this was working and as well composer update
worked after modifying the composer.json.
At this point, I see the first issue which is, that php flarum -V
shows 0.1.0-beta.7 and not the expected beta-8 or dev-master. Unfortunally I started the installation and stuck after entering all information in the form (database, user, password, ....) as it stops with an error telling me "Soemthing went wrong: Class cache.store does not exist".
Even the installation via SSH stops with same error (additionally telling the location of the error where it occured "In Container.php line 752").
What did I do wrong ?
PHP v7.1.23
Apache 2.4.25
Debian stretch
luceos Just found that on github. Thanks.
https://github.com/flarum/core/issues/1587
Pirat you need to install flarum/flarum from the source;
https://discuss.flarum.org/d/9829-installing-flarum-dev-master/2
luceos Now such a mistake
http://localhost/flarum/public/
Fatal error: Trait 'Flarum\Core\Access\AssertPermissionTrait' not found in C:\xampp\htdocs\flarum\vendor\flarum\approval\src\Listener\ApproveContent.php on line 21
At the beginning there was a database settings page, then an error
Okay, I will not install the master version anyway there are a lot of errors most likely
I will use the stable version