This topic is locked

Removing php error notices

2/17/2007 5:46:48 PM
PHPRunner General questions
G
gdude66 author

Hi,

This is not strictly a phprunner problem but using a third party app that I plug into the login page - if there is an error a php error notice is displayed in the browser.

Is there an easy way to stop this occurring and have it default back to the previous page?

J
Jane 2/19/2007

Graeme,
you can do it editing generated files manually.

Here are some helpful links:

http://www.php.net/manual/en/ref.errorfunc....display-errors

http://www.php.net/manual/en/function.error-reporting.php
Unfortunately we don't have a ready to go solution for this.