I can't sign in my guestbook, it keeps ask me that I didn't fill in the name field ! while I did that already ! why ?
thanks.
I can't sign in my guestbook !
-
- Posts: 5
- Joined: Sun Sep 17, 2006 12:47 pm
The link to my Guestbook
Ok, this is the link to my Guestbook, I hope that will help :
note: the guestbook has been translated to Arabic.
http://www.muniralhakeem.com/Guestbook/gbook.php
note: the guestbook has been translated to Arabic.
http://www.muniralhakeem.com/Guestbook/gbook.php
hi alhakeem2001,
My first guess is that your problem is a result of your translation. I noticed that some of the input fields have new names. name is still called name, but from2 and email2 are not the standard names. And the textarea now has a name textarea while it should be named comments.
Unless you have renamed this everywhere in the script this renaming of the input and textarea names could be the problem.
Could you try with a standard (non transalated) guestbook to see if you get an error with a non edited guestbook?
Greetings,
Henrie
My first guess is that your problem is a result of your translation. I noticed that some of the input fields have new names. name is still called name, but from2 and email2 are not the standard names. And the textarea now has a name textarea while it should be named comments.
Unless you have renamed this everywhere in the script this renaming of the input and textarea names could be the problem.
Could you try with a standard (non transalated) guestbook to see if you get an error with a non edited guestbook?
Greetings,
Henrie
-
- Posts: 5
- Joined: Sun Sep 17, 2006 12:47 pm
Please copy the original untranslated gbook.php file to your server (make a backup copy of the file you are now using or you will lose your translation).
Then test if you can post a message in your guestbook. If this works, then the problem must be in your translation, if not it is something else.
So please test this first.
Greetings,
Henrie
Then test if you can post a message in your guestbook. If this works, then the problem must be in your translation, if not it is something else.
So please test this first.
Greetings,
Henrie
Henrie is right, this must be an error you made while translating/customizing your GBook. You even changed field names in the sign form:
"from" > "from2"
"email" > "email2"
"comments" > "textarea" (!!??)
Who knows what other changes are inside your code?
Also you should download the latest version (1.43) from
http://www.phpjunkyard.com/php-guestbook-script.php
If you are not fluent in PHP/HTML you should install the ORIGINAL gbook.php then change a few lines, TEST, change a few more lines, test again, change some more and so on.
"from" > "from2"
"email" > "email2"
"comments" > "textarea" (!!??)
Who knows what other changes are inside your code?
Also you should download the latest version (1.43) from
http://www.phpjunkyard.com/php-guestbook-script.php
If you are not fluent in PHP/HTML you should install the ORIGINAL gbook.php then change a few lines, TEST, change a few more lines, test again, change some more and so on.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 5
- Joined: Sun Sep 17, 2006 12:47 pm
-
- Posts: 5
- Joined: Sun Sep 17, 2006 12:47 pm
Hello alkaheem2001,
This is done in the settings.php file. Open it with a plain text editor like notepad and look for thisChange admin to your desired password.
Greetings,
Henrie
This is done in the settings.php file. Open it with a plain text editor like notepad and look for this
Code: Select all
/* Password for admin area */
$settings['apass']='admin';
Greetings,
Henrie