4
I found this reading about PHP MYADMIN:
[1.1] I'm running PHP 4+ and my server is crashing each time a specific action is required or phpMyAdmin sends a blank page or a page full of cryptic characters to my browser, what can I do?
There are some known PHP bugs with output buffering and compression.
Try to set the $cfg['OBGzip'] directive to FALSE in your config.inc.php file and the zlib.output_compression directive to Off in your php configuration file.
Furthermore, we know about such problems connected to the release candidates of PHP 4.2.0 (tested with PHP 4.2.0 RC1 to RC4) together with MS Internet Explorer. Please upgrade to the release version PHP 4.2.0.
Just like the FAQ page concerning blank pages, it tell you what you need to do, but doesn't explain how to get there to do it.
Because of my limited knowledge, I'm unable to understand what to do to solve the blank page problem.
Can someone explain in lay term on how to go about access these files?