Wamp won't go online (green)
Posted by: fellah (---.91-178-173.mc.videotron.ca)
Date: October 25, 2014 10:28PM

Hi,

I've installed Wamp, and it seems it won't load (go green) for some reason.

My system:
Windows 7 64bits
Wamp 2.5 64bits
Apache 2.4.9
MySql 5.6.17
php 5.5.12
The tray icon is orange

I've installed Composer and Twig.

What else I know :

Apache won't start, and the port 80 is not used.

There's two php extension that have an alert on them :
php_opcache
php_enchant

The alert is:
Aestan Tray Menu
Could not execute menu item (internal error)
[Exception] Could nor perform service action:
Le service n'a pas été démarré

(Traduction of last line: service has not started)

I've installed Wamp today. It worked at first but then it didn't. I've reinstalled it and it still doesn't work.

Could it be because of Composer/Twig or is it something else?

Thanks.

Options: ReplyQuote
Re: Wamp won't go online (green)
Posted by: tej (---.225.202.49-tataidc.co.in)
Date: October 26, 2014 07:44PM

Wapm2 wont go online (green)
The icon is orange and after clicking on phpmyadmin 404.0 error occures

Options: ReplyQuote
Re: Wamp won't go online (green)
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: October 27, 2014 11:42AM

Hi Fellah

I am assuming when you say
Quote

There's two php extension that have an alert on them :
php_opcache
php_enchant

You mean that when you do wampmanager -> PHP -> PHP Extensions

You see a Blue 'Information' icon beside php_opcache -> Which means that there is a dll in the 'ext' folder called php_opcache but is a warning that this cannot be loaded using the standard 'extension=php_opcache' mechanism. This dll has to be loaded using the 'zend_extension` mechanism.

But this feature does not need to be loaded for normal operations. So you can ignore that Information icon!


The warning icon next to php_enchant is telling you that there is a php_enchant extension available in the 'ext' folder, but that there is not 'extension=php_enchant.dll` in your php.ini file.
Again this is not a serious problem if you are not using this extension, and can be removed is you add a line
;extension=php_enchant.dll
To your php.ini file.





This error
Quote

Aestan Tray Menu
Could not execute menu item (internal error)
[Exception] Could nor perform service action:
Le service n'a pas été démarré

Happens when you try and run a menu command that expects Apache to be running but it is not, like in your case. So it is a symptom of Apache failing to start and not an error in and of itself.



So now to the real problem: Apache will not start.

1. Look at the Apache error log.
if there is nothing in there that helps.

2. Look at the Windows Event Viewer under
Windows logs
--- Applications

For messages from Apache. They will normally identify the problem very specifically.

If the errors do not help you, post them here and we can make some suggestion.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Wamp won't go online (green)
Posted by: fellah (---.210-56-74.mc.videotron.ca)
Date: November 01, 2014 03:02AM

Turned out, with the help of Windows Event Viewer, I figured it was my fault, for playing in the httpd.conf.

It works now.

Thank you for the explanations!

Options: ReplyQuote


Sorry, only registered users may post in this forum.