sandhya Posted May 4, 2011 Share Posted May 4, 2011 Hi all, In my server at present php4 is running. upto now it is working fine.Suddenly it is showing lot of errors like Use of undefined constant or Undefined variable:. While trying in Google and all i came to know that the variable should be initialized and bounded by quotes.I checked in 1 file and it worked fine. But my coding is 99% completed and to change in every file is not an easy thing.Can anybody help regarding this Please? Here i'm having 1 more problem also which suffering me for a long time. I'm having one login form in this.That user session is working properly in Chrome but not in Mozilla.Even in Chrome once i try to logoff and relogin again it is behaving like in Mozilla. anybody please help me regarding these 2 issues.Thanks in advance. Quote Link to comment Share on other sites More sharing options...
vicodin Posted May 4, 2011 Share Posted May 4, 2011 Well you should not be using PHP4. You should be using atleast 5... You may be using some code which is not compatible with PHP4. upgrade to PHP5 and see if it fixes your issue. Quote Link to comment Share on other sites More sharing options...
cunoodle2 Posted May 4, 2011 Share Posted May 4, 2011 The errors you are getting are from the code on line #44 in your .php files Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.