Tray Icon Issues
Posted by: DorianC (---.hsd1.mi.comcast.net)
Date: August 22, 2009 08:23AM

My tray icon wont turn all white for some reason, it will only go to yellow. Can someone please help

i have my firewall and skype turned off, i went to tray icon->start all services->put online

and it only shows yellow.

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: toumimi (84.6.111.---)
Date: August 23, 2009 11:56AM

Consult apache error log (if apache is in fault) and test port 80 from apache service submenu.
It should be an error which block apache start..

Florian

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

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: DorianC (---.hsd1.mi.comcast.net)
Date: August 23, 2009 08:15PM

im guessing Apache is running fine since i didnt read anything bad in the Error Log. maybe its MySQL, i was reading the MySQL log and it said quite a few times that:
090822 2:17:20 [ERROR] Do you already have another mysqld server running on port: 3306 ?

but i dont think i have another mysql server up, hopefully you can help grinning smiley

my full MySQL Log is:
090822 2:15:52 [Note] Plugin 'FEDERATED' is disabled.
090822 2:15:53 InnoDB: Started; log sequence number 0 46409
090822 2:15:54 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090822 2:15:54 [ERROR] Aborting

090822 2:15:54 InnoDB: Starting shutdown...
090822 2:15:55 InnoDB: Shutdown completed; log sequence number 0 46409
090822 2:15:55 [Warning] Forcing shutdown of 1 plugins
090822 2:15:55 [Note] wampmysqld: Shutdown complete

090822 2:16:57 [Note] Plugin 'FEDERATED' is disabled.
090822 2:16:57 InnoDB: Started; log sequence number 0 46409
090822 2:16:57 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090822 2:16:57 [ERROR] Aborting

090822 2:16:57 InnoDB: Starting shutdown...
090822 2:16:59 InnoDB: Shutdown completed; log sequence number 0 46409
090822 2:16:59 [Warning] Forcing shutdown of 1 plugins
090822 2:16:59 [Note] wampmysqld: Shutdown complete

090822 2:17:19 [Note] Plugin 'FEDERATED' is disabled.
090822 2:17:20 InnoDB: Started; log sequence number 0 46409
090822 2:17:20 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090822 2:17:20 [ERROR] Aborting

090822 2:17:20 InnoDB: Starting shutdown...
090822 2:17:21 InnoDB: Shutdown completed; log sequence number 0 46409
090822 2:17:21 [Warning] Forcing shutdown of 1 plugins
090822 2:17:21 [Note] wampmysqld: Shutdown complete

090822 2:17:48 [Note] Plugin 'FEDERATED' is disabled.
090822 2:17:48 InnoDB: Started; log sequence number 0 46409
090822 2:17:48 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090822 2:17:48 [ERROR] Aborting

090822 2:17:48 InnoDB: Starting shutdown...
090822 2:17:50 InnoDB: Shutdown completed; log sequence number 0 46409
090822 2:17:50 [Warning] Forcing shutdown of 1 plugins
090822 2:17:50 [Note] wampmysqld: Shutdown complete

090823 14:06:12 [Note] Plugin 'FEDERATED' is disabled.
090823 14:06:13 InnoDB: Started; log sequence number 0 46409
090823 14:06:13 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090823 14:06:13 [ERROR] Aborting

090823 14:06:13 InnoDB: Starting shutdown...
090823 14:06:14 InnoDB: Shutdown completed; log sequence number 0 46409
090823 14:06:14 [Warning] Forcing shutdown of 1 plugins
090823 14:06:14 [Note] wampmysqld: Shutdown complete

090823 14:07:33 [Note] Plugin 'FEDERATED' is disabled.
090823 14:07:33 InnoDB: Started; log sequence number 0 46409
090823 14:07:33 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090823 14:07:33 [ERROR] Aborting

090823 14:07:33 InnoDB: Starting shutdown...
090823 14:07:35 InnoDB: Shutdown completed; log sequence number 0 46409
090823 14:07:35 [Warning] Forcing shutdown of 1 plugins
090823 14:07:35 [Note] wampmysqld: Shutdown complete

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: toumimi (84.6.111.---)
Date: August 23, 2009 10:24PM

