500 internal...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
boinnk
Forum Newbie
Posts: 22
Joined: Fri Jul 26, 2002 9:53 am
Location: Sweden

500 internal...

Post by boinnk »

I've installed php on a machine running windows 2000 advanced server. Everything works fine... in the beginning. After a little while all I get is 500 internal server error.
The server is using the latest php & IIS (non-cgi).
Any ideas?
User avatar
sjunghare
Forum Newbie
Posts: 16
Joined: Tue Sep 03, 2002 6:22 am
Location: Pune

Post by sjunghare »

Refere the Installation of PHP on windows 2000 sites

http://www.webreview.com/2000/09_29/dev ... 00_2.shtml

http://www.linuxvoodoo.com/howto/HOWTO/PHP-HOWTO/

If not gets helps ....reply the question with installation details
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Does it happen if you execute perticular script which uses session etc.?
boinnk
Forum Newbie
Posts: 22
Joined: Fri Jul 26, 2002 9:53 am
Location: Sweden

Post by boinnk »

Perhaps it has something to do with sessions, Im not sure.
But it works, as I said, in the start.
Do you know of any session related problems that results in 500 internal error?
boinnk
Forum Newbie
Posts: 22
Joined: Fri Jul 26, 2002 9:53 am
Location: Sweden

Post by boinnk »

I've tried updating to the latest php snap (stable). Still 500 internal errors and now this:

PHP has encountered an Access Violation at 011929AE

I'm not sure what this means, maybe someone has an idea why I get these errors after a while.
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Yes that what happend to me but the thing is that I was using Apache 2 so it was the problem with the DLL file.
boinnk
Forum Newbie
Posts: 22
Joined: Fri Jul 26, 2002 9:53 am
Location: Sweden

Post by boinnk »

What DLL are you talking about? the apache2 dll?
I think the problem is with the php4ts.dll. When I review the log in windows it has some errors involving the php4ts.dll file.
Does anyone know how to solve this problem?
Post Reply