PHP not parsing in Firefox after PHP update

XBL

Verified User
Joined
Nov 30, 2004
Messages
50
Location
Castricum, The Netherlands
Hi,

We've recently updated PHP on one of our servers from 4.3.9 to 5.0.3 (using this). But right now, PHP doesn't parse anymore in Firefox. It's working properly in Internet Explorer, tho. Going back to 4.3.9 (by disabling php5 and enabling php4 in the httpd.conf) gives us the same problem.

I think it has something to do with the header info which is supposed to be sent, but isn't sent correctly...

Test url.

Anyone suggestions? Thanks!

Jochem
 
Using Mozilla or IE doesn't matter. I used mozilla and all looks same. So you're PHP does work (4.3.9)

You should check you're caching settings, somehow it's still cached in you're mozilla.

PHP = Server side. Not client side. So if source is being outputed on the server, it doesn't matter if you're using IE or Mozilla. As PHP doesn't check wich client is connected ;)
 
I know, but we had some problems with images generated by php too, which appeard to be client side.

I came back today to my pc, and everything is, indeed working correct. Probably some caching (as you suggested).

Thanks, tho :).

Jochem
 
Back
Top