You're right.
Mysql service can't start because another program is using port 3306.
Maybe you have another webserver installed (mysql standalone, xampp, easyphp, ...) or anything else...
Look into services window (Start -> Run -> services.msc) to see if a service named mysql or wampmysqld in started.

Florian

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

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: DorianC (---.hsd1.mi.comcast.net)
Date: August 24, 2009 12:32AM

ok i fixed it, all i had to do was un-install XAMMP but know it still only displays a blank(white) screen when i go to localhost.

i even went Windows -> System32 ->drivers -> etc and checked my host file and it still only had "127.0.0.1 local host" in it. Can you still help grinning smiley

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: toumimi (84.6.111.---)
Date: August 24, 2009 12:58AM

"127.0.0.1 local host". Hope it is "127.0.0.1 localhost" winking smiley
To don't bother about dns or other, simply type 'http://127.0.0.1/'

Your wamp icon should be white now.
If yes, maybe another program is using port 80 use by Apache (usually skype).
If not, re-check apache error log..

Florian

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

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: DorianC (---.hsd1.mi.comcast.net)
Date: August 24, 2009 09:43PM

toumimi Wrote:
-------------------------------------------------------
> "127.0.0.1 local host". Hope it is "127.0.0.1
> localhost" winking smiley
> To don't bother about dns or other, simply type
> 'http://127.0.0.1/'
>
> Your wamp icon should be white now.
> If yes, maybe another program is using port 80 use
> by Apache (usually skype).
> If not, re-check apache error log..


yes my host file looks right.
my wamp icon is white, and i turned off skype and my screen is still blank when i go to localhost. i didnt find anything wrong when i checked my apache error log, but here it is:

