PDA

View Full Version : phpmyadmin + white page



pppplus
01-27-2011, 08:09 AM
Hi

strange problem today. I've a white page in PhpMyAdmin.

I have it on 1 table, when I want to edit one value (I click on the pen button).
Same thing for each value I want edit in this table.

No problem with other tables. I do not find anything in logs, I don't know where I can search.

Same thing in different computers, and in FF and Opera.

Thanks for your suggestions.

zEitEr
01-27-2011, 09:05 AM
Hello,

When you see a white page, view it's HTML source. What is there? Any



<?php
....
...
?>


??

pppplus
01-27-2011, 09:59 AM
white page in html source also
I have only the left column, and the frame is empty

url of the frame is : /phpmyadmin/tbl_row_action.php

ISOS6
01-27-2011, 10:28 AM
Rebuild your phpmyadmin see if it helps

pppplus
01-27-2011, 10:38 AM
I already rebuild phpmyadmin, but nothing change

ISOS6
01-27-2011, 10:45 AM
You get white page only when there is something wrong with the PHP tags, which version of phpmyadmin do you use? Possible your PHP version is not compatible with phpmyadmin.

PHP and phpmyadmin version?

pppplus
01-27-2011, 12:15 PM
PHPMyAdmin Version: 3.3.9
PHP 5.2.17 (cli)

if there is a php error, how can I print it ?

Thanks for your help

scsi
01-27-2011, 12:33 PM
Do you have display_errors = on in your php.ini?

If not I always use:

ini_set('display_errors','on');

in the php file.

pppplus
01-27-2011, 12:35 PM
yes, it is on in php.ini

scsi
01-27-2011, 12:43 PM
Did you check /var/log/httpd/error_log

You might also try reinstalling phpmyadmin with custombuild

cd /usr/local/directadmin/custombuild
./build update
./build clean
./build phpmyadmin d

If your not getting any errors it is going to be hard to determine what is wrong.

zEitEr
01-27-2011, 11:39 PM
Hello pppplus,

Do you use any apache's mods for security? Anything like a mod_security? Check apache's error logs, in some cases they can cause such problems, when configured a bit wrong.

pppplus
01-28-2011, 05:24 AM
I remove suhosin to solve another problem in prestashop and zencart.
And problem disappears in phpmyadmin...

So, something wrong with suhosin, but I don't know what.
Thanks for your help