Jump to content

PrestaShop 1.5.6.0 Fatal error


Recommended Posts

Hi,

 

I did nothing and the shop simply stopped working. on both BO and FO i receive the error:

Fatal error: Class name must be a valid object or a string in /classes/controller/Controller.php on line 128

 

 

public static function getController($class_name, $auth = false, $ssl = false)
{
return new $class_name($auth, $ssl);
}

 

Any ideas?

 

 

Link to comment
Share on other sites

×
×
  • Create New...