Search found 157 matches

by mampsupportmod
Tue Jan 26, 2021 12:30 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: Let's Encrypt private keys issued with no "read access" for MAMP Pro?
Replies: 2
Views: 7407

Let's Encrypt private keys issued with no "read access" for MAMP Pro?

I have to give my Mac user account read access to Let's Encrypt's privkey.pem otherwise MAMP cannot load the SSL file as part of the chain. These certificates issued before would automatically give the Mac user account read access but not anymore. Going into each privkey to set permissions is annoyi...
by mampsupportmod
Mon Jan 25, 2021 4:11 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: Aborted connection 215374 to db: 'unconnected' user: 'root' host: 'localhost' (Got an error reading communication packet
Replies: 0
Views: 3731

Aborted connection 215374 to db: 'unconnected' user: 'root' host: 'localhost' (Got an error reading communication packet

I got a ton of these errors, it seemed MySQL had timed out. I had to restart it. Aborted connection 215374 to db: 'unconnected' user: 'root' host: 'localhost' (Got an error reading communication packets) Aborted connection 215374 to db: 'unconnected' user: 'root' host: 'localhost' (Got an error read...
by mampsupportmod
Sun Jan 24, 2021 12:51 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: MAMP 6.3 - PHP 8 is missing PHP GD module
Replies: 6
Views: 18729

Re: MAMP 6.3 - PHP 8 is missing PHP GD module

Not sure if you're posting content from actual support requests, but I did send in this request a couple of days ago. I found when I installed PHP 8.0.1 in MAMP PRO 6.3 that it came with the gd extension, but it wasn't compiled and when I look at phpinfo, it still shows PHP 8.0.0 instead of PHP 8.0...
by mampsupportmod
Sat Jan 23, 2021 4:00 pm
Forum: MAMP - Official Guides
Topic: How To: Redirect Google URL to new Website URL (301 Redirect + Wildcard Links)
Replies: 0
Views: 8703

How To: Redirect Google URL to new Website URL (301 Redirect + Wildcard Links)

In your .htaccess file, add the following code for each redirect you want to create per wildcard URL or individual URL. Redirect old URL to new site URL: Redirect 301 /oldgoogleurl https://newwebsite.com/newurl Redirect wildcard URL to new site URL: RedirectMatch 301 ^/oldgoogleurl.*$ https://newweb...
by mampsupportmod
Fri Jan 22, 2021 10:34 pm
Forum: MAMP - Official Guides
Topic: How to open a support/ticket/bug request
Replies: 0
Views: 8459

How to open a support/ticket/bug request

Go to https://bugs.mamp.info/ and create an account. You will be able to open a ticket inside their portal for support (They will only allow/reply to actual bugs in their software so use this system with care.)
by mampsupportmod
Fri Jan 22, 2021 9:57 pm
Forum: MAMP - Official Guides
Topic: MAMP Pro: Let's Encrypt SSL Certificates (Create / Install / Usage) - Mac OS X
Replies: 0
Views: 12158

MAMP Pro: Let's Encrypt SSL Certificates (Create / Install / Usage) - Mac OS X

Let's Encrypt is a free, automated, and open Certificate Authority (CA) brought to you by the non-profit Internet Security Research Group (ISRG). Several MAMP / MAMP Pro users utilize Let's Encrypt SSL certificates for their development and production environments because they are free. Let's Encryp...
by mampsupportmod
Wed Jan 20, 2021 3:01 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: Connection Refused on creating new VHOST on macOS
Replies: 0
Views: 4679

Connection Refused on creating new VHOST on macOS

This sometimes in macOS 10.14 and MAMP. I will create a new VHOST but each time I try to browse to it I get connection refused. It doesn't matter if I bind to an IP address or not. I know it's not Apache because it's not logging any access to the directory. "Localhost" works and I see the ...
by mampsupportmod
Wed Jan 20, 2021 4:56 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: Apple Silicon (M1)
Replies: 7
Views: 15356

Apple Silicon (M1)

Anyone know if MAMP PRO runs? Considering a Mac Mini M1, but obviously I need to check up on a few pieces of software first. Also, MAMP Pro 6.3 release notes mentioned the same for a fix: *Fixed a Dropbox crash on Apple Silicon Macs From the Internet: Me: Does it run on M1? Support: Yes, MAMP Pro 6 ...
by mampsupportmod
Wed Jan 20, 2021 4:34 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: [Warning] File Descriptor 1064 exceeded FD_SETSIZE=1024
Replies: 0
Views: 4950

[Warning] File Descriptor 1064 exceeded FD_SETSIZE=1024

This is still a prevalent issue with MySQL 5.7.32 & MAMP Pro. Every so often, MySQL "goes away" and the only way to recover is restarting MySQL. I've already increased macOS file descriptors per below. [Warning] File Descriptor 1064 exceeded FD_SETSIZE=1024 [Warning] File Descriptor 10...
by mampsupportmod
Wed Jan 20, 2021 4:13 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: Mongodb Extension MAMP Pro 5.7 - macOS 10.15.6 (Catalina) and PHP 7.3.9
Replies: 0
Views: 4222

Mongodb Extension MAMP Pro 5.7 - macOS 10.15.6 (Catalina) and PHP 7.3.9

I've been trying for days to set up a driver for the Mongodb under MAMP Pro 5.7 - macOS 10.15.6 and PHP 7.3.9. I have followed these instructions: https://documentation.mamp.info/en/MAMP-PRO-Mac/How-Tos/General/PECL/ Since macOS itself comes with PHP, running "phpize" apparently causes a c...