Herewith the full script of settings.php (Password Changed as requested)...
I hope you can indentify the error for me!
================================
<?php
/* >>> SETUP YOUR GUESTBOOK <<< */
/* Detailed information found in the readme file */
/* What type of server is your website on?
1 = UNIX (Linux), 2 = Windows, 3 = Machintos */
$settings['system']=1;
/* Password for admin area */
/* ORIGINAL $settings['apass']="admin"; */
$settings['apass']="*****";
/* Website title */
/* ORIGINAL $settings['website_title']="My lovely website"; */
$settings['website_title']="1st Claygate Scouts"
/* Website URL */
$settings['website_url']="
http://www.claygatescouts.org/";
/* Guestbook title */
/* $settings['gbook_title']="My lovely website - guestbook"; */
$settings['gbook_title']="1st Claygate Scouts - guestbook";
/* Allow smileys? 1 = YES, 0 = NO */
$settings['smileys']=1;
/* Send you an e-mail when a new entry is added? 1 = YES, 0 = NO */
$settings['notify']=1;
/* Your e-mail. Only required if $settings['notify'] is set to 1 */
/* $settings['admin_email']="
you@yourdomain.com"; */
$settings['admin_email']="
webmaster@claygatescouts.org";
/* URL of the gbook.php file. Only required if $settings['notify'] is set to 1 */
/* $settings['gbook_url']="
http://www.domain.com/guestbook/gbook.php"; */
$settings['gbook_url']="
http://www.claygatescouts.org/guestbook/gbook.php";
/* Filter bad words? 1 = YES, 0 = NO */
$settings['filter']=1;
/* Filter language. Please refer to readme for info on how to add more bad words
to the list! */
$settings['filter_lang']="en";
/* Prevent automated submissions (SPAM)? 1 = YES, 0 = NO */
$settings['autosubmit']=1;
/* >>> OPTIONAL SETTINGS <<< */
/* Name of the file where guestbook entries will be stored */
$settings['logfile']="entries.txt";