[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGI Works on Linux Box Not on RAQ3
- Subject: Re: [cobalt-users] CGI Works on Linux Box Not on RAQ3
- From: Cody Watkins <codyw@xxxxxxxxxxxxxxxxx>
- Date: Tue Aug 22 22:49:10 2000
I have Matt's Guestbook running fine on one of my sites. Make sure that all
of your locations are right ( ex. /home/sites/site3/web/cgi-bin/and-so-on ).
Try making your location of perl /usr/bin/perl -- (that's right, with the
two -'s)
Hope this helps a bit!
P.S. Try searching the Archives for the script name, maybe there is
something that I had to do first to the script, can't remember though.
Sincerely,
Cody Watkins
________________________________________________
Paradox Web Hosting
codyw@xxxxxxxxxxxxxxxxxxxxx
www.paradoxwebhosting.com
At 01:28 AM 8/23/00 -0400, you wrote:
>Hello,
>
>I installed a simple guest book script today on a RAQ3. I can not get it to
>work. However, when I installed it on a linux box, it works just fine...
>first try. I got the same results with another script I tried.
>
>If you go here...
>
>http://www.astrodawg.net/guests/addguest.html
>
>Fill out the form to sign the guest book, it submits the form and you get an
>error page saying that you left the form blank, even if you did not. The cgi
>script appears to function properly... however, it seems that it is not
>reading the content of the form from the input page.
>
>The script is chmod 755.
>
>The /guests/ directory and the pages in it are chmod 777.
>
>Variables are
>
>$guestbookurl = "http://astrodawg.net/guests/guestbook.html";
>$guestbookreal = "/home/sites/home/web/guests/guestbook.html";
>$guestlog = "/home/sites/home/web/guests/guestlog.html";
>$cgiurl = "http://astrodawg.net/cgi-bin/guestbook.pl";
>$date_command = "/bin/date";
>
>Any idea what could be wrong here? This is driving me nutz.
>
>Here is the working script on a linux server, everything the same except
>paths....
>
>http://www.astrodawg.com/guests/addguest.html
>
>The script can be downloaded here:
>
>http://www.worldwidemart.com/scripts/cgi-bin/download.cgi?s=guestbook&c=zip
>
>Thanks for any help, makes no sense to me.
>
>Ted
>astrodawg.com
>http://astrodawg.com
>
>
>_______________________________________________
>cobalt-users mailing list
>cobalt-users@xxxxxxxxxxxxxxx
>To Subscribe or Unsubscribe, please go to:
>http://list.cobalt.com/mailman/listinfo/cobalt-users
>