RE: [PHP] User error handler must not modify error context

2005-09-19 Thread Michael Sims
Noel wrote: > Error Message: > Fatal error: User error handler must not modify error context in > [FILENAME] on line 58 [...] > My site has just been upgraded to this version. In the previous > version (4.3.11), my site works just fine. Could this be a bug? If it > is, how can I solve it at least u

Re: [PHP] User error handler must not modify error context

2005-09-19 Thread Jasper Bryant-Greene
Noel wrote: Error Message: Fatal error: User error handler must not modify error context in [FILENAME] on line 58 [snip] The error number is pointing to this code: LINE 57: global $mywebsite; LINE 58: if ($_POST['title']) $title = $_POST['title']; LINE 59: elseif ($_GET['title']) $title = $_G