in reply to Re: Script to unzip a zip file on the server......
in thread Script to unzip a zip file on the server......

OK, I changed that line and now I get: Error 500 and Error 404 Could that be b/c I don't have a zip file on the space at the moment? I do have it set up to unzip to the LeagueSite directory, don't I?
  • Comment on Re: Re: Script to unzip a zip file on the server......

Replies are listed 'Best First'.
Re: Re: Re: Script to unzip a zip file on the server......
by dash2 (Hermit) on Mar 27, 2003 at 17:50 UTC
    Error 404 means "file not found": ie the web server couldn't find the script you were trying to get.

    Error 500 means "internal server error": usually an error in your script. Look in your server error logs to find out the specific error log, or try this in your script: use CGI::Carp qw(fatalsToBrowser);

    andramoiennepemousapolutropon

      the line you suggest is already in my script. Any other ideas? I have the file in the cgi-bin and the _ubl.zip file is on the public_html directory.
        Anybody else have any ideas? I'm getting a 500 error. 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Something's off in the setup of the script, but I am perl-illiterate.