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