View Single Post
  #3 (permalink)  
Old 07-03-2009, 12:07 PM
konrath's Avatar
konrath konrath is offline
Registered User
 
Join Date: May 2005
Location: Brasil
Posts: 208
konrath is on a distinguished road
Quote:
Originally Posted by logicsupport View Post
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"


Hello

thank you

Your tip work for me

/usr/local/cpanel/3rdparty/etc/phppgadmin/php.ini file and change this line:

Konrath
Reply With Quote