Re: Internel Error?
Posted by: immanuelsun (---.dc.res.rr.com)
Date: July 07, 2010 02:30PM

I set up wampserver 2.0 on my windows 7 64 bit, just starting to learn PHP...smiling smiley When I tried to turn on in PHP settings a function "Display Errors", I got a message saying i have an internal error and I don't the have the service started, etc...

I checked out to make sure that I do not have IIS turn on and my Skype is not occupying part 80 and restarted the services several time, still the same problem.

Anyone have an idea of what I need to do? THANKS!

Re: Internel Error?
Posted by: toumimi (---.50.80-79.rev.gaoland.net)
Date: July 09, 2010 12:17AM

Hi,

Let me explain :
"Internal Server Error" occurs when you modify apache conf file (httpd.conf) or other files included by it (ex: alias conf files, or vhosts, etc.).
Probably you made a modification in one of the conf files, without restarting apache.
And probably your little modification was buggy.

By activating a function in php module, you restarted apache which started to load its configuration (buggy).

It failed to run because of an "internal error" and so service can't restart.
So you have to find what modification(s) you did and correct it.

To help you, you can use command line to test apache conf file :
cd C:/wamp/bin/apache/apachexxxx/bin/
httpd.exe -f conf/httpd.conf -t -w

It will tell you if syntax is ok, or in what file hte problem is...

Good luck winking smiley

Florian

WampServer Patch (Screenshots)
Topic EN : www.wampserver.com
Topic FR : www.wampserver.com

Re: Internel Error?
Posted by: rajeshkumar (220.225.140.---)
Date: July 09, 2010 08:27AM

Hi friends,

i set up wampserver 2.0 on my windows 7 home premium 64 bit. When I tried to turn online in PHP settings a function \
"Display Errors",
I got a message saying that,

Couldnot execute menu item (internal error)[exception]could not perform server action.the service has not started.

Pls Help me ................

Re: Internel Error?
Posted by: toumimi (91.208.224.---)
Date: July 09, 2010 09:45AM

Already answered in the other topic

== Please add your question only in one topic or in yours ==

Thanks

Florian

WampServer Patch (Screenshots)
Topic EN : www.wampserver.com
Topic FR : www.wampserver.com



Edited 1 time(s). Last edit at 07/09/2010 09:51AM by toumimi.

Sorry, only registered users may post in this forum.