kaz Posted 2 hours ago Share Posted 2 hours ago I use MAM Pro on macOS. At the last launch I was notified of an upgrade from 7.1x to 7.2, which I confirmed. After the upgrade, when opening sites, also localhost, the following error message appears in the browser: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at you@example.com to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Apache/2.4.62 (Unix) mod_wsgi/5.0.1 Python/3.12 mod_fastcgi/mod_fastcgi-SNAP-0910052141 OpenSSL/1.1.1w Server at my-site.local Port 8891 I have contacted the support and got the following answer: "You may have to completely reinstall the app. https://support.mamp.info/knowledgebase.php?article=170" I have backed up the databases and hosts and reinstalled MAMP. I restored the database and created the hosts manually. So far, so good. Unfortunately, the error message remains almost identical for the hosts, only the port has been changed from 8891 to 8890: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at you@example.com to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Apache/2.4.62 (Unix) mod_wsgi/5.0.1 Python/3.10 mod_fastcgi/mod_fastcgi-SNAP-0910052141 OpenSSL/1.1.1w Server at my-site.local Port 8890 SSL certificates are included with all rights in the keychain administration. Perhaps Processwire cache? I have no idea where else to look. I have the original hosts outside of MAMP in the folder /sites/..., and also SQL backups from phpMyAdmin, – is there a possibility to restore single projects from it? PW reinstallation, importing of a database, ... is there a possibility to rebuild projects with these data? Link to comment Share on other sites More sharing options...
BitPoet Posted 1 hour ago Share Posted 1 hour ago MAMP Pro should allow you to enable screen output of errors for PHP when you're in expert view. That should give you a better idea of what's going wrong. Link to comment Share on other sites More sharing options...
monollonom Posted 1 hour ago Share Posted 1 hour ago 1 hour ago, kaz said: I have backed up the databases and hosts and reinstalled MAMP. I restored the database and created the hosts manually. So far, so good. Unfortunately, the error message remains almost identical for the hosts, only the port has been changed from 8891 to 8890: Is the issue still happening for localhost as well? Also, have you tried to create an empty MAMP project with just an index.html (or even a simple index.php) to rule out a MAMP issue? I did the update to 7.2 and didn’t have any issue. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now