If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: kjehed
Forum Index » Profile for kjehed » Messages posted by kjehed
Author Message
Thanks to user 'Farell' that sent in this solution in a previous question of this forum:

The solution is to edit the /template/form.php file
Remove the 'enctype' part from the form.

-------------- quoted from Farell --------------------
Content 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()">
Hi,

I have installed and tried the Advanced Guestbook on my own computer and everything worked fine. However when I uploaded it to my fast cable www server and re-installed everything from scratch I got this weird problem.

I cannot make guestbook entries!!! Which of course makes the guestbook meaningless

The Admin login etc, etc works like a charm.

Note: I have managed to get this to work before (on my computer, and several times) so I'm fairly sure that it either has something to do with PHP functions that my hoster has disallowed OR .... well, I don't know.

[ ... Apparently I'm not the only one with this problem ....
I found this entry on the forum:
--------------------------------------
"I'm having problems with new posts.
When i click SUBMIT button it reset the form and doesn't post the comment."
----------------------------------------
Which is exactly my problem!
]

Anyone with a clue?

--- my guestbook is at www.k-j.info/guestbook

(My webhosting place: coolfreepages.com has free webhosting & php support if anyone is interested, by the way)
 
Forum Index » Profile for kjehed » Messages posted by kjehed
Go to:   
Based on the open source JForum