Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 11:09 pm EST
Geeklog Forums
Probleming installing.
Newbie help
Anonymous
Hello.
I am having a problem installing my Geeklog. When i go to admin/install/install.php and set it where the config.php file is. i get theese errors
I've looked over my configuration file serveral times, help would be much appreciated.
I am having a problem installing my Geeklog. When i go to admin/install/install.php and set it where the config.php file is. i get theese errors
Warning: main(/usr/home/agriffin/public_html/system/classes/template.class.php): failed to open stream: No such file or directory in /usr/home/agriffin/public_html/admin/install/install.php on line 603
Fatal error: main(): Failed opening required '/usr/home/agriffin/public_html/system/classes/template.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /usr/home/agriffin/public_html/admin/install/install.php on line 603
Fatal error: main(): Failed opening required '/usr/home/agriffin/public_html/system/classes/template.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /usr/home/agriffin/public_html/admin/install/install.php on line 603
I've looked over my configuration file serveral times, help would be much appreciated.
13
15
Quote
LuckyDucky
Anonymous
the path i set in my config.php file is
and
is this correct?
// This should point to the directory where your config.php file resides.
$_CONF['/usr/home/agriffin/'] = '/path/to/geeklog/'; // should end in a slash
$_CONF['/usr/home/agriffin/'] = '/path/to/geeklog/'; // should end in a slash
and
// 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 (i.e. without the $_CONF['path']) like this:
// $_CONF['path_html'] = '/path/to/your/public_html/';
$_CONF['/usr/home/agriffin/public_html'] = $_CONF['path'] . 'public_html/';
// directory. In that case, you should specify the complete path to the
// directory (i.e. without the $_CONF['path']) like this:
// $_CONF['path_html'] = '/path/to/your/public_html/';
$_CONF['/usr/home/agriffin/public_html'] = $_CONF['path'] . 'public_html/';
is this correct?
13
12
Quote
Status: offline
Turias
Forum User
Full Member
Registered: 10/20/03
Posts: 807
Quote by LuckyDucky: the path i set in my config.php file is
// $_CONF['path_html'] = '/path/to/your/public_html/';
$_CONF['/usr/home/agriffin/public_html'] = $_CONF['path'] . 'public_html/';
is this correct?
// $_CONF['path_html'] = '/path/to/your/public_html/';
$_CONF['/usr/home/agriffin/public_html'] = $_CONF['path'] . 'public_html/';
is this correct?
No.
$_CONF['path_html'] = '/usr/home/agriffin/public_html';
10
16
Quote
LuckyDucky
Anonymous
HUH? sry im a little lost in php. im new to this. i dont see waht u are saying no to. could u explain?
thx very much!
thx very much!
13
12
Quote
LuckyDucky
Anonymous
i still get the error installing when i go to http://www.anoobslife.com//admin/install/install.php and specify this for a location
/usr/home/agriffin/public_html/config.php
or i get the same error when i specify it like this
/usr/home/agriffin/public_html/
/usr/home/agriffin/public_html/config.php
or i get the same error when i specify it like this
/usr/home/agriffin/public_html/
13
13
Quote
Status: offline
geKow
Forum User
Full Member
Registered: 01/12/03
Posts: 445
Maybe you should start over again, with a fresh version of the config.php.
If you don't change the geeklog filestructure you need to set only one path in the config.php.
This is : $_CONF['path']
The line should look like this:
so this is pointing to the directory where your config.php is.
You don't need to alter $_CONF['path_html'], if you kept the original directory structure, because the default value is
that means it calls the variable with the path you set before (wich is /usr/home/agriffin/) and adds an public_htm/.
The next thing you need to set is the URL (aka Webadress) of your page
These are the only two pathes you need to set if you keep the original directorystructure!
Geeklog is clever eneough to "calculate" all the other pathes it needs by its own.
geKow
If you don't change the geeklog filestructure you need to set only one path in the config.php.
This is : $_CONF['path']
The line should look like this:
Text Formatted Code
$_CONF['path'] = '/usr/home/agriffin/';You don't need to alter $_CONF['path_html'], if you kept the original directory structure, because the default value is
Text Formatted Code
$_CONF['path_html'] = $_CONF['path'] . 'public_html/';The next thing you need to set is the URL (aka Webadress) of your page
Text Formatted Code
$_CONF['site_url'] = 'http://YOURWEBADRESS. HERE';These are the only two pathes you need to set if you keep the original directorystructure!
Geeklog is clever eneough to "calculate" all the other pathes it needs by its own.
geKow
12
13
Quote
All times are EST. The time is now 11:09 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