Apache Error Log
[Sat Aug 22 02:15:52 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sat Aug 22 02:15:52 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Aug 22 02:15:52 2009] [notice] Parent: Created child process 9264
[Sat Aug 22 02:15:53 2009] [notice] Child 9264: Child process is running
[Sat Aug 22 02:15:53 2009] [notice] Child 9264: Acquired the start mutex.
[Sat Aug 22 02:15:53 2009] [notice] Child 9264: Starting 64 worker threads.
[Sat Aug 22 02:15:53 2009] [notice] Child 9264: Starting thread to listen on port 80.
[Sat Aug 22 02:17:03 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Aug 22 02:17:03 2009] [notice] Child 9264: Exit event signaled. Child process is ending.
[Sat Aug 22 02:17:04 2009] [notice] Child 9264: Released the start mutex
[Sat Aug 22 02:17:05 2009] [notice] Child 9264: All worker threads have exited.
[Sat Aug 22 02:17:05 2009] [notice] Child 9264: Child process is exiting
[Sat Aug 22 02:17:05 2009] [notice] Parent: Child process exited successfully.
[Sat Aug 22 02:17:06 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sat Aug 22 02:17:06 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Aug 22 02:17:06 2009] [notice] Parent: Created child process 9176
[Sat Aug 22 02:17:07 2009] [notice] Child 9176: Child process is running
[Sat Aug 22 02:17:07 2009] [notice] Child 9176: Acquired the start mutex.
[Sat Aug 22 02:17:07 2009] [notice] Child 9176: Starting 64 worker threads.
[Sat Aug 22 02:17:07 2009] [notice] Child 9176: Starting thread to listen on port 80.
[Sat Aug 22 02:17:45 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sat Aug 22 02:17:45 2009] [notice] Child 9176: Exit event signaled. Child process is ending.
[Sat Aug 22 02:17:46 2009] [notice] Child 9176: Released the start mutex
[Sat Aug 22 02:17:47 2009] [notice] Child 9176: All worker threads have exited.
[Sat Aug 22 02:17:47 2009] [notice] Child 9176: Child process is exiting
[Sat Aug 22 02:17:47 2009] [notice] Parent: Child process exited successfully.
[Sat Aug 22 02:17:47 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sat Aug 22 02:17:47 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Aug 22 02:17:47 2009] [notice] Parent: Created child process 11096
[Sat Aug 22 02:17:47 2009] [notice] Child 11096: Child process is running
[Sat Aug 22 02:17:47 2009] [notice] Child 11096: Acquired the start mutex.
[Sat Aug 22 02:17:47 2009] [notice] Child 11096: Starting 64 worker threads.
[Sat Aug 22 02:17:47 2009] [notice] Child 11096: Starting thread to listen on port 80.
[Sun Aug 23 14:05:34 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Aug 23 14:05:34 2009] [notice] Child 11096: Exit event signaled. Child process is ending.
[Sun Aug 23 14:05:35 2009] [notice] Child 11096: Released the start mutex
[Sun Aug 23 14:05:36 2009] [notice] Child 11096: All worker threads have exited.
[Sun Aug 23 14:05:38 2009] [notice] Child 11096: Child process is exiting
[Sun Aug 23 14:05:40 2009] [notice] Parent: Child process exited successfully.
[Sun Aug 23 14:06:11 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sun Aug 23 14:06:11 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sun Aug 23 14:06:11 2009] [notice] Parent: Created child process 9340
[Sun Aug 23 14:06:12 2009] [notice] Child 9340: Child process is running
[Sun Aug 23 14:06:12 2009] [notice] Child 9340: Acquired the start mutex.
[Sun Aug 23 14:06:12 2009] [notice] Child 9340: Starting 64 worker threads.
[Sun Aug 23 14:06:12 2009] [notice] Child 9340: Starting thread to listen on port 80.
[Sun Aug 23 14:06:15 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Aug 23 14:06:15 2009] [notice] Child 9340: Exit event signaled. Child process is ending.
[Sun Aug 23 14:06:16 2009] [notice] Child 9340: Released the start mutex
[Sun Aug 23 14:06:17 2009] [notice] Child 9340: All worker threads have exited.
[Sun Aug 23 14:06:17 2009] [notice] Child 9340: Child process is exiting
[Sun Aug 23 14:06:17 2009] [notice] Parent: Child process exited successfully.
[Sun Aug 23 14:06:17 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sun Aug 23 14:06:17 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sun Aug 23 14:06:17 2009] [notice] Parent: Created child process 8476
[Sun Aug 23 14:06:18 2009] [notice] Child 8476: Child process is running
[Sun Aug 23 14:06:18 2009] [notice] Child 8476: Acquired the start mutex.
[Sun Aug 23 14:06:18 2009] [notice] Child 8476: Starting 64 worker threads.
[Sun Aug 23 14:06:18 2009] [notice] Child 8476: Starting thread to listen on port 80.
[Sun Aug 23 18:27:30 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Aug 23 18:27:30 2009] [notice] Child 8476: Exit event signaled. Child process is ending.
[Sun Aug 23 18:27:32 2009] [notice] Child 8476: Released the start mutex
[Sun Aug 23 18:27:33 2009] [notice] Child 8476: All worker threads have exited.
[Sun Aug 23 18:27:36 2009] [notice] Child 8476: Child process is exiting
[Sun Aug 23 18:27:37 2009] [notice] Parent: Child process exited successfully.
[Sun Aug 23 18:27:45 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sun Aug 23 18:27:45 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sun Aug 23 18:27:45 2009] [notice] Parent: Created child process 9884
[Sun Aug 23 18:27:45 2009] [notice] Child 9884: Child process is running
[Sun Aug 23 18:27:45 2009] [notice] Child 9884: Acquired the start mutex.
[Sun Aug 23 18:27:45 2009] [notice] Child 9884: Starting 64 worker threads.
[Sun Aug 23 18:27:45 2009] [notice] Child 9884: Starting thread to listen on port 80.
[Sun Aug 23 18:27:50 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Aug 23 18:27:50 2009] [notice] Child 9884: Exit event signaled. Child process is ending.
[Sun Aug 23 18:27:51 2009] [notice] Child 9884: Released the start mutex
[Sun Aug 23 18:27:52 2009] [notice] Child 9884: All worker threads have exited.
[Sun Aug 23 18:27:52 2009] [notice] Child 9884: Child process is exiting
[Sun Aug 23 18:27:52 2009] [notice] Parent: Child process exited successfully.
[Sun Aug 23 18:27:53 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sun Aug 23 18:27:53 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sun Aug 23 18:27:53 2009] [notice] Parent: Created child process 7288
[Sun Aug 23 18:27:53 2009] [notice] Child 7288: Child process is running
[Sun Aug 23 18:27:53 2009] [notice] Child 7288: Acquired the start mutex.
[Sun Aug 23 18:27:53 2009] [notice] Child 7288: Starting 64 worker threads.
[Sun Aug 23 18:27:53 2009] [notice] Child 7288: Starting thread to listen on port 80.
[Mon Aug 24 09:47:29 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Aug 24 09:47:30 2009] [notice] Child 7288: Exit event signaled. Child process is ending.
[Mon Aug 24 09:47:31 2009] [notice] Child 7288: Released the start mutex
[Mon Aug 24 09:47:33 2009] [notice] Child 7288: All worker threads have exited.
[Mon Aug 24 09:47:38 2009] [notice] Child 7288: Child process is exiting
[Mon Aug 24 09:47:39 2009] [notice] Parent: Child process exited successfully.
[Mon Aug 24 15:37:57 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Mon Aug 24 15:37:57 2009] [notice] Server built: Dec 10 2008 00:10:06
[Mon Aug 24 15:37:57 2009] [notice] Parent: Created child process 7464
[Mon Aug 24 15:37:59 2009] [notice] Child 7464: Child process is running
[Mon Aug 24 15:37:59 2009] [notice] Child 7464: Acquired the start mutex.
[Mon Aug 24 15:37:59 2009] [notice] Child 7464: Starting 64 worker threads.
[Mon Aug 24 15:37:59 2009] [notice] Child 7464: Starting thread to listen on port 80.
[Mon Aug 24 15:38:25 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Aug 24 15:38:25 2009] [notice] Child 7464: Exit event signaled. Child process is ending.
[Mon Aug 24 15:38:26 2009] [notice] Child 7464: Released the start mutex
[Mon Aug 24 15:38:27 2009] [notice] Child 7464: All worker threads have exited.
[Mon Aug 24 15:38:27 2009] [notice] Child 7464: Child process is exiting
[Mon Aug 24 15:38:27 2009] [notice] Parent: Child process exited successfully.
[Mon Aug 24 15:38:27 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Mon Aug 24 15:38:27 2009] [notice] Server built: Dec 10 2008 00:10:06
[Mon Aug 24 15:38:27 2009] [notice] Parent: Created child process 7584
[Mon Aug 24 15:38:28 2009] [notice] Child 7584: Child process is running
[Mon Aug 24 15:38:28 2009] [notice] Child 7584: Acquired the start mutex.
[Mon Aug 24 15:38:28 2009] [notice] Child 7584: Starting 64 worker threads.
[Mon Aug 24 15:38:28 2009] [notice] Child 7584: Starting thread to listen on port 80.

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: Heike-san (---.w83-200.abo.wanadoo.fr)
Date: September 04, 2009 08:53PM

