03-09-2011, 09:22 PM
Then when you use letodms, you have a blank page ? you have an error ? which ?
if you have a blank page add this in your settings file:
if you have a blank page add this in your settings file:
PHP Code:
ini_set("html_errors", 1);
ini_set("display_errors", 1);
ini_set("error_reporting", E_ALL);