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

MAMP can't establish database connection

I'm trying to save data from a multi-page form into a database. I followed this tutorial but the connection always fails. I had to change to function from mysql_connect to mysqli_connect as I am running PHP7, so this could be part of the issue. Here…
cmccarra
  • 189
  • 5
  • 13
-1
votes
1 answer

MAMP Pro 3.1 phpMyAdmin dimmed unavailable

After upgrade from 3.0 to MAMP Pro 3.1, the phpMyAdmin icon is dimmed unavailable. Sequel Pro and MySQLWorkbench are alive. Mac OS X 10.9.5 working well. This http://blog-en.mamp.info/2013/08/how-to-upgrade-phpmyadmin-in-mamp-mamp.html do not work…
-2
votes
0 answers

MAMP Pro - file_get_contents on local server running php

I'm building a php site and using MAMP pro on my mac. I've got json.php echo'ing out some json when called directly, but when another script tries to call it using file_get_contents I get this error: [26-Aug-2023 10:47:04 UTC] PHP Warning: …
Sarah K
  • 363
  • 2
  • 15
-2
votes
1 answer

How can I use Composer with MAMP PRO on macOS?

I'm on a Mac using macOS Monterey. I'm trying to install and use Composer so that I can use it in MAMP. I've followed a few tutorials to do this, but I am still unable to get terminal to recognize the command 'composer'. It fails with the…
mmcglynn
  • 7,668
  • 16
  • 52
  • 76
-2
votes
1 answer

Could not find package laravel/laravel with version 6 in a version installable using your PHP version 5.6.30

I’m using mac os and install MAMP 5.7. when I run PHP -v on the terminal it says PHP version is 7.2 but when I try to create Laravel project I got this error. I don’t know why the composer recognizes that the PHP version in 5.6
Reza
  • 328
  • 2
  • 11
-2
votes
1 answer

how to get rid of default apache page "it works!"?

I created a virtual host on MAMP PRO 5 like this "mywebsite.test" but it does not open the local site unless I add :8888 so it has to be like this "mywebsite.test:8888" then I changed the Apache port to 80 and whenever I try to get them to local…
Kamel Labiad
  • 525
  • 1
  • 6
  • 26
-2
votes
1 answer

What does MAMP do?

I have to develop api and maintain 'MAGENTO'... I'm new to this so my senior told me to 'test' our service locally after checking out the all source code. So I'm searching how to do this... What I found is the combination of magento and mamp... But…
Androider
  • 39
  • 6
-3
votes
1 answer

How to downgrade phpMyAdmin version in MAMP PRO

I'm currently using PHP 5.3.29 for my application and I can't currently upgrade it. I'm working on getting access to phpMyAdmin. I'm running MAMP PRO 4.2.1 which has phpMyAdmin version 4.7.3 which only allows PHP versions 5.5+ to access. I was…
Derek Joseph Olson
  • 738
  • 1
  • 7
  • 22
-3
votes
1 answer

I fail at installing PHP 5.6.1 in my MAMP PRO 3. What am I doing wrong?

I downloaded the package from the MAMP website and unzipped it into /Applications/MAMP/bin/php and rebooted MAMP PRO and I thought that should do it. Unfortunately it didn't work. I've tried searching with Google about this, but I couldn't find…
Evert
  • 2,022
  • 1
  • 20
  • 29
-6
votes
1 answer

How to add pthreads to MAMP PRO PHP

How to add pthreads to MAMP PRO PHP 5.6.10 on MAC OS X 10.11? How to install it and recompile PHP to use --enable-maintainer-zts ?
Tom
  • 1,203
  • 3
  • 15
  • 35
1 2 3
32
33