Wampserver in system-tray, but nothing will work?
Posted by: jPaulB (70.50.178.---)
Date: March 16, 2013 07:58PM

Hi Everybody,

I've just installed wampserver 2.2.22 on a Windows 7 o/s and cannot get it to work.

Can someone help with this?

Details:

1) Icon is in "Hidden Icons List". Displays in Orange

2.) local host displays Windows ISS image

3.) Put Online fails. Error dialog says: "Could not execute menu item"

4.) Apache->services->test port 80 tells me the port is used by Microsoft ISS/7.5

Many thanks.
-Paul-

Options: ReplyQuote
Re: Wampserver in system-tray, but nothing will work?
Posted by: stevenmartin99 (Moderator)
Date: March 16, 2013 08:28PM

You need to disable Microsoft IIS

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Wampserver in system-tray, but nothing will work?
Posted by: livingagain75 (---.socal.res.rr.com)
Date: March 17, 2013 12:17AM

Hi I just had the same problem. What i did was click on the icon then a menu popped up.

Cheers, Bill

Options: ReplyQuote
Re: Wampserver in system-tray, but nothing will work?
Posted by: jPaulB (70.50.178.---)
Date: March 17, 2013 12:33AM

Thank you Bill, and Steve.

That is what was hamstringing me. The Microsoft IIS was still active so I went to

Control Panel->Programs->Tirn Program Features On/Off.

Killed ISS

Now wampserver works like a charm, except it requires some sort of password for the phpMyAdmin stuff.

Regards,
-Paul-

Options: ReplyQuote
Re: Wampserver in system-tray, but nothing will work?
Posted by: livingagain75 (---.socal.res.rr.com)
Date: March 17, 2013 12:42AM

I'm going through a similar problem with passwords. My post is just after yours. It's very frustrating, I am the one that added the password, now it won't let me in.

Options: ReplyQuote
Re: Wampserver in system-tray, but nothing will work?
Posted by: jPaulB (70.50.178.---)
Date: March 17, 2013 02:09AM

How did you enter new password?

I haven't seen even that level, just refusals

-Paul-

Options: ReplyQuote
Re: Wampserver in system-tray, but nothing will work?
Posted by: livingagain75 (---.socal.res.rr.com)
Date: March 17, 2013 09:01AM

By clicking on the icon in the tray> Selecting MySQL> then My SQL Console I entered the step outlined in my post into the command prompt. What this does is restrict other users from accessing you DB.

Options: ReplyQuote
Re: Wampserver in system-tray, but nothing will work?
Posted by: stevenmartin99 (Moderator)
Date: March 17, 2013 10:00AM

Stop using the command line!

Use phpmyadmin

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Wampserver in system-tray, but nothing will work?
Posted by: RiggsFolly (---.as13285.net)
Date: March 18, 2013 11:05AM

After adding a password to the 'root' userid you have to tell myphpadmin what you have done, as it uses 'root' to connect to MySQL.

So when you do that again, just edit this file afterward.

edit c:\wamp\apps\phpmyadmin3.x.y\config.inc.php

If you change it to this, when you run phpmyadmin the browser will throw a credentials challenge dialog and you can enter your userid/password.

$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
$cfg['Servers'][$i]['LogoutURL'] = 'http://localhost/';

Options: ReplyQuote


Sorry, only registered users may post in this forum.