Reputation: 49
I am running Yosemite 10.10.1 however had the same problem on Lion prior to upgrading (thought it would fix it!). Apologies if this has already been answered but I have searched hi and low and cannot find anything...
I have tried updating to the latest version of MAMP and renamed the envvars file, both have not fixed the problem.
When I start MAMP (not MAMP pro), it opens, when I click to start the servers I get "Apache couldn't be started. Please check your MAMP installation and configuration".
Please someone help this has been driving me crazy, any help would certainly be appreciated!
Upvotes: 5
Views: 9457
Reputation: 11
I have a similar problem for MAMP.
Suggest switching to XAMPP which perform exactly the same thing. it runs smoothly and with a better interface.
Upvotes: 0
Reputation: 6186
I've had this problem when upgrading from 6.6 to 6.7. Seems that sometimes the Apache and MySQL servers keep on running during the upgrade and there is a problem binding to the port. What worked for me was this:
pkill
command:pkill -f httpd && pkill -f mysql
Upvotes: 0
Reputation: 31
Had the similar problem- Do the following
Upvotes: 3
Reputation: 177
Exactly the same problem I have. Going back to an older 3.0.x solves the problem. Just replace the htdocs and db folder with the ones before the update an it will run again.
Peter
Upvotes: 0