Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 08:18 pm EST
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 ?
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 ?
15
12
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/';
$_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/';
16
12
Quote
Status: offline
trampoline
Forum User
Full Member
Registered: 02/24/06
Posts: 392
Thanks Sorted !
17
14
Quote
All times are EST. The time is now 08:18 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