SOLVED - How to turn php Notices off in Mambo?
Hello,
I have tried using the .htaccess file method as well as inserting into my index.php the following:
ini_set('display_errors', 1);
error_reporting(E_ERROR);
but nothing seems to work to get rid of the php Notices that I am receiving...