Quote:
|
Originally Posted by valerie69357
I switched the GET to the POST, I did that because of what I read in my GoLive manual. They suggested that GET should be used instead of POST. But I did switch it.
|
When installing a script, it's best to go by the instructions / documentation provided. Don't go by a general web editor. Did you make any other changes that GoLive suggested? If you did, you may want to backtrack and un do them.
Quote:
|
Originally Posted by valerie69357
On the chmod, the support guys at netfirms said that I did that on the guestbook.pl page itself by enabling the server to read/write/execute. So I did do that after I upload the page, I enable read/write/execute for owners/group/and others. Is that the correct way?
|
Again, read the
docs
It says
"chmoded read/execute for users of your httpd. (chmod a+rx)"
Quote:
|
The problem I having now is an internal server problem,
|
A very common error and one of the problems with perl, because it doesn't tell you what exactly the problem is. How about the path to perl (at the top of guestbook.pl ? (#!/usr/bin/perl)
On your host it may be different
Quote:
|
plus I can no longer upload using the tool bar. I can only upload by manually moving the files from the site window to the ftp window .
|
I don't know what this means exactly, but you should also be sure you're uploading in ASCII mode, not binary.