How to turn php Notices off?

Status
Not open for further replies.

mpadilla2

New Member
Messages
26
Reaction score
0
Points
0
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!
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I logged in as guest\guest and I don't see any errors... Is there a certain page?
 

mpadilla2

New Member
Messages
26
Reaction score
0
Points
0
Thank you Corey for responding. I solved the problem therefore there are no more php Notices.


I edited my configuration.php for mambo and set $mosConfig_error_reporting = '0';


Thank you again.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Ah, okay. Please re-open this if you need more help.

-Corey
 
Status
Not open for further replies.
Top