Hi! Yesterday PHPMyAdmin was working fine on my server, but today it’s getting a 500 error.
Using Apache2 and Ubuntu 18.04
Any help is appreciated! Thank you!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
https://www.digitalocean.com/community/questions/phpmyadmin-suddently-gives-http-error-500
This error is resolved in the above-mentioned link.
Can anyone tell why is this so that the phpMyAdmin server working perfectly fine yesterday suddenly misses a semicolon in the code? Would be great to know the reason.
Hi there @sharmanavdeep,
The error is reporting that the
login.php
file is not present at the/usr/share/phpmyadmin/
folder. You can check if this is indeed the case by running the following command:What I usually recommend is to install PHPmyAdmin manually rather than via
apt
as that way you will have full control on where and how it is installed, you would also get the latest version.You can follow the steps on how to do that here:
https://www.digitalocean.com/community/questions/how-to-install-manually-phpmyadmin-on-ubuntu
Regards, Bobby