My tech guys installed the newest PHP on my server and now my PHP scripts

Brad

New member
don't work. What changed? What changed in the newest version of PHP which is causing my scripts not to work? They assured me they have permissions set up properly and that its not an issue on their end- however, these scripts worked fine until they installed the new version of PHP.

Is there something about the new version that changed? How do I fix them to be compatible with the new version?
It was PHP4.

I think everythings installed correctly because they have PHP running with Xcart, our ecommerce solution>

Wheres a good place to learn about coding differences between the new and PHP4 if you think that could be the problem? I only do simple scripts, as I am a designer and not IT.

Thanks!
 
What did you upgrade from?

If you're working with scripts written in PHP4, it's time to update. If you were using PHP5, you should be fine.

Now, did PHP get configured with Apache correctly?
 
Back
Top