PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, February 14, 2022

[FIXED] MAMP doesnt work with Yosemite after the Patch

 February 14, 2022     apache, mamp, mamp-pro, mysql, osx-yosemite     No comments   

Issue

Tried the below

Workaround for the 10.10 Preview 5 bug: Rename the file “envvars” located in /Applications/MAMP/Library/bin into “_envvars”

Patched by renaming enter image description here

Quit MAMP and restarted still am getting the following error

enter image description here

When i got to http://localhost/ I get a page that says

It works!

But when i go to the folders that used to work before i get an error

Not Found

The requested URL /prayag/ was not found on this server.

When i try to visit MySQL also i get the following error

Not Found

The requested URL /phpmyadmin/ was not found on this server.


Solution

Unless you have removed or otherwise disabled the native Apache server on OSX, it will start automatically and your Servers associated with your MAMP installation won't start.

To see if this is the problem, try opening a Terminal and issue the command:

sudo apachectl stop

Then try starting your MAMP servers again.



Answered By - kkathman
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing