Skip to content

Instantly share code, notes, and snippets.

@ghalusa
Last active December 1, 2020 01:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghalusa/5989127 to your computer and use it in GitHub Desktop.
Save ghalusa/5989127 to your computer and use it in GitHub Desktop.
Getting AMPPS to fully run after installation on Mac OS X 10.8.x

AMPPS Issues

If you are encountering the following issues after installing AMPPS on Mac OS X 10.8.x:

Follow these steps:

  • Make sure MAMP is not running
  • If MAMP Pro is installed, run the uninstall script located in the /Applications/MAMP Pro directory (backup databases and web files first!)
  • Stop apache
  • Reset config in php
  • sudo /Applications/AMPPS/php/bin/php -c "/Applications/AMPPS/php/etc/php.ini" "/Applications/AMPPS/ampps/softaculous/enduser/install.php"
  • Start Apache
@cheddichenko
Copy link

sudo /Applications/AMPPS/php/bin/php -c "/Applications/AMPPS/php/etc/php.ini" "/Applications/AMPPS/ampps/softaculous/enduser/install.php"

Where exactly do I locate this terminal

@essien1990
Copy link

Nanas-MacBook-Pro-2:bin NanaYaw$ sudo /Applications/AMPPS/php/bin/php -c "/Applications/AMPPS/php/etc/php.ini" "/Applications/AMPPS/ampps/softaculous/enduser/install.php"
Password:
Could not open input file: /Applications/AMPPS/ampps/softaculous/enduser/install.php

@primolon
Copy link

thanks, its working

@darksam1995
Copy link

Thank you very much, It works... thank alot :D

@Michael-Holland-93
Copy link

Where can you download ampps for this version of a mac? I have a mac os x 10.10.5 and the only version of ampps i can find is too new for my mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment