Jump to content

Warning messages- PLEASE HELP FAST!


julien

Recommended Posts

Turning off warning/notice messages on a live server is just a safeguard against exposing program information due to un-caught and un-expected conditions.

 

If your code is normally generating warnings/notices, it is not yet ready for a live server. Even if you disable the warning/notice messages (the messages are just the last step in a string of actions that occur every time php encounters a problem), your code is running slow because for every warning/notice condition that php encounters it must execute at least 20 times the error response code to deal with the problem than what it would have if your code did not contain any problems.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.