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
2
votes
2 answers

How to use MAMP PHP on macOS big Sur

I updated the to MacOS Big Sur and then switched to MAMP Pro 6.3 from MAMP 4.x. which php commands results the usr/php/bin/ I updated the path using following. vim ~/.bash_profile export PATH=/Applications/MAMP/bin/php/php7.4.12/bin:$PATH…
sohaib
  • 179
  • 2
  • 6
2
votes
1 answer

MAMP Pro: sh: mysqldump: command not found

I'm using MAMP PRO 5.5.1 on macOS Mojave 10.14.6. I want to backup a MySQL database with the following command: $backup = system("mysqldump -hmy_host -umy_user -pmy_password --databases my_databse > my_file.sql"); This isn't working, no file gets…
David
  • 2,898
  • 3
  • 21
  • 57
2
votes
1 answer

Install zip extension in MAMP Pro

I am running MAMP Pro and trying to install the zip extension, and am getting the following error: MacBook-Pro:bin michaelharrison$ pecl install zip WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to…
Mike Harrison
  • 1,020
  • 2
  • 15
  • 42
2
votes
0 answers

How to fix "secure connection error" on wordpress migrated site on MAMP?

I received a copy of a wordpress site from an organization in the form of site files and site database. I've imported the database without a problem, and changed the wp-config file to reflect my localhost DB host, password, and DB name. When I…
Sadie
  • 121
  • 1
  • 7
2
votes
0 answers

How can i change php version in MAMP 5.3 to have php 5.5.38

So I exported an online Prestashop website to my local computer. I'm using MAMP 5.3 and the website need PHP 5.5.38 to work correctly. How can I change my PHP version to 5.5.38 in MAMP because I'm not able to find the folder in:…
Alban
  • 31
  • 2
2
votes
0 answers

Unable to set correct remote path to document root

Using MAMP 5 Pro, on a Mac. Remote site is hosted on dreampress. The remote wordpress installation lives in sitename.studio (yes, it is in the .studio tld). When I log onto the site from a ftp client with the same credentials I enter in the remote…
kentsor
  • 21
  • 3
2
votes
0 answers

Remote on Mamp Pro 5

I'm trying to set up Remote on Mamp Pro 5. At the moment the 'Check URLs and credentials' check is failing. There are two errors depending upon my settings. My site's URL is in the format https://www.example.com On the server the files are in the…
Mackerg4
  • 21
  • 2
2
votes
0 answers

What is the bookle-5.local user account on the MAMP Pro MySQL load?

I have an install of MAMP Pro 5. The MAMP Pro MySQL has a user account named bookle-5.local. Is this normal? Do you know what it is for?
Topher
  • 21
  • 4
2
votes
2 answers

PhpMyAdmin not working since update to MAMP 5.0

Since my update to MAMP Pro 5.0.3, phpMyAdmin does not work anymore. I just get the "Index of /phpMyAdmin"... I have tried to change port, but i had to come back to my config to make my websites running. It is port 3306 for MySQL. I have tried to…
BigStef
  • 23
  • 5
2
votes
0 answers

Why doesn't phpMyAdmin work on MAMP Pro 4.5 under MAC OS X El Capitan?

I just upgraded to Mamp pro 4.5 and now phpMyAdmin will not run. I get the error: File ./vendor/autoload.php missing or not readable. Most likely you did not run Composer to install library files. I have run composer to install and/or update. I…
mysticw
  • 21
  • 4
2
votes
0 answers

Start mysql in MAMP PRO with an error

I have several problems when using mysql on MAMP PRO on my Mac. It won't start. Here's my error log file: 180505 14:15:26 mysqld_safe Logging to '/Applications/MAMP/logs/mysql_error.log'. 180505 14:15:26 mysqld_safe Starting mysqld daemon with…
2
votes
2 answers

127.0.0.1 Error 404 but http://localhost works

I've got a problem this my MAMP Pro, I don't understand... 127.0.0.1 give me a 404 error but http://localhost works. I found no problem with my hosts configuration... Maybe a problem with Apache but I don't know. I'm on MAC OS High Sierra, My MAMP…
2
votes
1 answer

Mamp Pro Nginx 502 Bad Gateway in WordPress admin-ajax.php

I've recently migrated a WordPress site: From: Mamp Pro / Apache / PHP 5.6.32 / MySQL 5.5.38 To: Mamp Pro / Nginx / PHP 7.0.14 / MySQL 6.5.38 One issue I've been having is in the WP 'Add New Post' screen, I'm getting a 502 (Bad Gateway) error in the…
Tom
  • 1,215
  • 3
  • 19
  • 30
2
votes
0 answers

MAMP PRO site very slow when using custom names

I have had MAMP PRO for a few years and it has always worked fast. Suddenly, however, the pages load extremely slowly, but only when using custom host names. Loading 10.0.1.43 (my local ip) took 0.026 seconds, while using a custom domain name took…
DisplayName
  • 215
  • 1
  • 12
2
votes
0 answers

Why do I get SSL error when connecting to local domain in MAMP PRO?

I'm using MAMP PRO version 4.1.1 on Mac Sierra. I have created a domain name and a self signed certificate. When I right click the host name and choose Open Host in Web Browser, the site loads improperly, as many page assets throw the error: Failed…
mmcglynn
  • 7,668
  • 16
  • 52
  • 76