LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   phpmyadmin problem (https://www.linuxquestions.org/questions/linux-software-2/phpmyadmin-problem-392986/)

nayabingi 12-14-2005 11:34 PM

phpmyadmin problem
 
Hey guys,

I am currently having some problems with phpmyadmin on fc1 that I am hoping I can get some help with. I launch phpmyadmin to manage but there are no databases listed in the database drop down list. When I click on the Databases link I get the errors below.

: Missing parameter: Array
: Missing parameter: Array

I consulted the phpmyadmin FAQ and followed the instructions below but still no luck. Any further help with this will be helpful.

[2.8] I get "Missing parameters" errors, what can I do?

Here are a few points to check:

* In config.inc.php, try to leave the $cfg['PmaAbsoluteUri']directive empty. See also FAQ 4.7.
* Maybe you have a broken PHP installation or you need to upgrade your Zend Optimizer. See http://bugs.php.net/bug.php?id=31134.
* If you are using Hardened PHP with the ini directive varfilter.max_request_variables set to the default (200) or another low value, you could get this error if your table has a high number of columns. Adjust this setting accordingly. (Thanks to Klaus Dorninger for the hint).
* In the php.ini directive arg_separator.input, a value of ";" will cause this error. Replace it with "&;".

Thank you

J.W. 12-15-2005 01:19 AM

Moved: This thread is more suitable in Software and has been moved accordingly to help your thread/question get the exposure it deserves.


All times are GMT -5. The time now is 01:25 AM.