05-06-2011, 05:12 AM
Hi
can you add this in settings file
These lines to see error messages
doudoux
can you add this in settings file
PHP Code:
ini_set("html_errors", 1);
ini_set("display_errors", 1);
ini_set("error_reporting", E_ALL);
These lines to see error messages
doudoux