Tiziano.b Posted March 2, 2017 Share Posted March 2, 2017 (edited) buon giorno ragazzi, stavo lavorando sul sito nelle pagine termini e condizioni d'uso, cliccando sul link inserito nel blocco cms, mi apre la pagina completamente bianca, leggendo il file error_log mi da questo errore "[01-Mar-2017 20:03:36 Europe/Rome] PHP Fatal error: Class 'CmsController' not found in .........../classes/controller/Controller.php on line 134,ho controllato il file e sembra tutto ok.... nel controller la riga 134 equivale a questa: return new $class_name($auth, $ssl); il blocco di codice è questo: public static function getController($class_name, $auth = false, $ssl = false) { return new $class_name($auth, $ssl); } public function __construct() { if (is_null($this->display_header)) { $this->display_header = true; } if (is_null($this->display_header_javascript)) { $this->display_header_javascript = true; } if (is_null($this->display_footer)) { $this->display_footer = true; } $this->context = Context::getContext(); $this->context->controller = $this; Edited March 2, 2017 by Tiziano.b (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now