Hi saguaros do you mean enable the debug mode in the System settings in the back end admin? If so then I am lost as I cannot do anything in the admin backend apart from login. The error is preventing me clicking through to anything else.
I found this online:
To enable Debug mode in Joomla:
Open configuration. php configuration file;
Find the strings public $debug = '0';public $debug_lang = '0' and change from "0" to "1";
Save changes.
However, when I look in my configuration file the current settings are not 0 they are:
public $debug = false;
public $debug_lang = false;
public $debug_lang_const = true;
Should I change them all to 1?
Cheers Jim