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 all over the place on my Mambo install.
Please check it out by logging in as guest/guest at http://www.crashboard.com
Any help would be greatly appreciated.
Thank you,
Mel
I edited my configuration.php for mambo and set $mosConfig_error_reporting = '0';
Notices are all gone now!
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 all over the place on my Mambo install.
Please check it out by logging in as guest/guest at http://www.crashboard.com
Any help would be greatly appreciated.
Thank you,
Mel
I edited my configuration.php for mambo and set $mosConfig_error_reporting = '0';
Notices are all gone now!
Last edited: