Jump to content

Edit History

Everything worked and suddenly .. 500 Server Error .. did not do any changes since 15. April 2025 .. last update vast 14. March from 8.1.5 to 8.2.1 .. I have only Cron tasks running several times a day to update products and prices. Tried manually clear cache .. nothing changed .. changed server PHP version ..  nothing changed ..

Log file shows an error ..    PHP Fatal error: Uncaught Error: Class "Context" not found in www/apache/domains/      htdocs/init.php:27

init.php has only this code in it and have not been changed since verison upgrade March 14th ..

if (isset(Context::getContext()->controller)) {
    $controller = Context::getContext()->controller;
} else {
    $controller = new FrontController();
    $controller->init();
}
 

Everything worked and suddenly .. 500 Server Error .. did not do any changes since 15. April 2025 .. last update vast 14. March from 8.1.5 to 8.2.1 .. I have only Cron tasks running several times a day to update products and prices. Tried manually clear

Log file shows an error ..    PHP Fatal error: Uncaught Error: Class "Context" not found in www/apache/domains/      htdocs/init.php:27

init.php has only this code in it and have not been changed since verison upgrade March 14th ..

if (isset(Context::getContext()->controller)) {
    $controller = Context::getContext()->controller;
} else {
    $controller = new FrontController();
    $controller->init();
}
 

×
×
  • Create New...