LANETco.org

Anonymous
Warning: main(/MEMBERS/system/databases/mysql.class.php): failed to open stream: No such file or directory in w:wwwrootMEMBERSsystemlib-database.php on line 117

Fatal error: main(): Failed opening required '/MEMBERS/system/databases/mysql.class.php' (include_path='.;c:php4pear') in w:wwwrootMEMBERSsystemlib-database.php on line 117

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073

LANETco.org

Anonymous
require_once( '/MEMBERS/config.php' );

$_CONF['path'] = '/MEMBERS/'; // should end in a slash

this path is correct
w:wwwrootMEMBERSsystemlib-database.php

and this path is too correct

LANetco

Anonymous

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
You are not using an absolute path ... To quote from config.php:
Text Formatted Code
// Note for Windows users: It's safe to use the forward slash '/' instead of  
// the backslash '\\' in paths. Make sure each path starts with a drive letter!
 

bye, Dirk