Forum Moderators: coopster
I get the following error message:
"There is a problem with the page you are trying to reach and it cannot be displayed."
However before today everything worked fine - is there anything that I can check to correct this? Thanks
is there anything that I can check to correct this?
Check your error logs for anything regarding that script. You may also want to turn error reporting [us3.php.net] up to see where the problem is coming from.
Reply back with that you've found.
error_reporting(E_ALL);
could it be because of an apache or php upgrade
Well, yes it could be because of an upgrade, but you said that you are only getting variable errors which leads me to believe that it has nothing to do with that because if that were the case, you'd be getting undefined functions errors.
If you would like, post the relevant code that isn't working for you along with the exact errors you are receiving (with the corresponding lines) and we'll see what we can do. :)