PDA

View Full Version : Error in CGI Application after moving to PHP4.1.0


rawnet
Sun 16th Dec '01, 6:22am
Hello,

I took the plunge and upgraded to PHP4.1.0 on Windows2000 (using the straight windows installer).

Thought everything was going fine - even noticed a speed improvement - but a few pages are giving "Error in CGI Application" errors. An example of this is member.php. Eg http://www.servicepals.com/forums/member.php?s=&action=getinfo&userid=148

Does anyone know what would cause this? I believe I'm using php.exe rather than the .dll - this should eliminate the ISAPI problem?

Any ideas? I'm at a loss,

Cheers,

Ross

Pingu
Sun 16th Dec '01, 1:11pm
Haven't upgraded yet, so I wouldn't know.
But untill now I've been running php as CGI, and not the ISAPI module. One thing I DO expect of PHP4.1.0 is that the ISAPI module will be less buggy.
When I first did some test runs a while ago, I had PHP installed as ISAPI. vBulletin ran back then I believe, but other progs weren't. So I switched to CGI.

You better find out what you are running now, and maybe try a switch. I can't imagine you have troubles with permissions, since everything ran before. Unless you installed PHP in a different location?

rawnet
Sun 16th Dec '01, 1:30pm
Hi,

PHP is installed in same, default location - did a straight install - had backed up PHP previously. Am running as CGI using php.exe to process PHP pages.

I've now gone back to previous install until there's an announcement on this. I've got a very standard Windows2000 system - nothing fancy or unusual.

Has anyone else experienced this since upgrading to 4.1.0?