You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Example log messages:

\n

 

\n

[02-Jun-2010 14:29:51] PHP Deprecated: Function split() is deprecated in C:\\Program Files\\uptime software\\uptime\\GUI\\classes\\protocol\\ProtocolParser.inc on line 30

\n

[02-Jun-2010 14:29:51] PHP Deprecated: Function split() is deprecated in C:\\Program Files\\uptime software\\uptime\\GUI\\classes\\protocol\\ProtocolParser.inc on line 30

\n

[02-Jun-2010 14:29:51] PHP Deprecated: Function split() is deprecated in C:\\Program Files\\uptime software\\uptime\\GUI\\classes\\protocol\\ProtocolParser.inc on line 30

\n

 

\n

These messages have no functional impact on up.time operation.  To suppress these deprecated entries from the php log, make the following change:

\n
  • Edit the //apache/php/php.ini file.
  • Change the following line from: error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING to: error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED.
  • Save the changes to the php.ini file.
  • Restart the up.time httpd / web server service to apply the change.  After the web server has restarted, tail the php log to verify the change.
  • No labels