PDA

View Full Version : Still hard.. Guestbook that is....


tmax
01-14-1999, 01:52 AM
Hello, I'm John.
I'm still trying to install a guestbook.
I'm trying to install free guestbook from F-Quest. I've uploaded CGI file, chmode 755, and try to get in by entering
http://www.hollywoodband.com/cgi-bin/guestbook.cgi
And I'm getting error 500, saying
Premature end of script headers: /big/dom/xhollywoodband/cgi-bin/guestbook.cgi

Where do I go from here?
Am I a complete idiot?
Thank you.

Justin
01-14-1999, 02:08 AM
I'm not all that familiar with guestbook scripts, but did you upload in ASCII format? A script won't run right unless uploaded in ASCII / Text format.



------------------
Justin Nelson, SFE Inc.
http://www.vdj.net

Del
01-14-1999, 02:31 AM
Hiya John,

Double check that you didn't accidentally delete any quotes or semicolons while you were editing the file.

Also check out your error logs, located at /big/dom/xdomain/logs_web and /big/dom/xdomain/logs_cgi They can be immensely helpful when debugging a perl program.

Finally, log in to your account via telnet, cd to your cgi-bin directory, and type the following;

perl -cw guestbook.cgi

and see what the response is. That will run the Perl debugger against your script and tell you what the problem is, if any.

Hope this helps



------------------
Del
www.downinit.com (http://www.downinit.com)

I use ta couldnt even spell student, n now I are one!

Deb
01-14-1999, 05:03 AM
Hey tmax,

The susogi.net & lils.net guestbooks are working but the fquest one is still down & out..

Went ahead and had it installed directly to your domain....

The URL to the entries is www.hollywoodband.com/guestbook.html
and the URL to the script (for adding new entries) is
www.hollywoodband.com/cgi-bin/guestbook.cgi

You can edit any html you want in guestbook.html, as long as you do not touch anything in between
<!--begin--> and <!--end of guestbook entries-->

That should do it http://www.aota.net/ubb/wink.gif

Deb

tmax
01-14-1999, 09:16 PM
I do thank you for your help.
This is wonderful.
I'm learning....
Thank you.
Thank you.