Gbook wont post message?
Posted: Sat Mar 17, 2012 11:38 pm
Script URL: http://alaskatrailtours.com/guestbook/gbook.php
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
This site had guestbook 4.3 already on it. I followed directions carefully, experimented with different settings,! the old posts show up fine but when you submit a message it just show a 0 on a blank page in the upper left corner no error message and no post? I had the man_approval set to 1 thought it might be that so I tried 0 still the same. I tried changing other settings that I thought might cause it but nothing seemed work.
changed directory permissions.
Any help or suggestions would be appreciated
Works fine om my local wamp server even the background image I added to the css shows up but not on remote sever I tried taking out the suggested code at the bottom of the gbook.php file
no error information,still just a 0 in the upper left corner of a blank page?
I figured out the problem after pulling my hair out, what little there is
you might want to update your instructions for upgrading from older versions to adding
another file to delete is the SecImg.inc.php the new version 1.7 has the same file but different name
secimg.inc.php this fixed the problem with the captcha image not showing up and it seemed to fix the not posting problem.
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
This site had guestbook 4.3 already on it. I followed directions carefully, experimented with different settings,! the old posts show up fine but when you submit a message it just show a 0 on a blank page in the upper left corner no error message and no post? I had the man_approval set to 1 thought it might be that so I tried 0 still the same. I tried changing other settings that I thought might cause it but nothing seemed work.
changed directory permissions.
Any help or suggestions would be appreciated

Works fine om my local wamp server even the background image I added to the css shows up but not on remote sever I tried taking out the suggested code at the bottom of the gbook.php file
Code: Select all
ini_set('display_errors', 0);
ini_set('log_errors', 1);
I figured out the problem after pulling my hair out, what little there is

you might want to update your instructions for upgrading from older versions to adding
another file to delete is the SecImg.inc.php the new version 1.7 has the same file but different name
secimg.inc.php this fixed the problem with the captcha image not showing up and it seemed to fix the not posting problem.