If I had to guess the problem is either your site name or site slogan containing an apostraphe (') that has not be escaped with a \.
For instance. $_CONF['site_name'] = 'This isn't my site'; should be $_CONF['site_name'] = 'This isn\'t my site'; Other than that I can't tell, the problem is on or just before line 91 you said, and you removed all the text you had in there. -Vinny On Sunday 02 March 2003 12:49 am, Neil J wrote: > Vinny, > > The width of the text in this email must have cropped it. I open the > config.php file and the lines like the one you mentioned are properly > commented. I haven't removed the //'s. Does anything else look amiss? > > Neil > > >The comments at the beggining of the file are not no properly commented. > >All > >non-php lines need to be either surrounded by /* and */ or else be > > preceded with //. > > > >This line for instance: > >+------------------------------------------------------------------------- > >--+ needs to be preceded with // > >This goes for about 2/3's of the header portion of your file... > > > >-Vinny > > _________________________________________________________________ > The new MSN 8: smart spam protection and 2 months FREE* > http://join.msn.com/?page=features/junkmail > > _______________________________________________ > geeklog-users mailing list > [EMAIL PROTECTED] > http://lists.geeklog.net/listinfo/geeklog-users