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

MAMP mysqlnd driver missing

Good day people, I'm using MAMP as Apache/MYSQL Server and for some reason the mysqlnd driver is missing or bugged. So now i can't use functions like get_result(); Is there someone who can tell me how to fix this ? Thanks!
J.Koppen
  • 121
  • 2
  • 4
  • 14
2
votes
3 answers

MAMP: Can't find server/connect to database after Yosemite upgrade

MAMP used to work flawlessly for me while developing WordPress sites locally. Then I upgraded to Yosemite and started getting the "Can't find Server" error in my browser (when ports are set to defaults Apache: 8888, MySQL: 8889), and then "Error…
powerdown
  • 47
  • 2
  • 9
2
votes
1 answer

Problems running init as part of yii 2 install

I am installing yii 2 on a mac. I have mamp pro (3.0.7.3 latest) when i go to the command line and run. php init i get a message saying The mcrypt PHP extension is required by Yii2. I checked the server using phpinfo() and it shows mcypt enabled. …
MB.
  • 723
  • 1
  • 11
  • 28
2
votes
1 answer

MAMP "Extras" Wordpress site causes error ERR_CONNECTION_REFUSED

In short, I can create a new MAMP Pro 3 host with success and then download and install Wordpress 4.0 via MAMP Pro's "Extra's" feature also seemingly with success (no errors, ) ...yet it doesn't turn out that way as the browser says, "Error code:…
user3138173
  • 81
  • 1
  • 6
2
votes
0 answers

MAMP PRO 3x use a symbolic link for htdocs

I'm trying to setup MAMP pro 3 and I have a symbolic link from my Documents folder to /Application/MAMP/htdocs: lrwxr-xr-x 1 msteudel admin 33 Jun 24 15:11 htdocs -> /Users/msteudel/Documents/wwwroot In the options for my host I have…
Mark Steudel
  • 1,662
  • 3
  • 18
  • 31
2
votes
0 answers

Weird MAMP Pro CSS caching issue

In the MAMP working directory, I made a change to a CSS file a week or two ago. Every once in a while, the change stops working. If I open up the link to the CSS file in the browser, I see the change has been reverted to the old file. If I…
Dan Goodspeed
  • 3,484
  • 4
  • 26
  • 35
2
votes
1 answer

phpMyAdmin displaying varchar fields as individual hex values in table view

I'm running phpMyAdmin in MAMP-pro, and recently noticed some weird behavior that started after I upgraded to phpMyAdmin 4.1.7. Basically, varchar fields do not show up correctly when viewing a table, or even query results, but not in an individual…
Mordred
  • 3,734
  • 3
  • 36
  • 55
2
votes
1 answer

Getting MAMP to send mail with postfix

I've spent about two hours researching the forums to figure this out, and I know that there are lots of posts about it already, but I am looking for a more general answer. I want to be able to send email through contact forms in a local enviroment…
lime
  • 35
  • 3
  • 11
2
votes
1 answer

MAMP PRO install extension intl doesn't work

I use version 2.2 of MAMP PRO with PHP 5.5.3. I use port to install the packages. I installed php5-intl and I copied the file intl.so in /Applications/MAMP/bin/php/php5.5.3/lib/php/extensions/no-debug-non-zts-20121212. I called the extension in the…
Bostak
  • 93
  • 2
  • 9
1
vote
0 answers

MAMP does not render fonts. Why?

I literally copy-pasted the W3school example: I checked Chrome console. There is a body tag.…
1
vote
2 answers

Install & use Composer for dynamic PHP version

On my local machine I have MAMP PRO running, which allows the change of PHP version per project independently. Composer is installed on a specific PHP version, but my project aren't. How would I use composer so that it will either use the PHP…
Timberman
  • 647
  • 8
  • 24
1
vote
1 answer

htaccess SetEnv directive is not working in MAMP pro 6

I have a solution develop with PHP Framework Phalcon 3.4.5 macOS 12.6 PHP 7.3.33 MAMP Pro 6 I have this .htaccess that is in my root folder: A SetEnv directive is set like that: SetEnv…
Daniel
  • 35
  • 4
1
vote
1 answer

increase fastCGI idle-timeout on MAMP Pro

If you use mamp in cgi mode, to support opcache for instance if your page will take more than 30 seconds to load you get some error similar to FastCGI: comm with server "/Applications/MAMP/fcgi-bin/php7.4.12.fcgi" aborted: idle timeout (30 sec) How…
Steve Moretz
  • 2,758
  • 1
  • 17
  • 31
1
vote
1 answer

MAMP Pro on Macos can't turn on opcache

I've had a problem since version 6 When we set this to opcache, it won't be saved on the next restart we see it says unsaved changes want to start? if you say yes it will still load opcache but as soon as you save it, it will be off again. That…
Steve Moretz
  • 2,758
  • 1
  • 17
  • 31
1
vote
1 answer

Localhost is constantly showing the "Index of" page

I have a project and I wanted to run it on localhost to see this project. Since it's my first time using a macOS computer, I installed mamp and wanted to run it from there. But what I did didn't work. Every time I open localhost, I see the Index of…
iguner
  • 51
  • 8