If that's PHP, it looks like something didn't move with the rest of the site... Or your include locaitons changed such that it can't find the file where the variable [red]msg[/red] is defined.
Check to see if everything moved and that all your stuff if still in the directories/folders they used to be.
Newer PHP versions have their error reporting thresholds set "lower" to give you more information about sanity checks that may have always been there...
see "error_reporting" in the php manual
Also, you should be checking file permissions and ownership
D.E.R. Management - IT Project Management Consulting
I've seen issues with filename (upper/lowwer case). My wife was one of these offenders. She liked to code with filenames in caps. Windows is not case sensitive, whereas Linux is. Ohter than that, I'm more inclined to say sloppy coding.
--== Anything can go wrong. It's just a matter of how far wrong it will go till people think its right. ==--
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.