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 On Friday 28 February 2003 07:35 pm, Neil J wrote: > I've gone through that config.php file with a fine-tooth comb.. Either I'm > blind or stupid, neither of which are especially appealing prospects. ;) > > I'm attaching a slightly edited (for security reasons) config.php file and > if anyone could point to me what I've got wrong, it would be greatly > appreciated. > > From: Vincent Furia <[EMAIL PROTECTED]> > > >To: [EMAIL PROTECTED] > >Subject: Re: [geeklog-users] Installation problem > >Reply-To: [EMAIL PROTECTED] > > > >This error usually occurs when a string (usually one or more lines up > > >from the line number displayed) isn't properly enclosed in quotes (it > > >either is missing a quote, has an extra one, or has miss matched > > >quotes). > > > >Look for such a problem. If you can't find it you can always attach > >you're config.php to an email (after replacing passwords, etc) and we >can > >take a look at it for you. > > > >You should never have to change anything in lib-database.php. > > > >-Vinny > > _________________________________________________________________ > Tired of spam? Get advanced junk mail protection with MSN 8. > http://join.msn.com/?page=features/junkmail
