After upgrade from a perfectly functioning 2.9.2 version to 2.10.0.1 themes are gone.
If I try:
http://myserver/phpMyAdmin-2.10.0.1/css/phpmyadmin.css.php
error log of apache shows:
[error] [client 192.168.1.254] PHP Fatal error: Call to undefined function PMA_removeCookie() in /mypath/htdocs/phpMyAdmin-2.10.0.1/libraries/session.inc.php on line 35,
System data:
PHP Version 5.1.6
Apache/2.2.2 (Fedora)
Packages I've tried with identical results:
* phpMyAdmin-2.10.0.1-all-languages.tar.gz
* phpMyAdmin-2.10.0.1-english.tar.gz
* HEAD subversion version 10042
config.inc.php
Logged In: YES
user_id=326580
Originator: NO
at least the "Call to undefined function PMA_removeCookie()" should be fixed - but not the problem which makes this problem appear on your system
please test trunk HEAD
please open new bug if you can identify another error which caused this error
Logged In: YES
user_id=1705888
Originator: NO
libraries/session.inc.php, line 35, call function PMA_removeCookie() but this function is defined in libraries/common.lib.php which include libraries/session.inc.php. I replace line 35 from 2.10.0.2 with line 36 from 2.9.0.1 and it works fine.
Logged In: YES
user_id=326580
Originator: NO
this already works fine, as this is fixed in for 2.10.1 release
"libraries/session.inc.php, line 35, call function PMA_removeCookie() but this function is defined in libraries/common.lib.php which include
libraries/session.inc.php."
--
yes, for sure, that is absolutely correct and works as expected
the problem was some other: the function PMA_removeCookie() was defined in the !PMA_MINIMUM_COMMON-block, but this function is also used if PMA_MINIMUM_COMMON is defined.