non-working guestbook

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
susanalan

non-working guestbook

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You get a "page not found" error. Check the name/URL of your guestbook folder. CaSe MaTtErS!
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Guest

Post by Guest »

i think you might need to check the image src on your web pages
ivan

Post by ivan »

Your host might not support PHP..
Check http://www.phpjunkyard.com/hosting.php for PHP hosting
Guest

Post 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"
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply