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
183
votes
13 answers

MAMP Pro 3.05 on Mavericks updated to Yosemite - Apache does not start

I have been running MAMP Pro 3.05 successfully in Yosemite up to DP4 on a partition that was a clean install of Yosemite. I now have run the installer for DP5 over my Mavericks install, and now that MAMP Pro install will not start Apache. It says…
Steve
  • 14,401
  • 35
  • 125
  • 230
101
votes
2 answers

Apache not starting on MAMP Pro

Apache wont start and it throws an error: OR Apache couldn't be started. Please check the log file for more information. dyld: Symbol not found: _iconv Referenced from: /usr/lib/libmecabra.dylib Expected in:…
Toby Mellor
  • 8,093
  • 8
  • 34
  • 58
27
votes
5 answers

Self-signed SSL certificates not working with MAMP and Chrome

SSL certificates created by MAMP are not working in Chrome. I'm getting a "Not secure" issue. Is there a workaround for this?
codewithfeeling
  • 6,236
  • 6
  • 41
  • 53
22
votes
2 answers

Path to php executable on a mac with vscode and mamp

vscode requires path to php set for this parameter: "php.validate.executablePath": so I specified this: "/Applications/MAMP/bin/php/php7.0.12/bin/php" but it isn't recognized. What is the correct path ?
Robert Brax
  • 6,508
  • 12
  • 40
  • 69
19
votes
4 answers

How do you increase the apache fastCGI timeout on MAMP / MAMP Pro?

Does anybody know how to increase the apache fastCGI timeout on MAMP / MAMP Pro? I've looked everywhere but can't seem to find it. Any help is appreciated as always. Thanks, Codarz360
Codarz360
  • 424
  • 1
  • 6
  • 16
14
votes
4 answers

HTTP2 support in MAMP Pro

Is there any way to enable HTTP2 support in MAMP Pro? I want to test and improve some of my local development websites with HTTP2 support. I've been searching for a while now, but haven't found a single solution.
Marco Peters
  • 143
  • 1
  • 6
12
votes
3 answers

MAMP PRO doesn't allow me to change PHP version over hosts

I don't know why but for some reason my MAMP PRO doesn't allow me to change PHP version over host. I'm using MAMP PRO 4. If you take a look you will notice the option for that is disabled, I left here a screenshot, MAMP PRO configuration Any…
Sebastian
  • 481
  • 4
  • 9
12
votes
3 answers

Missing Authorization header using JWT

I'm trying to setup JSON Web Tokens to communicate with my php backend from a mobile app. I can request a token just fine. When i need to validate it(or make a request to another endpoint), i setup the Authorization header with the following…
passatgt
  • 4,234
  • 4
  • 40
  • 54
12
votes
4 answers

Access local dev environment on a device and Charles Proxy and SSL?

I need to access my local dev environment (MAMP Pro) on a device. I've got this working fine for my non-SSL site but I cant get it working for my site that requires SSL. Both my local dev machine and my device are on the same wifi network. In the…
Evanss
  • 23,390
  • 94
  • 282
  • 505
11
votes
3 answers

Yosemite / Mamp Pro / CodeIgniter Errors

After i installed Yosemite, i cloned my repo from bitbucket and i setup custom domain with Mamp pro. I hove this error: Severity: Notice Message: Only variable references should be returned by reference Filename: core/Common.php Line Number:…
Salmen Bejaoui
  • 865
  • 1
  • 8
  • 22
10
votes
5 answers

PHP Artisan Migrate with MAMP and Unix Socket

I was developing my application originally in Laravel 4.2 but have since decided to move it to the 5.0 version so that it covers a lot more changes and strengths that 5.0 has over 4.2. I am trying to run my migratiosn however I am getting the…
user3732216
  • 1,579
  • 8
  • 29
  • 54
10
votes
3 answers

MySQL Connection Refused on MAMP Pro

I apologize if this is a duplicate, but so far I have not found any answers to this question. I recently installed MAMP Pro, and have been having some issues with MySQL. The display seems to indicate that the MySQL has started, but the port does not…
735Tesla
  • 3,162
  • 4
  • 34
  • 57
9
votes
3 answers

How to setup Magento2 with MAMP PRO and nginx?

Does anybody suceeded on setup Magento2 and MAMP's nginx? I'm using MAMP PRO 4.1.1 and didn't realize how MAMP works with the rewrites and rules we config for each site, or if there's a way to debug and see the final used nginx config. I would…
Ricardo Martins
  • 5,702
  • 3
  • 40
  • 59
9
votes
3 answers

env: mysql: No such file or directory after `wp import`

I'm trying to import a database locally using wp db import databasename.sql but I get the following error: env: mysql: No such file or directory. Can anyone tell me how to resolve this?
user2753924
  • 465
  • 1
  • 5
  • 15
9
votes
2 answers

How do you change php.ini values in MAMP Pro?

MAMP Pro has separate php.ini files for each PHP version but when I edit the file and restart the server nothing has actually changed. Specifically I'm trying to change PHP upload values: post_max_size = 256M upload_max_filesize =…
Andrew
  • 3,335
  • 5
  • 36
  • 45
1
2 3
32 33