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
1
vote
1 answer

MAMP PRO MySQL "Up but not accepting connections"

So, i've been having this problem with MAMP Pro for over 2 weeks now, it tells me "MySQL seems to be running but is NOT accepting connections." I tried to uninstall and reinstall MAMP at least 10 times. When I reinstall it, it starts working for…
user3822343
  • 13
  • 1
  • 5
1
vote
1 answer

Setting Environment Variables in MAMP Pro (Nginx)

How does one set Environment Variables in MAMP Pro when using Nginx? Existing questions on Stack Overflow focus on an Apache implementation: Setting Environment Variables in MAMP? These variables need to be retrievable from PHP using \getenv() My…
JimmyBanks
  • 4,178
  • 8
  • 45
  • 72
1
vote
4 answers

Mamp Pro Apache won't start on MacOS Catalina

Apache won't start anymore. I tried most solutions on the internet. Nothing is working. In apache_error.log I get: [Fri Dec 27 20:33:10 2019] [alert] Child 5905 returned a Fatal error... Apache is exiting! [Fri Dec 27 20:33:10 2019] [alert]…
KSPR
  • 2,212
  • 4
  • 29
  • 46
1
vote
0 answers

Memcache extension is not loaded! To configure pools it MUST be loaded! MAMP PRO upgrade to PHP 7.2

I have recently switched PHP versions in MAMP PRO from PHP 7.1.19 to PHP 7.2.20. I currently use Symfony 3.4. However Symfony now keeps complaining about my memcache extension missing: I have read that this could be due to memcache not being…
IT-Girl
  • 448
  • 5
  • 24
1
vote
1 answer

Laravel - Cannot install package even though PHP version is the required one

I have a problem with installing some of the composer packages on my project. Problem 1 - Installation request for spatie/image-optimizer 1.1.5 -> satisfiable by spatie/image-optimizer[1.1.5]. - spatie/image-optimizer 1.1.5 requires php…
Momondo
  • 306
  • 1
  • 2
  • 10
1
vote
0 answers

MAMP Pro (Windows): Cannot launch on system startup

I've got MAMP Pro 4 installed on my Windows machine. Everything works correct, but I cannot enable the automatic start when the OS launches. In fact, the checkbox "Start Groupstart Servers on System Startup" in the Ports page is disabled and I…
funder7
  • 1,622
  • 17
  • 30
1
vote
0 answers

MAMP PRO XIP.IO Points to the Wrong Document Root

I am trying to share a development site over the LAN using MAMP PRO and xip.io. My issue is that any new virtual host added points to the localhost root directory and not the virtualhost directory. So when I try and share test.local, I see the page…
Darryl Morley
  • 699
  • 1
  • 7
  • 20
1
vote
0 answers

Trying to ''npm start" my vue.js build, but i get this error: This relative module was not found:

I'm trying to use node.js as my server and vue.js as my client side. I'm building a chat application with both, with integrated stuff like Axios, Express, Sequelize and vuetify. The project has been silent for a week of 2 due to a few…
1
vote
0 answers

Php installed via bash terminal for windows executes faster than php for windows 10

The bash terminal used was installed using this tutorial. I don't think using a different cli matters for the execution time of php (as there was no difference between git bash and windows cmd) but for the purpose of making a clear distinction, I…
Michel Rummens
  • 459
  • 3
  • 9
1
vote
1 answer

Multiple Domains w/ Single Laravel Install

Sort of consolidating a few questions that are old, unresolved, and kind of in keeping with my own problem. Routes file: echo url()->current() ."
"; echo request()->getHost(); Route::domain('pro.local')->group(function () { Route::get('/',…
Josh Bruce
  • 1,002
  • 13
  • 24
1
vote
0 answers

How to stop mamp pro overriding localhost:3000?

I am trying to get an existing node website working for me locally with mamp pro. The first developer used the non-pro version of mamp and it works fine for him. But when I visit http://localhost:3000/ after "npm start" I am served with the mamp pro…
patrick.altair
  • 351
  • 1
  • 2
  • 11
1
vote
1 answer

MAMP Pro 5.1.1-terminates MySQL when quitting

I updated to Mac OS Mojave and started experiencing this. If I logout of my machine it quits all running apps. MySQL gets quit in the process. Never did before. The Apache and DNS services of MAMP do not quit. Just MySQL. Mostly I don't bother with…
1
vote
0 answers

Android Studio localhost MAMP PRO

I have a MAMP PRO software and Android Studio. I want to access to my localhost from my Android emulator, but when I do : 10.0.2.2 I have a 404 error, what should I add to access to my website (that I usually access from a virtual host and that is…
1
vote
0 answers

Does anyone know of anywhere I can download php 7.2 for MAMP pro 3.5?

They have now added an option to download additional php versions from within the MAMP app itself and have removed the option to directly download php versions. The links to php versions via the way back machine no longer works.
Kirsten
  • 31
  • 5
1
vote
0 answers

MAMP 5 how to turn off MySQL strict mode?

In MAMP 5 MySQL 5.7 has strict mode on by default I did find a couple of solution that disable strict mode until I restart MAMP ( PRO ) but nothing permanent Error in mysql when setting default value for DATE or DATETIME Ho can I turn it off?
al404IT
  • 1,380
  • 3
  • 21
  • 54