We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: Fatal error: Class 'AppKernel' not found in /home/kamil/Projekty/test/vendor/php-pm/httpkernel-adapter/Bootstraps/Symfony.php:58 Stack trace: #0 /home/kamil/Projekty/test/vendor/php-pm/httpkernel-adapter/Bridges/HttpKernel.php(52): PHPPM\Bootstraps\Symfony->getApplication() #1 /home/kamil/Projekty/test/vendor/php-pm/php-pm/ProcessSlave.php(177): PHPPM\Bridges\HttpKernel->bootstrap('\\PHPPM\\Bootstra...', 'dev', true) #2 /home/kamil/Projekty/test/vendor/php-pm/php-pm/ProcessSlave.php(260): PHPPM\ProcessSlave->bootstrap('symfony', 'dev', true) #3 /home/kamil/Projekty/test/vendor/php-pm/php-pm/ProcessCommunicationTrait.php(26): PHPPM\ProcessSlave->commandBootstrap(Array, Object(React\Socket\Connection)) #4 /home/kamil/Projekty/test/vendor/php-pm/php-pm/ProcessCommunicationTrait.php(50): PHPPM\ProcessSlave->processMessage('{"cmd":"bootstr...', Object(React\Socket\Connection)) #5 [internal function]: PHPPM\ProcessSlave->PHPPM\{ in /home/kamil/Projekty/test/vendor/php-pm/httpkernel-adapter/Bootstraps/Symfony.php on line 58
The text was updated successfully, but these errors were encountered:
But you have an \AppKernel class?
Sorry, something went wrong.
Yeah... for 2.8 you should require: app/bootstrap.php.cache then app/AppKernel.php
app/bootstrap.php.cache
app/AppKernel.php
And all works fine...
Well, I don't think so. I'm using 2.8 as well and it works. Maybe your autoloader is not correctly configured
#31 Fixes all problems 👍
No branches or pull requests
The text was updated successfully, but these errors were encountered: