Getting following error while accessing phpmyadmin from Cpanel /WHM
Login to your server with root privileges.
Make sure that common.inc.php , relation.lib.php is available under
/usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/
If not we have to update phpmyadmin using following command .
#/scripts/upcp
and then run
#/usr/local/cpanel/bin/updatephpmyadmin
HTML Code:
Warning: require_once(./libraries/common.inc.php): failed to open stream: No such file or directory in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 34 OR Warning: require_once(./libraries/relation.lib.php) [function.require-once]: failed to open stream: No such file or directory in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 39
Make sure that common.inc.php , relation.lib.php is available under
/usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/
If not we have to update phpmyadmin using following command .
#/scripts/upcp
and then run
#/usr/local/cpanel/bin/updatephpmyadmin