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
9
votes
5 answers

MAMP with Laravel Unix Socket

I'm working with MAMP on my local development server on my laravel application and I'm trying to figure out how I can safely setup my server so I don't have to use the following into the database connections mysql array because that should only be…
user3732216
  • 1,579
  • 8
  • 29
  • 54
8
votes
2 answers

ngrok not working with mamp

I am using MAMP Pro as development environment. I have used ngrok with MAMP before. however in this particular situation it redirects from the ngrok url to my local url and https is not available . my local server is e-kyc.dev and im using ngrok…
Poorya
  • 1,291
  • 6
  • 27
  • 57
8
votes
1 answer

Mamp Error in OS X Mavericks

I'm using Mamp Pro in OS X Mavericks when I start it I get error saying The built in apache is active which can cause a port conflict with at least one of your virtual host. What should I do?
rahmat
  • 1,727
  • 16
  • 35
7
votes
3 answers

Troubleshooting MAMP Continually Not Responding

I have a MAMP setup which hosts a number of local servers. It seems capable of running them just fine but it seems almost daily the app itself is marked as not responding by the OS (macOS 10.15.2) and as such refuses to close the app at the end of…
Jareth
  • 123
  • 1
  • 9
7
votes
3 answers

MAMP Pro and MySQL having Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root

After updating to macOS Catalina I’m not able to run MySQL with MAMP Pro. I get an error. Here from mysql_error.log 2019-10-09T10:53:16.6NZ mysqld_safe Logging to '/Applications/MAMP/logs/mysql_error.log'. 2019-10-09T10:53:16.6NZ mysqld_safe…
John Doe Smith
  • 1,623
  • 4
  • 24
  • 39
7
votes
2 answers

CORS will not enable with MAMP localhost

I've built a RESTful Api in PHP on a local machine and everything is working perfectly. Preflight requests are sending the correct responses etc, everything handled by PHP is working like a dream. But if I try to access an image in a public folder…
spice
  • 1,442
  • 19
  • 35
7
votes
3 answers

MAMP PRO Disable ONLY_FULL_GROUP_BY, NO_ZERO_IN_DATE, NO_ZERO_DATE in my.cnf

I'm trying to disable ONLY_FULL_GROUP_BY, NO_ZERO_IN_DATE, NO_ZERO_DATE in MAMP PRO mysql. I've changed my.cnf in mysql templates, restart mysql server but unfortunately it's still the same. So, what i'm doing wrong? How to fix?
Andrew
  • 671
  • 2
  • 8
  • 21
7
votes
4 answers

How do I enable the intl extension in CakePHP?

I am using CakePHP 3 and MAMP Pro server for my project. When I am trying to bake the cake, this error shows up: Fatal error: You must enable the intl extension to use CakePHP. I have even included intl.so and extension=php_intl.dll in my php.ini…
Srinidhi Karnati
  • 71
  • 1
  • 1
  • 3
7
votes
1 answer

Trouble with MySQL - InnoDB: Operating system error number 2 in a file operation

I'm developing locally and using Mamp Pro. Basically MySQL is having trouble starting and here's the error message from the error log: Any idea how to resolve this? 2017-03-02 00:39:08 9518 [Note] Plugin 'FEDERATED' is disabled. 2017-03-02 00:39:08…
Treb
  • 87
  • 1
  • 1
  • 5
7
votes
0 answers

Using a symlink as the document root in MAMP hosts

I'm using MAMP PRO v3.0.7.2 I want to specify a symlink as the document root for a specific entry in MAMP Pro's host section which points to the latest build of my project, which can change many times a day during development. The problem is when I…
Gabriel Luethje
  • 387
  • 5
  • 14
7
votes
2 answers

Using MAMP with NGINX

I see the latest versions of MAMP include NGINX 1.6. Can NGINX be used instead of apache, or is it just being used to server cached content. If possibel I'd rather use NGINX directives instead of .htaccess.
thezenmonkey
  • 179
  • 1
  • 1
  • 11
6
votes
6 answers

Mamp Pro cannot use SSL anymore

I am using Mamp Pro 5 and last week I can set up and using SSL by generated a self-signed certificate. But today when I am trying to start server again, it is doesn't work anymore. I checked on log files and it said : [Sat Oct 12 13:36:58 2019]…
pors
  • 191
  • 2
  • 3
  • 15
6
votes
1 answer

How to test PHP send mail on local server with MAMP Pro

I have a small web form that on submission triggers a mail script that sends an email to the address given to verify their email address. I want to test this on my local server using MAMP Pro. I am totally confused from the info I have sourced that…
Steve Joiner
  • 493
  • 2
  • 9
  • 21
6
votes
3 answers

Mamp Pro 4: Apache won't start

I used Mamp Pro 4 for a while with no problem on my Mac (Os X 10.11), then, suddenly, Apache won't start. I got an error: "Check the log" but log is empty. I have made several test: reinstalled Mamp Pro 4 (4.0.6); rebuild permissions using utility…
Uncoke
  • 1,832
  • 4
  • 26
  • 58
6
votes
0 answers

Cannot debug phtml-files in Magento2 (xdebug and PhpStorm)

For a while I switched over to Magento 2, and now I came across a strange problem: Problem: The phtml-files are not being debugged: If I set a breakpoint at any line, the debugger does not stop there. All other files (php-classes, blocks for…
codiga
  • 537
  • 5
  • 15
1
2
3
32 33