The problem started a while ago, but at the time there were other priorities and it's now hard to trace back any system changes than might have caused it. In short, going to http://mysite/index.php/admin/ provides me with a blank page. As in 0 bytes.
The code of index.php page starts with
error_reporting(E_ALL);
ini_set('display_errors', 1);
Memory limit set in php.ini is 512MB. I have done chmod -R 777 *
in Magento's top directory and I just fail to see any clues as to what could be causing it to give me a blank page. The store front of this Magento installation works properly. What can I do to figure this out?
Edit: I tried removing cache as well, to no avail.