LinuxQuestions.org

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

skoinga 09-25-2010 11:53 AM

Phpmyadmin and blank page
 
Hi,

I've a Centos 5.5 VPS with apache2.2 and php 5.1.6 (all packages are installed by yum, no compiled software).

I've a strange problem with phpmyadmin (2.11.11-1.el5.rf, also installed by yum): I can see the login page, but after login, I see a blank page.
There are absolutely no errors on /var/log/httpd/error.log, /var/log/php.log (enabled in php.ini), etc..

Other php script works well (for example a simple phpinfo..).

Any suggestions?

Thankyou

frankbell 09-25-2010 09:32 PM

Does phpmyadmin and php know where your mysql (or postgres or whatever) is?

It's been awhile, because I've been using the lammp stack, but, when I installed everything manually, I had to tell php where to find mysql and apache.

This might help:

http://blazonry.com/scripting/install_apache.php

skoinga 09-26-2010 07:57 AM

Quote:

Originally Posted by frankbell (Post 4109073)
Does phpmyadmin and php know where your mysql (or postgres or whatever) is?

Yes, because the login to mysql is successful:

Quote:

100926 14:47:56 8 Connect root@localhost on
8 Query SELECT VERSION()
8 Query SET NAMES utf8
8 Query SET collation_connection = 'utf8_unicode_ci'
8 Query SET NAMES utf8
8 Query SET collation_connection = 'utf8_unicode_ci'
8 Query SHOW SESSION VARIABLES LIKE 'collation_connection'
8 Query SHOW SESSION VARIABLES LIKE 'character_set_connection'
8 Query SHOW CHARACTER SET
8 Query SHOW COLLATION
8 Query SHOW DATABASES
8 Query SHOW VARIABLES LIKE 'profiling'
but the web page is still empty... I also tried with phpmyadmin installed by source (version 2.11), same behavior

skoinga 09-26-2010 11:45 AM

Another problem:
now, when I log into phpmyadmin, I get this error:


Quote:

Not Found

The requested URL /navigation.php< was not found on this server.
How it's possibile? I've deinstalled and reinstall clean package of phpmyadmin..

skoinga 09-26-2010 02:02 PM

Quote:

Originally Posted by skoinga (Post 4109526)
Another problem:
now, when I log into phpmyadmin, I get this error:




How it's possibile? I've deinstalled and reinstall clean package of phpmyadmin..

I think the problem was suPHP. Without this module, phpmyadmin works fine.


All times are GMT -5. The time now is 11:08 AM.