Hi,
Have tried searching the forums for this, with no real joy.
I have managed to install this fine software OK, and it works;
see http://www.classycrafts.co.uk/gbook/gbook.php
I can post messages to the gbook, but when I try to post a second message, I get the above error message. Having trawled this forum, if I close the browser session down and start a new one, I can post another message ok.
I have tried uploading the .htaccess file mentioned on another forum (with the value set to 0), and that just blocks access to the guestbook altogether.
Any pointers would be appreciated.
thanks.
You may only submit this guestbook once per session
Open the settings.php file.
Find: And change it to
Greetings,
Henrie
Find:
Code: Select all
/* Prevent multiple submissions in the same session? 1 = YES, 0 = NO */
$settings['one_per_session']=1;
Code: Select all
$settings['one_per_session']=0;
Henrie