I have the same problem, I have just uninstalled easyPHP because it did not run on my Vista computer, and then tried to installed Wamp however I get the same blank pages.
I checked my Services and i have both a MySQL, wampapache and wampmysqld running?
What should I do ?

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: Heike-san (---.w83-200.abo.wanadoo.fr)
Date: September 04, 2009 08:53PM

I have the same problem, I have just uninstalled easyPHP because it did not run on my Vista computer, and then tried to installed Wamp however I get the same blank pages.
I checked my Services and i have both a MySQL, wampapache and wampmysqld running?
What should I do ?

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: toumimi (---.232.115-78.rev.gaoland.net)
Date: September 04, 2009 09:41PM

Quote

I have both a MySQL, wampapache and wampmysqld

Mysql service means you have a standalone version of mysql so you need to unsinstall it, or at least, deactivate this service in "Startup type" and stop this service. (from windows services panel)

Maybe DorianC solved his problem..

Florian

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

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: Heike-san (---.w83-200.abo.wanadoo.fr)
Date: September 04, 2009 11:07PM

I tried to change it but I still get the same errors, though the tray icon change to yellow...
anyway here is my MySQL log:

090902 20:23:41 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
090902 20:23:41 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090902 20:23:42 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
090902 20:23:43 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
090902 20:23:44 InnoDB: Started; log sequence number 0 0
090902 20:23:44 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090902 20:23:44 [ERROR] Aborting

090902 20:23:44 InnoDB: Starting shutdown...
090902 20:23:45 InnoDB: Shutdown completed; log sequence number 0 46409
090902 20:23:45 [Warning] Forcing shutdown of 1 plugins
090902 20:23:45 [Note] wampmysqld: Shutdown complete

