Welcome to Geeklog, Anonymous Friday, April 26 2024 @ 11:21 am EDT

Geeklog Forums

Template Error


Khalmyr

Anonymous
i found this error on step 2 of the installation..

Template Error: set_root: /usr/home/mlan/www/geeklog//usr/home/mlan/www/layout/professional is not a directory.
Halted.

i checked the config.php two times and are ok..
 Quote

Status: offline

knuff

Forum User
Full Member
Registered: 12/17/04
Posts: 340
Location:Sweden
You do have an error in your path:

/usr/home/mlan/www/geeklog // usr/home/mlan/www/layout/professional

You see the double slashes.
It´s like you append following two paths

/usr/home/mlan/www/geeklog/

and

/usr/home/mlan/www/layout/professional


Check your paths in config.php again.




Vanrillaer.com - our Family Portal
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany

Khalmyr

Anonymous
look the path's.. please help me..

$_CONF['path'] = '/usr/home/mlan/www/geeklog/'; // should end in a slash
$_CONF['path_html'] = $_CONF['path'] . '/usr/home/mlan/www';

$_CONF['layout_url'] = $_CONF['site_url'] . '/layout/' . $_CONF['theme'];
$_CONF['path_themes'] = $_CONF['path_html'] . '/layout/';
$_CONF['path_layout'] = $_CONF['path_themes'] . $_CONF['theme'] . '/';

what i have to change?
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by Khalmyr: $_CONF['path_html'] = $_CONF['path'] . '/usr/home/mlan/www';

As stated in the documentation and in the comments in config.php: If you're going to specify the path like that, leave out the "$_CONF['path']" bit:
Text Formatted Code
$_CONF['path_html']  = '/usr/home/mlan/www/';
 

Also make sure that all your paths end in a slash (the above didn't).

bye, Dirk
 Quote

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