Hide Forgot
Description of problem: After laatest update of phpMyAdmin the product fails Version-Release number of selected component (if applicable): 4.5.4 How reproducible: Steps to Reproduce: 1. Upgrade phpMyAdmin to 4.5.4-1.fc22 2. 3. Actual results: After the update users cannot access phpMyAdmin and the log contains this entry: [Tue Feb 02 21:25:24.356067 2016] [:error] [pid 3675] [client IP-address:62375] PHP Fatal error: require(): Failed opening required '/usr/share/pear/:/usr/share/php/phpseclib//Crypt/Random.php' (include_path='.:/usr/share/pear:/usr/share/php') in /usr/share/phpMyAdmin/libraries/session.inc.php on line 16 Expected results: Login screen Additional info: Solution is to install phpseclib and change the definition of PHPSECLIB_INC_DIR in /usr/share/phpMyAdmin/libraries/vendor_config.php line 85 to define('PHPSECLIB_INC_DIR', '/usr/share/php/phpseclib/');
Same error here. PHP Fatal error: require(): Failed opening required '/usr/share/pear//Crypt/Random.php' (include_path='.:/usr/share/pear:/usr/share/php') in /usr/share/phpMyAdmin/libraries/session.inc.php on line 16
Fixed with https://bodhi.fedoraproject.org/updates/FEDORA-2016-5beb618566 now, sorry for the trouble.