Page 1 of 1
root\system\engine\controller.php error
Posted: Thu May 14, 2015 10:00 pm
by kevlar
The controller.php file in the directory "root\system\engine\" is missing its closing php tag (?>)
Causing the use of $this->config->get() to contain an undefined error.
Silly mistake to make
Re: root\system\engine\controller.php error
Posted: Fri May 15, 2015 12:21 am
by rph
Something else is causing your issue. Closing tags aren't required in pure PHP files.
Re: root\system\engine\controller.php error
Posted: Fri May 15, 2015 10:50 pm
by viethemes
kevlar wrote:The controller.php file in the directory "root\system\engine\" is missing its closing php tag (?>)
Causing the use of $this->config->get() to contain an undefined error.
Silly mistake to make
Did you use $this->config->get() in the methods?