PHP GURUS... Hellp.

RAJRAJ tenacious local 7,779 Posts
edited June 2006 in Strut Central
I'm transferring SS to my new web server and some PHP code is acting very funky.Like I can't parse through search results ( 1 2 3 4)... Could it be that I need to upgrade the version of PHP? This server is running on PHP 4.3.9 while the serve I am on now is 4.4.2.Halp.

  Comments


  • BeekBeek 146 Posts
    It's tough to tell without having the code or a specific error message... But basically what you want to do is eliminate ANY possibile differences the old server and the new one. So if this server is running a newer version of PHP, you'd actually want to downgrade PHP on the new server to version 4.3.9. Another place to check is database compatibility. You'll want to be using the same version of MySQL (assuming that's what you're using).

    Once you get it working, then you can try upgrading if you want, but it's really not necessary.
Sign In or Register to comment.