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
Recently I have done mass upgrade on cpanel for php and mysql and it cause a lot of disasters after(not sure if due to codes itself since this is handovered from existing project). When to access one of the domains it returns 500 error. The one of the errors shown is as per below:-
[02-Sep-2021 14:57:36 Asia/Kuala_Lumpur] PHP Fatal error: Uncaught Error: Class 'Symfony\Bundle\MonologBundle\MonologBundle' not found in /home/mpn2u/public_html/p3/yinson/app/AppKernel.php:20
Stack trace:
#0 /home/mpn2u/public_html/p3/yinson/app/bootstrap.php.cache(2581): AppKernel->registerBundles()
#1 /home/mpn2u/public_html/p3/yinson/app/bootstrap.php.cache(2410): Symfony\Component\HttpKernel\Kernel->initializeBundles()
#2 /home/mpn2u/public_html/p3/yinson/app/bootstrap.php.cache(2442): Symfony\Component\HttpKernel\Kernel->boot()
#3 /home/mpn2u/public_html/p3/yinson/public/app.php(29): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#4 {main}
thrown in /home/mpn2u/public_html/p3/yinson/app/AppKernel.php on line 20
Upon searching from previous similar issues on class not found, I run composer require symfony/monolog-bundle and it return this error log:-
I have refers to several questions on this matter including on github but seems no way out for me. I am full of hope to seek advice on which matter I might mislooked. This issues will cost us a lot in terms of compensations from clients. Thank you.
The text was updated successfully, but these errors were encountered:
Hi all,
Recently I have done mass upgrade on cpanel for php and mysql and it cause a lot of disasters after(not sure if due to codes itself since this is handovered from existing project). When to access one of the domains it returns 500 error. The one of the errors shown is as per below:-
Upon searching from previous similar issues on class not found, I run
composer require symfony/monolog-bundle
and it return this error log:-I have refers to several questions on this matter including on github but seems no way out for me. I am full of hope to seek advice on which matter I might mislooked. This issues will cost us a lot in terms of compensations from clients. Thank you.
The text was updated successfully, but these errors were encountered: