Welcome Guest, Not a member yet? Register   Sign In
Call to undefined method CI_Controller::Controller()
#11

[eluser]Stefan Hueg[/eluser]
It seems that you are loading custom config files. Your error could have multiple reasons:
-corrupt custom config files?
-Config library not loaded correctly?
-You may have forgotten to migrate and overwrite anything in your /system/ folder?

Try the following:
-Delete all config-autoloadings in your autoload.php

Code:
$autoload['config'] = array();

Afterwards, see if the Config class is loaded correctly (set log level to 4 in config.php and put some breakpoints / echos / var_dumps).




Theme © iAndrew 2016 - Forum software by © MyBB