View Single Post
  #2 (permalink)  
Old 07-03-2009, 05:14 AM
logicsupport logicsupport is offline
Registered User
 
Join Date: Jun 2007
Posts: 135
logicsupport is on a distinguished road
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.
Reply With Quote