Wilmar, it means that a file which is "included" via the "require()"
function cannot be found. usually this is because they are doing something
like
require( $ROOT . "/the/file/they/want.php");
and you haven't set $ROOT properly, or something like that.
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] 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.inc.php'
// (include_path='.:/usr/share/php') in
// /home/thesis/public_html/registro.php
// on line 7
// ********************************
//
// Thanks a lot
// -----------------------------------------------
// Wilmar Pérez
// IT Manager - Central Library
// University of Antioquia
// Medellín - Colombia
// tel: ++57(4)2105145
// -----------------------------------------------
//
//
// --
// PHP Database Mailing List (http://www.php.net/)
// To unsubscribe, e-mail: [EMAIL PROTECTED]
// For additional commands, e-mail: [EMAIL PROTECTED]
// To contact the list administrators, e-mail:
// [EMAIL PROTECTED]
//
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]