Posted on: 07/02/03 05:27pm
By: mikdivad
Okay, I got everything uploaded and I edited all the necessary files and I run the install.php. Now when I press \"next\" on the bottom of the install.php, I get this error message.
Warning: Unable to access /geeklog/system/databases/mysql.class.php in /users/iwebland.com/whhsfbla/geeklog/system/lib-database.php on line 109
Fatal error: Failed opening required \'/geeklog/system/databases/mysql.class.php\' (include_path=\'.:/usr/local/lib/php\') in /users/iwebland.com/whhsfbla/geeklog/system/lib-database.php on line 109
Im pretty sure that the paths are correct. Can anybody help me?
Re:Warning/Fatal Error: I need help
Posted on: 07/02/03 05:40pm
By: Dirk
[QUOTE BY= mikdivad]Im pretty sure that the paths are correct.[/QUOTE]
I'm pretty sure they're not
The paths need to be absolute paths, i.e. starting at the root directory of the filesystem. From the error messages, however, it is obvious that your paths should start with "/users/iwebland.com/whhsfbla" but aren't.
In other words - try
$_CONF['path'] = '/users/iwebland.com/whhsfbla/geeklog/';
bye, Dirk