Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 04:07 pm EDT

Geeklog Forums

Some path issue


Status: offline

trampoline

Forum User
Full Member
Registered: 02/24/06
Posts: 392
Hello I've got stumped by this
On installation I get this
Template Error: set_root: /Library/WebServer/dharma/geeklog//Library/WebServer/dharma/Documents/layout/professional is not a directory.
Halted.

Any Suggestions ?
 Quote

Status: offline

jmucchiello

Forum User
Full Member
Registered: 08/29/05
Posts: 985
Something is wrong with your $_CONF['path_html']. You will need to make sure you are constructing it correctly in your config.php. I'm guessing your config.php has this line in it.

$_CONF['path'] = '/Library/WebServer/dharma/geeklog/';
$_CONF['path_html'] = $_CONF['path'] . '/Library/WebServer/dharma/Documents/';

This would explain the double // in the bad path. I presume that it should read:

$_CONF['path'] = '/Library/WebServer/dharma/geeklog/';
$_CONF['path_html'] = '/Library/WebServer/dharma/Documents/';
 Quote

Status: offline

trampoline

Forum User
Full Member
Registered: 02/24/06
Posts: 392
Thanks Sorted !
 Quote

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