Posted on: 09/21/02 07:39am
By: Anonymous (Anonymous)
I checked the FAQ and did not find a solution to this problem
During the installation i keep getting these errors:
Warning: Unable to access /path/to/geeklog/system/system/databases/mysql.class.php in /system/lib-database.php on line 90
Fatal error: Failed opening required '/path/to/geeklog/system/system/databases/mysql.class.php' (include_path='.:/usr/local/lib/php') in /system/lib-database.php on line 90
Any idea whats wrong?
Errors in installation
Posted on: 09/21/02 08:08am
By: Dirk
This really should be in the FAQ ...
Your setting for $_CONF['path'] in config.php is not correct. Specifically, if it really says "/path/to/geeklog" then you didn't change it at all. In that case I'd suggest you read the installation instructions again.
bye, Dirk
Errors in installation
Posted on: 09/21/02 08:36am
By: Anonymous (Anonymous)
alright i changed that..(rushed through installation)
it still says the same error
Warning: Unable to access /system/databases/mysql.class.php in /system/lib-database.php on line 90
Fatal error: Failed opening required '/system/databases/mysql.class.php' (include_path='.:/usr/local/lib/php') in /system/lib-database.php on line 90
Errors in installation
Posted on: 09/21/02 09:45am
By: Dirk
The path is still wrong. $_CONF['path'] should hold the complete (absolute) path to the directory where your config.php file resides.
bye, Dirk
Errors in installation
Posted on: 09/21/02 10:21am
By: etegration
your path is wrong, it should be something like /var/www/html but it really depends what how your Linux machine is set up or how your host has set them up.