Steps to fix PHPPgAdmin cPanel Login Issues

kumkumsharma

Administrator
Staff member
Whenever user access PostgreSQL databases then its privileges are set in cpanel account and if user doesn’t going to visit then phppgadmin will not work. Also you have to check cpanel password for space as its going to creating the issue in psql/phpPGadmin.

There is solution to resolve this error :

You have to move pw.cache file and run below command:

Code:
upcp --force.
Now you have to rename pw.cache files

Code:
mv /var/cpanel/pw.cache /var/cpanel/"pw.cache-"`date +"%Y-%m-%d"`
if we forcefully update the UPCP then it will rebuild pw.cache to current cpanel user.

Code:
/scripts/upcp –force
 
Top