I bought a a new iMac and migrated my old iMac running Mohave OS to my new iMac which is running Monterey OS. My previous iMac had a fully functional MAMP Pro install.
My httpd.conf file is in the Library/appsolute/MAMP PRO/conf directory and set listen on port 80.
After migrating, I can launch MAMP Pro. Apache is running and all my databases are displayed. I am also able to launch my php app. However the app is not connecting to the database.
Using the terminal I can see that the databases are there and I can connect to a database and query tables with no issue.
When I go to Webstart in MAMP Pro and then attempt to launch phpMyAdmin, I get the following error:
This page isn’t working
localhost is currently unable to handle this request.
HTTP ERROR 500
Anyone have any suggestions for how to correct this issue?
HTTP 500 Error access phpMyAdmin on Mac Monterey
-
- Site Admin
- Posts: 146
- Joined: Wed Jan 20, 2021 3:06 am
Re: HTTP 500 Error access phpMyAdmin on Mac Monterey
Please share Apache/PHP/MySQL logs after getting the 500 error
MAMP Support Forums is an unofficial support forum covering MAMP & MAMP Pro solution stacks.
Re: HTTP 500 Error access phpMyAdmin on Mac Monterey
I apologize for not doing so.
[28-Jul-2022 09:06:23 America/New_York] PHP Parse error: syntax error, unexpected 'use' (T_USE) in /Library/Application Support/appsolute/MAMP PRO/phpMyAdmin/index.php on line 11
I found the issue and it was a mistyped statement in the php file. My assumption was that it had to do with something else, and I missed checking the php error log.
Thank you for asking to attach the log files, as this caused me to re-look at them.
[28-Jul-2022 09:06:23 America/New_York] PHP Parse error: syntax error, unexpected 'use' (T_USE) in /Library/Application Support/appsolute/MAMP PRO/phpMyAdmin/index.php on line 11
I found the issue and it was a mistyped statement in the php file. My assumption was that it had to do with something else, and I missed checking the php error log.
Thank you for asking to attach the log files, as this caused me to re-look at them.