Welcome to Geeklog, Anonymous Monday, December 23 2024 @ 02:50 pm EST
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..
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..
5
6
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
/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
26
6
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?
$_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?
6
6
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
6
5
Quote
All times are EST. The time is now 02:50 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