PDA

View Full Version : dbconnect.cfg


DaskTill
20th March 2007, 18:06
hello @all,

today i have take a mistake i chanched the information in the dbconnect.cfg file username, password etc....

i have confused ist with the DBPerfparse....

which information does i have to use ??

i try something with root but it doesn´t work are


[Wed Mar 21 17:09:42 2007] [error] [client 10.4.8.178] PHP Notice: Undefined index: root in /usr/local/oreon/www/DBconnect.php on line 32
[Wed Mar 21 17:09:42 2007] [error] [client 10.4.8.178] PHP Notice: Undefined index: perfparse in /usr/local/oreon/www/DBconnect.php on line 33
[Wed Mar 21 17:09:42 2007] [error] [client 10.4.8.178] PHP Notice: Undefined index: oreon in /usr/local/oreon/www/DBconnect.php on line 35
[Wed Mar 21 17:09:42 2007] [error] [client 10.4.8.178] PHP Fatal error: Call to undefined method DB_Error::fetchInto() in /usr/local/oreon/www/index.php on line 211


thanks

DankTill

DaskTill
21st March 2007, 00:20
i fexet the problem with this information



'username' => $conf_oreon["user"],
'password' => $conf_oreon["password"],
'hostspec' => $conf_oreon["host"],
'database' => $conf_oreon["db"],


thy

DaskTill