For some reason, today I am unable to log into PHPMyAdmin (v4.0.3). In fact, there is no login form at all, just the PHPMyAdmin logo at the top.
On first load of the page, I get the warning: "Cookies must be enabled past this point."
In the browser console, I get: Error: ReferenceError: $ is not defined ReferenceError: PMA_commonParams is not defined Error: TypeError: document.getElementById(...) is null
I've also seen the warning "Javascript must be enabled past this point."
Searching Google, there are quite a few people that have had this problem. Here's everything I've tried to rectify the problem in config.inc.php:
Installed the latest version of PHPMyAdmin (v4.1.9) but the log in screen was entirely blank!
Changed auth_type to http. This allows me to log in, but I get a 404 when trying to delete a table row
Made sure the server date/time is correct
blowfish_secret is set
Cleared all cookies
Changed host from 'localhost' to '127.0.0.1'
Disabled IPv6
Here is my config as it stands. It was working fine, but not anymore. The only thing that has changed on the server is the application of security certificates.