Questions tagged [mamp-pro]

MAMP Pro - a local Apache/MySQL development host

MAMP PRO is the commercial, professional grade version of the classic local server environment: MAMP. Designed for professional web developers and programmers, MAMP PRO allows easy installation and administration of their development environment.

490 questions
6
votes
0 answers

Install mamp pro php7

I downloaded the php 7 folder from the mamp download-pages and copied it in mamp/bin/php but it doesn't show up in my mamp pro php selection (after restart). Anybody had same issue?
6
votes
1 answer

MAMP Pro and PDO-dblib

For some days I've been using MAMP Pro 3.07 from http://www.mamp.info. Great tool and all works fine. But now I have the problem, that for a new project I need to connect to MSSQL. I searched for a howto the last 3 hours in www, but can´t find a…
bastimm
  • 323
  • 1
  • 3
  • 13
6
votes
7 answers

MAMP Pro: Apache couldn't be started because the port was already in use

When attempting to start my servers, Apache fails to start, and MAMP claims that the port ([::]:8888) is already in use. I have tried virtually every way I know of determining what process is using that port (as well as many of the solutions…
Mystagogue
  • 343
  • 1
  • 3
  • 8
6
votes
2 answers

MAMP 3, .htaccess and php_value

Hy I've updated my mamp2 to 3. after that i'll get the following error in apache (2.2.5) [Wed Mar 12 09:10:58 2014] [notice] Digest: generating secret for digest authentication ... [Wed Mar 12 09:10:58 2014] [notice] FastCGI: process manager…
roman
  • 889
  • 9
  • 16
5
votes
3 answers

MAMP PRO: The 'Path' to your remote document root is incorrect. but is not true - all files are there

The problem is incorrect path to remote host, but is not true. I have acces to my server via ftp without problems. All WP files are there and the site is working fine (frontend/backent). I have also access to phpMyAdmin to MySQL datepase binded to…
Trilian
  • 51
  • 4
5
votes
3 answers

FastCGI timeout error MAMP Pro 4

I looked into older questions https://craftcms.stackexchange.com/questions/4661/fastcgi-error-when-accessing-a-local-development-site-using-mamp-pro/6573#6573?newreg=aa4ad11b453f4c7f93882ce478d837a3 How do you increase the apache fastCGI timeout on…
al404IT
  • 1,380
  • 3
  • 21
  • 54
5
votes
0 answers

Running MAMP with PHP-FPM?

I'm using MAMP to develop locally on PHP. On my production server, I have PHP-FPM running so I can use things like fastcgi_finish_request();, etc. For some reason, I just can't get it through my head how to get PHP-FPM running on MAMP. Is this even…
Yurgen H.
  • 51
  • 3
5
votes
2 answers

How to install mongodb php driver on MAMP with PHP7 on OS X?

I am having trouble installing the new mongoldb driver for PHP on MAMP 3.5 OS X El Capitan. I entered the PATH to the MAMP's php7 binaries. I have also downloaded php7 sources, unarchive and in /Applications/MAMP/bin/php/php7.0.0/ I have created a…
Florin Sima
  • 1,495
  • 17
  • 13
5
votes
2 answers

MySQL has two different passwords?

I am sure they are passwords to different things but i am not sure what. When in terminal to connect to MySQL I enter /usr/LOCAL/mysql/BIN/mysql -h host -u username -p I am then prompted for a password and the password is ''. But when connecting to…
4
votes
7 answers

MAMP (PRO) can not be installed yet Stop all servers but no server found

I am getting below error message while installing MAMP on Mac. I've checked activity monitor for httpd and mysqld processes but no processes found and i've also used terminal to quit any active mysql process but nothing founf there too. Any…
Aditya Shah
  • 41
  • 1
  • 3
4
votes
1 answer

Gmp PHP extension - MAMP PRO

I've looked around several other questions like this one, guide like this or this but I still had no luck. Here's what i've done so far: Downloaded gmp with brew using brew install autoconf gmp Downloaded PHP (i'm using version 7.3.24) from…
Diego
  • 1,610
  • 1
  • 14
  • 26
4
votes
0 answers

Install PHP ZIP extension in MAMP Pro

I am trying to Install PHP ZIP extension in MAMP Pro. I followed many tutorials, and official one: MAMP Documentation But didn't get the job done at all. Here's what I get when installing from terminal using sudo pecl install zip: downloading…
CairoCoder
  • 3,091
  • 11
  • 46
  • 68
4
votes
0 answers

MAMP PRO 4 on Windows 10 won't Start

I have MAMP PRO 4.0.1 installed on my Windows 10 computer and unfortunately it won't start. When I open MAMP PRO I get the following error message: Error starting services Servers could not be started. Please check server log file for any error…
4
votes
0 answers

How fix MySQL upgrade error after upgrading MAMP/MAMP Pro 4 to 5

After upgrading MAMP Pro/MAMP from version 4 to version 5 (5.0.3), I got a pop-up saying that the MySQL databases had to be upgraded, and I clicked the button to do that. Immediately I go the following error: mysql_upgrade: Got error: 1045: Access…
murray
  • 737
  • 2
  • 10
  • 28
4
votes
0 answers

Where is the Certificate chain file on Mac? (MAMP Pro 5.0.1)

I am setting up SSL for testing in MAMP Pro 5.0.1, and following instruction here, and have generated dummy certs. The instruction say to "Point to your chain file or Alias", but there is no mention of where to find the "chain file or Alias".…
jshock
  • 1,373
  • 2
  • 11
  • 17
1 2
3
32 33