Jump to content

pagine bianche termini e condizioi d'uso (ps 1.7)


Tiziano.b

Recommended Posts

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 by Tiziano.b (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...