Welcome to Geeklog, Anonymous Wednesday, November 27 2024 @ 04:45 pm EST

Geeklog Forums

Installation problem Fatal error


Anonymous

Anonymous
I am stucked in the installation due to Parse error: parse error in /home/sites/site40/geeklog/config.php on line 72 Warning: open_basedir restriction in effect. File is in wrong directory in /home/sites/site40/geeklog/system/lib-database.php on line 109 Fatal error: Failed opening required 'databases/.class.php' (include_path='.:/usr/local/lib/php') in /home/sites/site40/geeklog/system/lib-database.php on line 109My config.php looks like this :$_CONF['path'] = '/home/sites/site40/geeklog/'// You only need to change this if you moved or renamed the public_html// directory. In that case, you should specify the complete path to the// directory like this (i.e. without the $_CONF['path']):// $_CONF['path_html'] = '/path/to/your/public_html/';$_CONF['path_html'] = 'home/sites/site40/web/';// 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/';// // make sure this is the correct URL to your site (no trailing slash)$_CONF['site_url'] = 'http://www.mysite/public_html';$_CONF['site_name'] = 'FutureTech';$_CONF['site_slogan'] = 'Get hooked to the Future';$_CONF['site_mail'] = 'jc@tramasure.ch';$_CONF['theme'] = 'XSilver'; // default themeCan anyone help me on this one?In advance, thanksJC
 Quote

Status: offline

DTrumbower

Forum User
Moderator
Registered: 01/08/03
Posts: 507
Your are missing a / at beginning of the path. $_CONF['path_html'] = 'home/sites/site40/web/'; Should be $_CONF['path_html'] = '/home/sites/site40/web/';
 Quote

Anonymous

Anonymous
Thanks a lot for your help! I made a step further... The gl database was created but I now get this message Parse error : parse error in /home/sites/site40/web/public_html/lib- common.php on line 911 Fatal error : Call to undefined function: com_refresh() in /home/sites/ site40/web/public_html/index.php on line 59 Line 911 of lib-common.php is $footer->set_var( 'copyright_msg', $LANG01[93] . ' &c Line 59 of index.php is echo COM_refresh ($_CONF['site_url'] . '/index.php' . $query); I am quiet newbie but I am quiet confident I will manage to do it ... Thanks for your help!
 Quote

Anonymous

Anonymous
Line 911 looks corrupted. The entire thing should look like this: $footer->set_var( 'copyright_notice', '&nbsp;' . $LANG01[93] . ' &copy; ' . $copyrightyear . ' ' . $_CONF['site_name'] . '<br>&nbsp;' . $LANG01[94] ); If that line is corrupted in yours, then I recommend you upload a fresh copy of lib-common because there may be other bad lines too.
 Quote

All times are EST. The time is now 04:45 pm.

  • 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