As lot of you, i got the same problem, and i've search a day to become operational this great guestbook (thank to the author).
I hate such situation when a solution run on my computer but not on my online host: i'm at www.free.fr.
So i've search and found a solution, but i can't explain why. So if someone can give me a response, i 'll greatly appreciate it
Resume my solution :
In the folder \templates, you should remove at line 72 of file form.php option enctype="multipart/form-data" in the <form> tag.
Content of line before
<form method="post" action="$GB_PG[addentry]" name="book" enctype="multipart/form-data" onsubmit="return checkForm()">
Content of line after
<form method="post" action="$GB_PG[addentry]" name="book" onsubmit="return checkForm()">