Author: Vic Date: To: hampshire Subject: Re: [Hampshire] Broken PHPMyAdmin
> when I tried to use PHPMyAdmin the next day (it worked fine > before), I was presented with a blank page.
Blank pages invariably mean that a script fell over mid-way. Check your
Apache error log - it'll tell you what failed.
> If I try and access and of the
> files below the root directory of PHPMyAdmin through my browser, it tries
> to download it.
So the files are not being interpreted as PHP; that's not necessarily
meaningful yet, as they might be included rather than executed directly.
I'd fix the first problem first. This one might be irrelevant.