phpMyAdmin - blank page
hi, i tried to setup phpMyAdmin in my server.
when i try to browse phpMyAdmin/index.php, it shows me a blank page. wat is wrong??
in the config file i did set this:
<?php
$cfg['PmaAbsoluteUri'] = 'http://www.abc.com/phpMyAdmin/';
?>
Peter J. Boettcher posted this at 12:35 — 23rd July 2002.
They have: 812 posts
Joined: Feb 2000
Make sure you're running at least PHP version 4.2.0 and add this to your config file:
$cfg['OBGZip'] = FALSE
joyce posted this at 01:17 — 24th July 2002.
They have: 164 posts
Joined: Nov 2001
oh, the version of php does make a difference?? i just check and i noticed tat my server is still using php 4.0.6. already emailed them to ask them to upgrade.
is the version of php causing the phpMyAdmin not working??
Peter J. Boettcher posted this at 12:23 — 24th July 2002.
They have: 812 posts
Joined: Feb 2000
There is a bug with versions before 4.2.0 and users using Internet Explorer where phpMyAdmin would just show blank pages or pages full of strange characters. Not sure if that's the cause of your problem but since its a reported bug it would be nice if you could upgrade.
PJ | Are we there yet?
pjboettcher.com
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.