PDA

View Full Version : phpMyAdmin - blank page


joyce
Mon 22nd Jul '02, 11:52pm
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:

$cfg['PmaAbsoluteUri'] = 'http://www.abc.com/phpMyAdmin/';

Cary
Tue 23rd Jul '02, 12:05am
Did you fill in all the database information?

joyce
Tue 23rd Jul '02, 12:33am
yep...i fill in all the required info. i did the same thing when i set up for my local pc. and it works...

by the way, anything to do with the version of php? i just found out tat my server is using php 4.0.6

Cary
Tue 23rd Jul '02, 12:56am
No.. your version number is fine. phpMyAdmin can be used with PHP3 or PHP4.

I'm not sure what else could be causing your problem. Sorry.

GSHelpBoy
Tue 23rd Jul '02, 10:24am
What version of phpMyAdmin are you running?

Scott MacVicar
Tue 23rd Jul '02, 10:35am
Problem with 2.3.0-rc3:
If you only see a blank page, it's because of a wrong default value in the config file. Please set $cfg['AllowAnywhereRecoding'] to FALSE. This happens when PHP does not have recode or iconv support.

From phpmyadmin.net

joyce
Tue 23rd Jul '02, 10:22pm
Problem with 2.3.0-rc3:
If you only see a blank page, it's because of a wrong default value in the config file. Please set $cfg['AllowAnywhereRecoding'] to FALSE. This happens when PHP does not have recode or iconv support.



i've set that, still get a blank page..

Scott MacVicar
Tue 23rd Jul '02, 10:23pm
What version of phpmyadmin then?

Try downloading the stable 2.2.6 version.