PHP dies without an error at the libraries/config/ConfigFile.class.php :: __construct()
line 85 ...
$this->orgCfgObject = new PMA_Config(CONFIG_FILE);
...causes the whole thing to just die out without an error, even though error reporting is enabled.
It is running on nxingx, the rest of PhpMyAdmin runs perfectly well.
See this post for more details: http://stackoverflow.com/questions/17123624/phpmyadmin-setup-show-blank-screen-while-pma-itself-works
Which PHP version please?
PHP 5.4.9-4ubuntu2.2 (fpm-fcgi) (built: Jul 15 2013 18:32:39)
IMHO duplicate of [#3980] - there is some error in your config file and phpMyAdmin fails to report that.
Related
Bugs:
#3980Last edit: Michal Čihař 2013-08-11
the cause is:
[Fatal error] Cannot redeclare check_file_access() (previously declared in /usr/share/phpmyadmin/libraries/Config.class.php(431) : eval()'d code:20)
Eugen,
this bug is marked as being related to phpMyAdmin 4.0.5. According to http://www.phpmyadmin.net/home_page/downloads.php, versions 4.0.x are outdated and supported for security fixes only, until Jul 1, 2014.
Okay, in this case the error comes from Debian packaging, but it has been fixed in version 4:4.0.1-2 almost year ago...
Yes, seems that the package is way outdated, I had V3.x, then found an upgrade instruction on www.dev-metal.com. According to that web-site I should get the very latest version of PHPMyAdmin, but after upgrade got 4.0.9-1.raring~ppa.1.
seems that the only way I could get a fresh copy of PMA is to download a zip and install it manually.
My OS is Linux Mint 3.5.0-46-generic