phpmyadmin white screen

ben29

Verified User
Joined
Jul 20, 2006
Messages
449
Location
Israel
when i go to phpmyadmin and do login, then chose the database to manage,
it's show but on edit table i get white screen, when i do refresh it's show me,

[root@server custombuild]# php -v
PHP 5.3.23 (cli) (built: Mar 17 2013 03:50:08)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies

phpMyAdmin-3.5.7
 
Last edited:
Zend Engine is not supported by php 5.3 anymore, that's why Zend Guard Loader is in there now.
I see you managed to get Zend Engine in there again. Could it be that this is interfearing with the php<->phpmyadmin usability?
 
A white page usually means a php error.

You could try enabling the error display

In /var/www/html/phpMyAdmin/config.inc.php

add

$cfg['Error_Handler']['display'] = true;

I haven't used that setting myself but according to the documentation that's the correct setting for it.
 
Maybe something will show up in either /var/log/httpd/error_log or /var/log/httpd/domains/yourdomain.tld.error.log if you access it through a domain.
 
hi, i do full check but no error
when i login to phpmyadmin by server ip url. everything works good
but on domain and /phpmyadmin i had the problem

no errors log on the domain about phpmyadmin
 
hi, i do full check but no error
when i login to phpmyadmin by server ip url. everything works good
but on domain and /phpmyadmin i had the problem

no errors log on the domain about phpmyadmin

I've had the exact same problem.

phpmyadmin v4.0 was just released today which fixes the Internet Explorer 'blank page' issues.
 
I solved same problem on my system

i may also suffer for phpmyadmin blank screen.but now i solved it on my system.
i just enable my javascript for all websites in chrome browser that are currently disable when phpmyadmin display blank screen.
and now everything is working fine.
 
Back
Top