You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when trying to launch with the latest patch:
Declaration of PHPPM\Bridges\HttpKernel::bootstrap($appBootstrap, $appenv, $debug) must be compatible with PHPPM\Bridges\BridgeInterface::bootstrap($appBootstrap, $appenv) in /var/www/beta/vendor/php-pm/httpkernel-adapter/Bridges/HttpKernel.php on line 14.
In BridgeInterface.php of php-pm, there is no $debug argument.
The text was updated successfully, but these errors were encountered:
@marcj That was exactly it, thanks!. Also, I wasn't running composer install in the php-fpm directory which I now did. However, I now have another error:
...
Starting PHP-PM with 4 workers, using StreamSelectLoop ...
PHP Fatal error: Uncaught Error: Class 'Illuminate\Foundation\Application' not found in /var/www/beta.laggygamerz.com/bootstrap/app.php:14
...
I get the following error when trying to launch with the latest patch:
Declaration of PHPPM\Bridges\HttpKernel::bootstrap($appBootstrap, $appenv, $debug) must be compatible with PHPPM\Bridges\BridgeInterface::bootstrap($appBootstrap, $appenv) in /var/www/beta/vendor/php-pm/httpkernel-adapter/Bridges/HttpKernel.php on line 14.
In BridgeInterface.php of php-pm, there is no $debug argument.
The text was updated successfully, but these errors were encountered: