With this on a page:

<?php
 ini_set(display_errors, "1");
?>

I'm now getting an error message:

"Notice: Undefined variable: XXID
in http/vhosts/mysite.com/httpdocs/folder/submit/main on line 140"

note: the XXID varaible is being passed from another page and it echoes just fine on the page.

I've not changed anything on this page for days and its had that php error code above all the while.

The error messages are just now popping up out of the blue.

What could cause this? Is it an indication my host has changed a configuration or possibly php version?
They haven't gotten back on this.

    Write a Reply...