[geeklog-users] Installation errors...
Dirk Haun
dirk at haun-online.de
Tue Dec 9 13:56:52 EST 2003
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/
More information about the geeklog-users
mailing list