2

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

Cas
  • 2,014
eleaf
  • 21

1 Answers1

1

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

Manuel
  • 11
  • 1