Iggi

Anonymous
Hello, for some reason my old topic was deleted. I understand its a common error, but i've read your help files, please read this before deleting it. If there is a problem please email me at keussech@yahoo.com...

I get the following error..."Template Error: set_root: /home/content/blahblahblah is not a directory.

I saw in the common errors section that this is suppose to be a path error. However I checked the path and it seems to be ok.

Public_HTML is installed to the root. I did not keep it as a subdirectory. Here is what the config file looks like.

$_CONF['path_html'] = '/home/content/a/b/c/username/html/';

Heres the weird part. The error only occurs when clicking a link in the "admins only" block. And the URL the button links to is "pathtowebsite/admin/block.php" but the error page says "pathtowebsite/layout/theme/admin/lists" is not a directory.

Can someone shed some light on the problem?

Status: offline

jmucchiello

Forum User
Full Member
Registered: 08/29/05
Posts: 985
What is $_CONF['path'] set to?
What are $_CONF['site_url'] and $_CONF['site_admin_url'] set to?

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Quote by: Iggi

Heres the weird part. The error only occurs when clicking a link in the "admins only" block. And the URL the button links to is "pathtowebsite/admin/block.php" but the error page says "pathtowebsite/layout/theme/admin/lists" is not a directory.


Sounds like you're using an old theme that's not compatible with the Geeklog version you're running. Or some of the files / directories did not upload.

bye, Dirk

Iggi

Anonymous
Quote by: jmucchiello

What is $_CONF['path'] set to?
What are $_CONF['site_url'] and $_CONF['site_admin_url'] set to?



Both the path and path_html are set to the root of the website...
$_CONF['path'] = '/home/content/a/b/c/name/html/';
$_CONF['path_html'] = '/home/content/a/b/c/name/html/';

site url is...
$_CONF['site_url'] = 'http://website.com';
$_CONF['site_admin_url'] = $_CONF['site_url'] . '/admin';