RE: [PHP-DB] Adobc error

2001-06-28 Thread Beau Lebens
and check that all the files it is trying to require can be found. HTH Beau // -Original Message- // From: Wilmar Pérez [mailto:[EMAIL PROTECTED]] // Sent: Thursday, 28 June 2001 6:48 AM // To: PHP List // Subject: [PHP-DB] Adobc error // // // Hello guys // // Does anyone know what

RE: [PHP-DB] Adobc error

2001-06-28 Thread Steve Brett
you need to find adodb.inc.php and then check that the path in the include statement on line 7 in adodb.inc.php is pointing at the correct path. Steve -Original Message- From: Wilmar Pérez [mailto:[EMAIL PROTECTED]] Sent: 27 June 2001 23:48 To: PHP List Subject: [PHP-DB] Adobc

Re: [PHP-DB] Adobc error

2001-06-28 Thread Markus Fischer
Seems you're missing the file 'adodb.inc.php' in any of your include paths, namely '.' and '/usr/share/php'. Either extend the include_path directive in php.ini to make sure adodb.inc.php is in the include path or copy the fileto an appropriate directory. HTH, Markus On Wed, Jun 27, 2001 at