Welcome to Geeklog, Anonymous Thursday, May 16 2024 @ 08:07 am EDT

Geeklog Forums

Scratched my head raw over this one, please help


Riz

Anonymous
confused
I kinda think I know what I am doing. This is driving me nuts. Here's my dilemma:

I have downloaded the latest version, unrar and uploaded the public_html folder into my public_html folder on my server. I created a new folder called 'GL' on my server (in the same root as the following folders: 'tmp', 'public_ftp', 'public_html', 'mail' & 'www'), which according to the instructions is right.

I checked the permissions on:

logs/
public_html/backend/
public_html/images/articles
public_html/images/userphotos

and they are all set to 775.

I then went into mysql and created a database and username, as instructed.

I edited config.php, like this:

$_DB_dbms = 'mysql'; // Do not change (currently, only MySQL is supported)
$_DB_host = 'localhost';
$_DB_name = 'trainet_geeklogdatabase'; // Yes, your DB must exist before running the installer!
$_DB_user = 'trainet_riz';
$_DB_pass = 'I have deleted this for this posting only';
$_DB_table_prefix = 'gl_'; // e.g. 'gl_'

Then I edited the following like this:

$_CONF['path'] = '/home/trainet/public_html/'; // C:/inetpub/wwwroot/geeklog

// you only need to change this if you moved or renamed the public_html directory
$_CONF['path_html'] = $_CONF['path'] . 'public_html/';

// 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/';

I then went to lib-common.php and did the following:

require_once( '/home/trainet/GL/config.php' );

After this I opened my browser (IE6) and typed in myurl/admin/install/install.php This has brought me to Geeklog Installation Step 1 of 2, I have selected installation type as 'New Database' and then path to Geeklog as '/home/trainet/GL/config.php When I click on next I get the following message:

Geeklog Installation - Error
Geeklog could not find config.php in the path you just entered: /home/trainet/GL/config.php
Please check this path and try again.

Any suggestions, I am completely stumped.

Riz

 Quote

Status: offline

geKow

Forum User
Full Member
Registered: 01/12/03
Posts: 445
I'm not sure, but as far as I understand you have you GL folder and the public_html folder at one level. Geeklog assumes that public_html is a child folder of your Geeklog-directory like

../GL/(where your config.php is "$_CONF['path']" )

../GL/public_html/
../GL/plugins/
../GL/system/
....

You can alter the location fo the public_html folder, but then you must change the setting for
$_CONF['path_html'] = $_CONF['path'] . 'public_html/';
to the absolute path like '/home/trainet/public_html/'


hth
geKow
 Quote

Riz

Anonymous
Thx for your prompy reply.

Now please translate that into newbie language.
 Quote

Status: offline

DTrumbower

Forum User
Moderator
Registered: 01/08/03
Posts: 507
$_CONF['path'] = '/home/trainet/public_html/'; // C:/inetpub/wwwroot/geeklog


It should be /home/trainet/gl/
 Quote

Riz

Anonymous
I deleted it all last night cause of frustration. Am now going to try and start from scratch with a fresh mind.

Will keep you informed.
 Quote

All times are EDT. The time is now 08:07 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