Phpmyadmin error 500 - can't load anything

I was trying to do a right join of two tables, but it seems like it was too much information or the syntax was wrong and then the page froze so I closed out of it. But when I tried to reload PHPmyadmin, it shows everything in red and nothing will load. I tried restarting the server but it's the same.

Is there anyway to reset it or something? Websites still load/access the database fine, it's just phpmyadmin seems to be blocked now?

It says

Cannot use a scalar value as an array
Error in processing request
Error code: 500
Error text: Internal Server Error (rejected)
It seems that the connection to server has been lost.
Please check your network connectivity and server status.

Screenshot: phpmyadmin error 500

Thanks for any help

2

1 Answer

Just clear cookies for localhost or the domain phpMyAdmin is using in your browser. That solved the issue for me.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like