wamp server not working on win10 - wamp

My WAMP server is not working whatever i do.
I disabled IIS so it is not occupying port 80.
Then checking it in cmd with command netstat -ao its not there
I have WAMPServer 64bit so i checked wampapache64 and wampmysqld64 in Task Manager
And found that wampapache64 is not running. Tried to run it through WAMP>Apache>Services>Start/Resume and tried manually in Task Manager does not start it.
WAMP icon still orange and not green.
Does anyone have any idea?
Update
In cmd i went to cd C:\wamp\bin\apache\apache2.4.9\bin then httpd.exe -e debug and it outputed me an error in httpd.conf
Checked that line and it was my fault :) when modified with notepad probably entered it... Geez...
So anyway after fixing that it started showing missing files

Related

EasyPHP MySQL does not start

I´ve installed EasyPHP Devserver 16.1.1 on Windows 7 starter. HTTP server works fine, but MySQL (5.7.11 x86) doesn't start. I can't figure out why. After clicking Start button, the page refreshes but MySQL never starts, with no error messages. Error log remains empty.
I´ve also installed Visual C++ Redistributable for Visual Studio 2015 x86.
Can anyone help me with this? Thanks in advance.
I have found the reason.I read MYSQL's error log , and saw this "[ERROR] Do you already have another mysqld server running on port: 3306 ?" , then I realized that I have another mysql server is running on 3306(because I have installed other PHP environment in my computer,and it starts automatically). I open the Tools of EasyPHP ,select "open ports controller", and kill the process on 3306. Finally , I start MYSQL again. Everything goes fine.
i opened the CMD and wrote "lodctr /r", i waited to load a few second, a message popped out, i dont remember what it said but then i reloaded the web site and tried again to star the servers, it worked!!!
well, if anybody is having problems here can try this.

Wamp server error. could not execute run action

I am trying to start wamp serve which was totally running fine on my laptop two weeks ago, but now after two weeks I suddenly get this error:
could not execute menu item(internal error)[exception] could not execute run action: the directory name is invalid
When I click on wamp, then I go to apache, then I select service then test port 80 and this is what I see:
when I write localhost, it goes there but when I click on Localhost and phpMyAdmin, i get this error:
please tel me how I can fix this . thanks
WAMP is trying to open your browser, but the directory in the settings is not correct. It could be that your browser is now located somewhere else. To fix this:
Edit the file wampmanager.conf inside your wamp direcotry.
Replace the full file path under the [main] section for the navigator parameter
Save the file
Right-click on the wamp icon and select refresh
Try it now
Good luck!
The paths are incorrect in multiple ini files and the wampmanager conf file. Here are the ones I changed since my installed moved from g drive to e drive. I had to change all instances of g:/ to e:/ as well as my chrome.exe location
wampmanager.conf:
in the [main] section update the path of chrome.exe or ensure it is correct.
wampmanager.ini:
change all instances of g:/ to e:/ (or whatever your install drive letter is)
php.ini (under /wamp/bin/php/php5.5.12/)
again, change all instances of g:/ to e:/ (change to your install letter)
Wampmanager started correctly once these changes were made.
I had a similar problem, and to get my WAMP server working again on my laptop I ran the executables for Apache and MySql independant of the WAMP system tray icon.
In Windows Explorer, I ran (elevated):
{wamp folder in my case C:\wamp}bin\apache\apache2.2.22\bin\ApacheManager.exe
This put the apache manager system tray icon in.
then I used the apache system tray icon to start apache server
Then I ran (elevated):
{C:\wamp}bin\mysql\mysql5.5.24\bin\mysqld.exe
This allowed me to use localhost\phpmyadmin, which to me demonstrates the php, mysql and apache are all working.
My web app was also back and running.
The age of my MySql version and apache version show how long this had been stable for.
I initially thought the problem may have been caused by a google chrome upgrade which included the notifications icon in the system tray, as the chrome upgrade was the only thing I recall changing. I unistalled chrome but this did not fix it - although this does not rule out Chrom Notifications being what broke it!
This appears to be an oversight on the WAMPSERVER developers. For some reason it does not translate the file path syntax from Linux to Windows, resulting in the following error message:
Aestan Tray Menu: Could not execute menu item (internal error)
[Exception] Could not execute run action: The directory name is invalid
To fix this, edit wampmanager.conf and replace the forward slashes in the file path with backslashes.
EXAMPLE:
Incorrect
editor ="C:/Program Files/Sublime Text 3/sublime_text.exe"
Correct
editor ="C:\Program Files\Sublime Text 3\sublime_text.exe"
Save the file, then right click the tray icon and select "Refresh". You should now be able to edit your files with your selected editor without issue :)
i have met this problem and fixed by editing 4 files
- wampmanager.conf in root
- wampmanager.ini in root
- php.ini in (wamp64/bin/php/php5.5.12)
- httpd.conf in (wamp64\bin\apache\apache2.4.18\conf)

WAMP- localhost opening error

I am trying to install wamp server (following is the exact setup name) on windows 7, 64Bit OS. But it never starts, icon stays in green color meaning services start.but it is not working.
Possibilities
WAMP use port 80 : Is there any other process running which might use port 80. Skype use this port. Do you have skype ?
If the Wampmanager icon in the system tray is Orange then one of the services has not started.
Look at your MySQL error log and Windows Event Viewer, for error messages from MySQL, that should tell you what the problem is.
If you tried installing Apache and MySQL independantly before you installed WAMPServer make sure they are both properly uninstalled. Also check there is no my.ini file anywhere on your system except inside the C:\wamp folder structure.

Mac terminal writes these lines every time I build Jekyll site

Every time I build my site with Jekyll through the terminal (Mac), everything works fine but theses lines show up:
[2013-02-21 16:17:38] INFO WEBrick 1.3.1
[2013-02-21 16:17:38] INFO ruby 1.8.7 (2012-02-08) [universal-darwin11.0]
[2013-02-21 16:18:38] INFO WEBrick::HTTPServer#start: pid=897 port=4000
Then I'm unable to enter anything – the little grey square is displayed, but not the name of my computer followed by a semicolon as usual. If I want to type something again, I need to close/reopen the terminal window with this message:
"Closing this window will terminate the running processes: login, bash, ruby."
Please, note that I'm not a terminal stuff expert ;-)
What command are you using to build the site? What you see on those 3 lines is a local webserver that is running and serving your site. If you are running jekyll --server you'll get this webserver; open localhost:4000 in your browser and you'll see your site.
If you just want to generate the site, just run jekyll without the --server flag.
In the terminal you can cancel any running processes, such as the webserver, by pressing Ctrl-C. That way you don't need to close the window if you accidentally run the wrong command.

Wamp - no operation is available

I just installed wamp.
I started the application and 2 things:
I keep getting red light.
when I press the icon nothing happens, I am pretty sure it should have come up with a menu or something.
I can't restart or nothing...
I am administrator, I tried reinstalling.
ideas?
Thanks
Is there any other program using port 80 ? so that apache can't start ?
tried already to start the services by hand?
Start Menu - Run - Services.msc
and look for apache and mysql.
What OS are you running? make sure you haven't IIS running.