Page 1 of 1

non-working guestbook

Posted: Thu Jul 28, 2005 9:35 pm
by susanalan
Script URL:
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:

I just uploaded my guestbook folder but i get an error page linking back to my host. Please help. My site is www.decomarmond.net

Posted: Fri Jul 29, 2005 12:18 am
by Klemen
You get a "page not found" error. Check the name/URL of your guestbook folder. CaSe MaTtErS!

Posted: Fri Jul 29, 2005 2:18 pm
by Guest
i think you might need to check the image src on your web pages

Posted: Sun Aug 28, 2005 7:31 pm
by ivan
Your host might not support PHP..
Check http://www.phpjunkyard.com/hosting.php for PHP hosting

Posted: Thu Sep 29, 2005 3:44 am
by Guest
what does this mean "Warning: session_start(): open(/tmp/sess_4975fd17698d87d5129d8bc31d9e6e2e, O_RDWR) failed: Permission denied (13) in /export/orgs/maps/gbook.php on line 47

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /export/orgs/maps/gbook.php:47) in /export/orgs/maps/gbook.php on line 47

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /export/orgs/maps/gbook.php:47) in /export/orgs/maps/gbook.php on line 47"

Posted: Thu Sep 29, 2005 12:47 pm
by Klemen
Anonymous wrote:what does this mean "Warning: session_start(): open(/tmp/sess_4975fd17698d87d5129d8bc31d9e6e2e, O_RDWR) failed: Permission denied (13) in /export/orgs/maps/gbook.php on line 47
This means something is wrong with session handling in your PHP installation, the temp dir probably hasn't got correct permissions. Ask your hosting company to check that.

The other two errors are just a result of the first error.

Regards