Tim,

>Parse error: parse error in /home/track/public_html/geeklog/config.php on
>line 95

Line 95 in the original config.php is the one where you can set your
site's slogan. Do you happen to have a quote sign in there? If so, you
need to escape it:

    $_CONF['site_slogan'] = 'Tim\'s Site';

Or, alternatively, enclose the slogan in double quotes:

    $_CONF['site_slogan'] = "Tim's Site";

bye, Dirk


-- 
http://www.haun-online.de/
http://www.macosx-faq.de/

Reply via email to