Search found 9 matches

by jlanpheer
Mon Jun 19, 2023 7:38 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: No Apache errors being written to logs.
Replies: 3
Views: 10329

Re: No Apache errors being written to logs.

Yes, i tried without SSL enabled. Yes, i tried using a variety of ports, including the default ones. No, i have not uninstalled/reinstalled. I will try that. Still, my question remains. Should there not be some sort of message in a log somewhere indicating exactly what the problem is? Is this an ind...
by jlanpheer
Thu Jun 15, 2023 8:39 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: No Apache errors being written to logs.
Replies: 3
Views: 10329

No Apache errors being written to logs.

Hi- I've been running MAMP (currently 6.6) for a couple of years on my own computer (Apple Mac - Monterrey 12.6.6) using localhost without issue. I've deployed a couple of sites including a brand new one and i've been working to get SSL working on localhost with Wordpress so when i push up changes i...
by jlanpheer
Fri Oct 15, 2021 6:47 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: Unable to access Wordpress admin facility on MAMP localhost.
Replies: 4
Views: 5826

Re: Unable to access Wordpress admin facility on MAMP localhost.

Further update on this: I WAS able to step around my current problem by adding the following two lines of code to my localhost's wp-config.php file: define('WP_HOME','http://localhost:8888'); define('WP_SITEURL','http://localhost:8888'); So, my immediate roadblock has been cleared. However, i expect...
by jlanpheer
Fri Oct 15, 2021 2:26 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: Unable to access Wordpress admin facility on MAMP localhost.
Replies: 4
Views: 5826

Re: Unable to access Wordpress admin facility on MAMP localhost.

Today, i tried creating a site certificate for my localhost to enable it to use ssl following the steps of this excellent author: https://www.youtube.com/watch?v=886Pea2ljm0 (rather than watching the video, there's a link below with all the steps, which i followed to the letter). However, that did n...
by jlanpheer
Thu Oct 14, 2021 10:27 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: Unable to access Wordpress admin facility on MAMP localhost.
Replies: 4
Views: 5826

Re: Unable to access Wordpress admin facility on MAMP localhost.

It's not a longshot, yes, my client's website uses https in many places, i can't get around that. However, i've tried it both ways (i "think" you are referring to using the URL formed in this way?: http://localhost:8888/wp-admin) and both give me the same message. All this time, i've simpl...
by jlanpheer
Thu Oct 14, 2021 7:57 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: Unable to access Wordpress admin facility on MAMP localhost.
Replies: 4
Views: 5826

Unable to access Wordpress admin facility on MAMP localhost.

I hope someone can help me with this, i cannot figure it out. I've got a MAMP installation (version 6.3) using Apache running on my Mac, i've got a client's Wordpress website installed on it and it works just fine. However, when i try to access the localhost's Wordpress admin facility, i get the fol...
by jlanpheer
Tue May 25, 2021 5:55 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: Where is the PHP.INI file used by MAMP?
Replies: 3
Views: 7244

Re: Where is the PHP.INI file used by MAMP?

MAMP or MAMP Pro? You need to edit the PHP.INI master template file php-ini-template-edit-mamp-forums.jpg Based on the information that you gave me, i started looking around the MAMP installation looking for a "template" file. I "think" i found an applicable one at /Applications...
by jlanpheer
Tue May 25, 2021 5:30 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: Where is the PHP.INI file used by MAMP?
Replies: 3
Views: 7244

Re: Where is the PHP.INI file used by MAMP?

MAMP or MAMP Pro? You need to edit the PHP.INI master template file php-ini-template-edit-mamp-forums.jpg MAMP, so far. Thanks for the reply, the screenshot you gave me was from MAMP Pro, i don't see that menu option in straight MAMP, i'll see if i can find it in the MAMP installation itself. If i'...
by jlanpheer
Tue May 25, 2021 3:54 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: Where is the PHP.INI file used by MAMP?
Replies: 3
Views: 7244

Where is the PHP.INI file used by MAMP?

Hi- I'm a newb to MAMP and i have installed it successfully on a Mac M1 running Big Sur. I am attempting to load table data exported from a client site into MySQL installed on my local machine. The problem is that the import into my local database fails with the following error: >> "No data was...