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 05:

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:

RE: [PHP-DB] Adobc error

2001-06-28 Thread Beau Lebens
basically, search registro.php for "require" 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] Ad

RE: [PHP-DB] Adobc error

2001-06-28 Thread Christian Sandfeld
e- From: Wilmar Pérez [mailto:[EMAIL PROTECTED]] Sent: 28. juni 2001 00:48 To: PHP List Subject: [PHP-DB] Adobc error Hello guys Does anyone know what the following error means and how I can fix it? ** Fatal error: Failed opening required './adodb/adodb.

[PHP-DB] Adobc error

2001-06-28 Thread Wilmar Pérez
Hello guys Does anyone know what the following error means and how I can fix it? ** Fatal error: Failed opening required './adodb/adodb.inc.php' (include_path='.:/usr/share/php') in /home/thesis/public_html/registro.php on line 7 Than