Welcome to Geeklog, Anonymous Thursday, April 03 2025 @ 12:02 am EDT
Geeklog Forums
FATAL ERROR (again)
AbsoluteBeginner
Anonymous
Sorry about this Dirk, but the installation script doesn't seem to be working for me.
Here are my settings :
CONFIG.PHP :
$_DB_dbms = 'mysql'; // Do not change (currently, only MySQL is supported)
$_DB_host = 'virtualhost';
$_DB_name = 'geeklog'; // Yes, your DB must exist before running the installer!
$_DB_user = 'username';
$_DB_pass = 'password';
$_DB_table_prefix = 'gl_'; // e.g. 'gl_'
// you shouldn't need to edit the following
$_CONF['path_system'] = $_CONF['path'] . 'system/';
$_CONF['path_log'] = $_CONF['path'] . 'logs/';
$_CONF['path_language'] = $_CONF['path'] . 'language/';
$_CONF['rdf_file'] = $_CONF['path_html'] . '/backend/geeklog.rdf';
$_CONF['backup_path'] = $_CONF
['path'] . 'backups/';
Lib-Common.php :
require_once('c:/www/geeklog/');
Those are the settings. I hope I haven't set anything out wrong.
When I run the installation script an set the path it comes up with :
Fatal error: Failed opening required 'c:/www/geeklog/system//classes/mysql.class.php' (include_path='.;c:\php4\pear') in c:\www\geeklog\system\lib-database.php on line 105
What is wrong with this. I configured the files the best I could but it still doesn't seem to work.
Thankyou for your help.
8
8
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
The most important information, the value for $_CONF['path‘], is missing from your posting ...
Also, this (in lib-common.php) is wrong:
require_once('c:/www/geeklog/');
It should point to the config.php file. So I assume it should be
require_once('c:/www/geeklog/config.php');
bye, Dirk
6
9
Quote
AbsoluteBeginner
Anonymous
I have changed the lib-common.php settings.
In congif.php :
$_CONF['path'] = 'C:/www/geeklog/'; //
Thanks again
8
8
Quote
AbsoluteBeginner
Anonymous
Sorry , the last reply was incorrect.
This is the correct information in config.php :
$_CONF['path'] = 'C:/www/geeklog/config.php'; //
Thanks again!!
9
10
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Err, no, this is not correct. $_CONF['path'] should hold the path to your geeklog directory (i.e. the directory where the config.php, the systems directory, etc. reside). So the first version you posted is probably more correct:
$_CONF['path'] = 'C:/www/geeklog/';
bye, Dirk
9
24
Quote
AbsoluteBeginner
Anonymous
I have changed this now.
The installation script still comes up with same message.
7
9
Quote
All times are EDT. The time is now 12:02 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content