Help!
I have upgraded our internal CMS to PHP 5. We tested the changes we had to make for PHP5 compatibility thoroughly on a development machine. Then we put the PHP5 version of the CMS onto our remote production web server, and tested it again. No problems.
This week we went live.
Almost immediately, customers began complaining that their site was either coming up blank or showing a HTTP 500 Internal Server Error.
However, from our offices we just couldn't get any of the sites to crash.
Eventually, we managed to replicate the error by using RDC to browse from a remote machine.
Here's what we've noticed:
Maybe 19 out of 20 times you get the HTTP 500 Internal Server Error when entering the address of the CMS.
Once you get the CMS to load, if you navigate between the pages, they load fine every time.
From our company office, the CMS loads every time, regardless of whether you're entering the URL or following a link.
It makes no difference which browser is used.
We are running PHP 5.2.6 on IIS 6 and Windows 2003 Server. The database backend is MSSQL Server. We use ISAPI Rewrite for pretty URLs.
What on earth is going on? There is nothing in the Windows event logs. I turned on PHP error logging but the file remains empty.
Can anyone shed any light on this?
Thanks in advance
Fergus