|
1. Open /usr/local/cpanel/base/3rdparty/phpPgAdmin/libraries/lib.inc.php
2. Find: session_name('PPA_ID');
3. Replace with: session_name('SESS_ID');
Try to access phpPgAdmin
If that doesn't work you need to edit your PHP.INI
/usr/local/cpanel/3rdparty/etc/phppgadmin/php.ini file and change this line:
session.save_path = "/tmp"
Last edited by logicsupport; 07-03-2009 at 06:47 AM.
|