090902 20:27:52 [Note] Plugin 'FEDERATED' is disabled.
090902 20:27:52 InnoDB: Started; log sequence number 0 46409
090902 20:27:52 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090902 20:27:52 [ERROR] Aborting

090902 20:27:52 InnoDB: Starting shutdown...
090902 20:27:54 InnoDB: Shutdown completed; log sequence number 0 46409
090902 20:27:54 [Warning] Forcing shutdown of 1 plugins
090902 20:27:54 [Note] wampmysqld: Shutdown complete

090902 20:32:32 [Note] Plugin 'FEDERATED' is disabled.
090902 20:32:33 InnoDB: Started; log sequence number 0 46409
090902 20:32:33 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090902 20:32:33 [ERROR] Aborting

090902 20:32:33 InnoDB: Starting shutdown...
090902 20:32:34 InnoDB: Shutdown completed; log sequence number 0 46409
090902 20:32:34 [Warning] Forcing shutdown of 1 plugins
090902 20:32:34 [Note] wampmysqld: Shutdown complete

090902 20:38:54 [Note] Plugin 'FEDERATED' is disabled.
090902 20:38:54 InnoDB: Started; log sequence number 0 46409
090902 20:38:54 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090902 20:38:54 [ERROR] Aborting

090902 20:38:54 InnoDB: Starting shutdown...
090902 20:38:56 InnoDB: Shutdown completed; log sequence number 0 46409
090902 20:38:56 [Warning] Forcing shutdown of 1 plugins
090902 20:38:56 [Note] wampmysqld: Shutdown complete

090904 20:37:25 [Note] Plugin 'FEDERATED' is disabled.
090904 20:37:30 InnoDB: Started; log sequence number 0 46409
090904 20:37:30 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090904 20:37:30 [ERROR] Aborting

090904 20:37:30 InnoDB: Starting shutdown...
090904 20:37:32 InnoDB: Shutdown completed; log sequence number 0 46409
090904 20:37:33 [Warning] Forcing shutdown of 1 plugins
090904 20:37:33 [Note] wampmysqld: Shutdown complete

090904 20:43:25 [Note] Plugin 'FEDERATED' is disabled.
090904 20:43:25 InnoDB: Started; log sequence number 0 46409
090904 20:43:26 [ERROR] Do you already have another mysqld server running on port: 3306 ?
090904 20:43:26 [ERROR] Aborting

090904 20:43:26 InnoDB: Starting shutdown...
090904 20:43:27 InnoDB: Shutdown completed; log sequence number 0 46409
090904 20:43:27 [Warning] Forcing shutdown of 1 plugins
090904 20:43:27 [Note] wampmysqld: Shutdown complete

090904 23:03:49 [Note] Plugin 'FEDERATED' is disabled.
090904 23:03:49 InnoDB: Started; log sequence number 0 46409
090904 23:03:50 [Note] Event Scheduler: Loaded 0 events
090904 23:03:50 [Note] wampmysqld: ready for connections.

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: toumimi (---.120.116-78.rev.gaoland.net)
Date: September 05, 2009 11:13AM

This is not the same...
Now Mysql is ready for connections, so Mysql service is started.

Problem is that I don't understand why your icon is yellow but your services are started !
So please uninstall your services from wamp/uninstall_services.bat, restart your computer.
Then install each one from their Service submenu (from wamp menu).
To finish, click on restart all services.

Florian

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

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: Heike-san (---.w86-203.abo.wanadoo.fr)
Date: September 07, 2009 11:44AM

I tried what you advised me, and now the mysqld serviceis starting,however it seems that the re-intall of apache doesnot work anymore.
Apparently, theport 80 is used, however skype,msn and other application of the kind wereall disabled at the time, so I do not see what is using the port.
I have tried to test the port but all it says is: "Your port 80 is actually used by: " but no service is indicated.

Also, I still can't access the MySql console, is it because I changed the passwordinto the ini file ?

Oh and along with MySQL Service (now disabled), other services have appeared such as :
MSSQL$SQLEXPRESS and MSSQLServerADHelper, should I disabled them ?

Options: ReplyQuote
Re: Tray Icon Issues
Posted by: Heike-san (---.w86-203.abo.wanadoo.fr)
Date: September 08, 2009 12:35PM

anyone has an idea ?

Options: ReplyQuote


Sorry, only registered users may post in this forum.