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
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "DebugBundle" from namespace "Symfony\Bundle\DebugBundle".
Did you forget a "use" statement for another namespace?
at /var/www/html/gitlist/src/Kernel.php:52
at GitList\Kernel->registerBundles()
(/var/www/html/gitlist/vendor/symfony/http-kernel/Kernel.php:382)
at Symfony\Component\HttpKernel\Kernel->initializeBundles()
(/var/www/html/gitlist/vendor/symfony/http-kernel/Kernel.php:768)
at Symfony\Component\HttpKernel\Kernel->preBoot()
(/var/www/html/gitlist/vendor/symfony/http-kernel/Kernel.php:190)
at Symfony\Component\HttpKernel\Kernel->handle()
(/var/www/html/gitlist/public/index.php:35)
Could you help me ?
regards.
The text was updated successfully, but these errors were encountered:
Hi,
I've installed gitlist on a Fedora 36 server with PHP 8.1.5RC1. phpinfo() works fine.
I've a 500 server error. I've forced the debug mode by changing (PHP noob ) public/index.php:18 with
$debug = true; //(bool) ($_SERVER['APP_DEBUG'] ?? ('prod' !== $env));
here is the stacktrace :
Could you help me ?
regards.
The text was updated successfully, but these errors were encountered: