Hi there,
in recent posts I said I would wait until the stable version comes out. But I cannot find any rest, so I just give it a try now. I am not that familiar with php and composer apps, so please don't be too harsh for me.
My server is running FreeBSD and I separate all services into different jails. Installing everything was actually pretty easy. But know I run into the following error:
Fatal error: Uncaught Error: Call to undefined function Symfony\Component\HttpFoundation\Session\Storage\session_register_shutdown() in /usr/local/www/flarum/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:112 Stack trace: #0 /usr/local/www/flarum/vendor/symfony/http-foundation/Session/Session.php(39): Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->__construct() #1 /usr/local/www/flarum/vendor/flarum/core/src/Http/Middleware/StartSession.php(57): Symfony\Component\HttpFoundation\Session\Session->__construct() #2 /usr/local/www/flarum/vendor/flarum/core/src/Http/Middleware/StartSession.php(44): Flarum\Http\Middleware\StartSession->startSession() #3 /usr/local/www/flarum/vendor/zendframework/zend-stratigility/src/Dispatch.php(212): Flarum\Http\Middleware\StartSession->__invoke(Object(Zend\Stratigility\Http\Request), Object(Zend\Stratigility\Http\Response), Object(Zend\Stratigility\Next)) #4 /usr/local/www/flarum/vendor/zendframew in /usr/local/www/flarum/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php on line 112
I do am not sure how to debug this and would really appreciate some help.
Btw. will I be able to upgrade to the stable branch, once it is out?
Edit: I am using php 7.1.
Cheers