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

Use SSL with MAMP PRO 4

Since I've updated to chrome 63, my sites in localhost are redirected to https, so I decided to use SSL with MAMP PRO but I can't make it work, chrome says Your connection is not private. In the SSL panel of MAMP, I generated the certificate and…
Websphere
  • 563
  • 8
  • 24
4
votes
2 answers

local MAMP Pro redirect to https

I have installed Mamp Pro to run my local host and it has been working great for a year or so but recently when I start it up and go to one of my hosts it redirects to a https connection and throws an error: "Safari Can't Open Page. Safari can't…
kurrle
  • 59
  • 1
  • 8
4
votes
0 answers

Mysql MAMP Pro very very slow

I was previously using Apache & PHP that come with OSX, and installed separately mysql 5.6.24. my app was running pretty good. I then changed my laptop and decided to start using MAMP Pro that comes with mysql 5.6.35, and was surprised to see that…
Websphere
  • 563
  • 8
  • 24
4
votes
0 answers

xdebug not working in MAMP Pro 3.5.2?

I have MAMP installed on my mac PC and running fine with PHP 7.0.8, I am trying to install xdebug on my mac PC and I successfully installed it but it is not working and give me this error when I run another command with php? Failed loading…
4
votes
3 answers

Mamp Pro 4 HTTP and HTTPS

Is it not possible in Mamp Pro 4 to have both http and https? The application I am working on requires both depending on the page. I must be missing something as it makes no sense when I enable SSL only https works and http then stops working. I…
limit
  • 647
  • 2
  • 8
  • 27
4
votes
1 answer

ERROR: Can't initialize batch_readline - may be the input source is a directory or a block device

I have Mamp Pro. Im trying to import a databse via the command line as its too large for PHPMyAdmin using these instructions: http://nickhardeman.com/308/export-import-large-database-using-mamp-with-terminal/ When I enter the following im prompted…
Evanss
  • 23,390
  • 94
  • 282
  • 505
4
votes
1 answer

ZeroMQ PHP on Mac Yosemite

I tried using ZeroMQ with PHP on a Mac OS Yosemite. I tried installing it through composer and below is the error message I keep getting Problem 1 - react/zmq v0.3.0 requires ext-zmq * -> the requested PHP extension zmq is missing from your…
Igbalajobi Jamiu
  • 261
  • 3
  • 14
4
votes
1 answer

MAMP Pro 2.2 not reading httpd.conf changes

I'm using MAMP Pro Version 2.2. When I make changes the my httpd.conf file, those changes are not reflected in the httpd.conf file generated by MAMP PRO when I restart its servers. Through Terminal, I've confirmed that the httpd.conf file MAMP PRO…
Tim Jahn
  • 1,154
  • 7
  • 16
  • 29
4
votes
0 answers

MAMP Pro 3.0.6 crashes with every save

MAMP Pro closes unexpectedly every time I click the Save button. It appears that my settings are saved, and applied after re-launching the application. Steps to reproduce: Launch MAMP Pro Enter OSX authentication to allow services to start Click…
Paul Wenzel
  • 1,886
  • 2
  • 15
  • 15
3
votes
0 answers

php caching - Cannot seem to disable opcache in MAMP Pro

This has come up a number of times in other threads, and I've tried every solution that I found with no luck. Running MAMP Pro v6.6.3, and the opcache module is running wild. All my php pages are bing cached seemingly individually, meaning that I…
alexconnor7
  • 119
  • 1
  • 2
  • 9
3
votes
0 answers

MAMP Pro MySQL 8 won't launch

I just updated to mysql 8 and Mamp pro is picking up on this but the server will not start. Whenever I go to start it I get the error that MAMP is unable to start MySQL and to check the logs. This is the output: 2019-05-21T23:57:19.490578Z 0…
Joe Scotto
  • 10,936
  • 14
  • 66
  • 136
3
votes
1 answer

Laravel 5.6 connect refused using MAMP server

I am using MAMP PRO local server with configured PHP 7.1 and mysql 5.6.38. Install Laravel 5.6 using composer and edit .env file as the…
Vijay Anandh
  • 56
  • 1
  • 6
3
votes
1 answer

Remove older MAMP Installation Folders from Applications

I use MAMP Pro (4.4). I have a number of MAMP folders in Applications using up a lot of space. Is it safe to delete the older ones and keep the most recent one? Therefore keeping MAMP and MAMP_2018-02-12_21-21-59 (see below screenshot) and deleting…
Alexnl
  • 397
  • 1
  • 3
  • 12
3
votes
1 answer

Can't delete tables in phpMyAdmin because they aren't visible in the structure

I've a local development environment with MAMP. In this environment I'm using MySQL in version 5.6.35. When I now want to import a database with phpMyAdmin, I get an internal server error everytime I try. After some research I think there is a…
Cray
  • 5,307
  • 11
  • 70
  • 166
3
votes
3 answers

MAMP PRO 4+ after update osx to macOS Sierra disappears hosts /etc/hosts

after update osx to macOS Sierra my MAMP PRO sometimes not working correctly. When i start servers, MAMP write my hosts to /etc/hosts, but after some time (seconds), my hosts desappears from /etc/hosts. After several server restarts hosts stay. Has…