php upgraded by webhost -- help!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
calebsg
Forum Commoner
Posts: 28
Joined: Tue Jun 18, 2002 10:41 am

php upgraded by webhost -- help!

Post by calebsg »

My webhost just upgraded to php 4.2.0 unannounced. Since then, one of my scripts has stopped working entirely.

They have register_globals set to "on" so that isn't the problem. What else should I be looking for?

I'm really up the creek on this one...
Litazia Tanxashira
Forum Newbie
Posts: 3
Joined: Tue Jun 25, 2002 5:46 pm

Post by Litazia Tanxashira »

You might want to be a little more specific... such as, what was the script/what did it do? What version of PHP was on the server before? Any error messages?
calebsg
Forum Commoner
Posts: 28
Joined: Tue Jun 18, 2002 10:41 am

Post by calebsg »

the script was the php_lib_login thingy that's on freshmeat. The old version was 4.1.2 and there are no error messages currently -- the front page of my site is completely blank and it seems to be related to the fact that it includes a php_lib_login file.

I'm thinking the problem is with variables or sessions or something but I really have no clue. :(
calebsg
Forum Commoner
Posts: 28
Joined: Tue Jun 18, 2002 10:41 am

Post by calebsg »

well now I got it all fixed and can't remember the original problem

I need a holiday. :?
Post Reply