LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   phpmyadmin blank page (https://www.linuxquestions.org/questions/linux-server-73/phpmyadmin-blank-page-891237/)

kouta 07-12-2011 02:27 AM

phpmyadmin blank page
 
Hi all,

every time i go to http://localhost/phpmyadmin i am presented with a blank page, It wasn't like this to start with, i have tried googling the problem and some are saying folder permissions. I currently have the /var/www folder set as root as the owner. Only thing i think may have stuffed it up was turning URL rewriting on for Drupal, but not sure.
Can anyone else suggest things to check?

thanks.

Noway2 07-12-2011 04:04 AM

Look in your apache error and access logs. I think your url rewrite is a good suspect. I tried Drupal a while back and one of the things it caused was other URLS to not work and I ultimately removed it. Looking in the logs will tell you if this is the problem and if not give you a good idea of what to check next.

kouta 07-12-2011 06:43 AM

in the apache error log i get

Code:

[Tue Jul 12 21:33:51 2011] [error] child died with signal 11

Noway2 07-12-2011 07:49 AM

Signal 11 is segmentation fault. The most common cause of this, at least when using prepacked applications, is using the wrong version for your system. For example, using a 64 bit binary on a 32 bit system or using the wrong threaded / non-threaded version PHP for your system. I have also encountered this with Apache when I tried to use too current of a version and had to revert back to the one in the package libraries.

subho.d 07-12-2011 07:59 AM

chown apache:apache <phpmyadmin document path>


All times are GMT -5. The time now is 02:01 PM.