Search found 4 matches

by howedav
Tue May 04, 2021 6:06 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: Newbie Error Code Question
Replies: 4
Views: 4063

Re: Newbie Error Code Question

Finally did another search for this issue. Basically the MAMP supplied php.ini file comes with display_errors defaulted to Off. One needs to find it and change it to On. On my Mac, which took the default installation, it is located at: Applications/MAMP/bin/php/php7.4.12/conf/php.ini where the php v...
by howedav
Wed Apr 28, 2021 1:05 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: Newbie Error Code Question
Replies: 4
Views: 4063

Re: Newbie Error Code Question

Where do I find this PHP error log. No errors are reporting to the screen when I run the code.
Thanks for your response.
David
by howedav
Wed Apr 21, 2021 6:29 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: Newbie Error Code Question
Replies: 4
Views: 4063

Re: Newbie Error Code Question

As of this moment I see 35 people have looked at this issue but none has offered any suggestions. For the moment whenever I get an error I upload to a server in the cloud and get the errors reported OK. This is not ideal and so if someone could point me in the right direction I would very much appre...
by howedav
Thu Apr 08, 2021 1:27 pm
Forum: MAMP - General Discussion & Troubleshooting
Topic: Newbie Error Code Question
Replies: 4
Views: 4063

Newbie Error Code Question

Hi, On a Mac with just installed MAMP trying to learn php. When I make a minor error, say forget the closing ; I get a general error: This page isn’t working localhost is currently unable to handle this request. HTTP ERROR 500 Not sure where to go to generate more specific errors. Tried adding some ...