[eluser]Stefan Hueg[/eluser]
[quote author="PaulBY" date="1336475337"]I looked at the error log:
Code:
[Tue May 08 14:11:24 2012] [error] [client 127.0.0.1]
PHP Fatal error: Call to a member function load() on a non-object in /home/paul/www/test/system/core/Loader.php on line 579
[/quote]
Which translates to
Code:
$CI->lang->load($langfile, $lang);
in the loader class and means your language class is not loaded properly?!