Online/Offline ERROR
Posted by: mnc (93.126.136.---)
Date: November 18, 2008 02:04AM

Hi,

I get Aestan tray menu error "could not execute menu item, (internal error) [Exception] could not perform service action. The service has not been started."

This is when I try to put wamp online, after switched offline for a while. nothing when restart system.
OS is Win 2003 , admin rights.

Could anyone experienced give a hand?

Options: ReplyQuote
Re: Online/Offline ERROR
Posted by: yfastud (Moderator)
Date: November 18, 2008 03:38PM

you can manually edit file httpd.conf to enable it
search:
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>
change to:
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
save file and restart wamp to take effect
remember, you only do this if you want to enable lan and worldwide access; offline still work on your wamp computer

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Online/Offline ERROR
Posted by: mnc (93.126.136.---)
Date: November 18, 2008 10:42PM

I tried that before with no effect. Finally, altered some php code related with settings configuration on startup in /admin . now it works

Options: ReplyQuote
Re: Online/Offline ERROR
Posted by: yfastud (Moderator)
Date: November 19, 2008 12:20AM


Options: ReplyQuote


Sorry, only registered users may post in this forum.