php-db | 2001062
Date: 06/28/01
- Next message: Steve Brett: "[PHP-DB] mysql errors .... or php errors ????"
- Previous message: Christian Sandfeld: "RE: [PHP-DB] Adobc error"
- Maybe in reply to: Wilmar Pérez: "[PHP-DB] Adobc error"
- Next in thread: Steve Brett: "RE: [PHP-DB] Adobc error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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:wilmar.perez <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: php-db-unsubscribe <email protected>
// For additional commands, e-mail: php-db-help <email protected>
// To contact the list administrators, e-mail:
// php-list-admin <email protected>
//
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Steve Brett: "[PHP-DB] mysql errors .... or php errors ????"
- Previous message: Christian Sandfeld: "RE: [PHP-DB] Adobc error"
- Maybe in reply to: Wilmar Pérez: "[PHP-DB] Adobc error"
- Next in thread: Steve Brett: "RE: [PHP-DB] Adobc error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

