MESSAGE: Undefined property: PEAR_Error::$dsn
TYPE: Notice
FILE: /herkules/lib/SGL/DB.php
LINE: 125
DEBUG INFO:

120 return false;
121 }
122
123 $locator = &SGL_ServiceLocator::singleton();
124 $dbh = $locator->get('DB');

125 if ($dbh && count($dbh->dsn)) {

126 $locatorDsn = $dbh->dsn;
127 $conf['db']['user'] = $locatorDsn['username'];
128 $conf['db']['pass'] = $locatorDsn['password'];
129 $conf['db']['protocol'] = $locatorDsn['protocol'];
130 $conf['db']['socket'] = $locatorDsn['socket'];



MESSAGE: Undefined property: PEAR_Error::$dsn
TYPE: Notice
FILE: /herkules/lib/SGL/DB.php
LINE: 125
DEBUG INFO:

120 return false;
121 }
122
123 $locator = &SGL_ServiceLocator::singleton();
124 $dbh = $locator->get('DB');

125 if ($dbh && count($dbh->dsn)) {

126 $locatorDsn = $dbh->dsn;
127 $conf['db']['user'] = $locatorDsn['username'];
128 $conf['db']['pass'] = $locatorDsn['password'];
129 $conf['db']['protocol'] = $locatorDsn['protocol'];
130 $conf['db']['socket'] = $locatorDsn['socket'];



Fatal error: Call to undefined method PEAR_Error::getAssoc() in /herkules/modules/navigation/classes/NavigationDAO.php on line 395