"undefined class name 'db'"

Robbin

Verified User
Joined
Jan 8, 2006
Messages
8
Hello,

I have an php login script.

If I install it on mij DA host.

i get the following error:

Fatal error: Undefined class name 'db' in /home/visversl/domains/site.nl/public_html/db_connect.php on line 62

line 62: require_once 'DB.php';

I think the DB.php file is stored someware else
 
I ask it to my ISP:
PEAR is installed on the server.

root/DB-1.7.6/
DB.php
DB/common.php
DB/dbase.php
DB/fbsql.php
DB/ibase.php
DB/ifx.php
DB/msql.php
DB/mssql.php
DB/mysql.php
ETC.

But it still not work.

Can anyone help me?
 
Back
Top