I've recently moved to a new host (simplehost.com). It took me a while to actually get a script to actually run. The first thing that was wrong was I kept getting a 500 Internal Error- I fixed that by setting the attributes to the script, and than re-uploading it (no idea why that worked). The second error I am stuck on, is why the paths are messed up. I'm getting an error like it cannot find the paths, or there its not being able to write. The script is good, but the path is not found. The error is this:
Content-type: text/html
Software error:
Couldn't open file for writing! at /usr/home/valuico/cgi-bin/stats.pl line 136.
For help, please send mail to the webmaster (support@simplehost.com), giving this error message and the time and date of the error.
This script is flawless on the other host, but due to complications, I had to move. At first, I tried to make it open $cid = "user/$lccname/$lcpassl" (because the script was in the cgi-bin folder), but that failed so I also tried the direct path "
The raw access logs which I cannot make heads of tails of are:
65.27.146.10 - - [12/Aug/2003:14:16:59 -0400] "POST /cgi-bin/login.pl HTTP/1.1" 200 94 " "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; YComp 5.0.0.0; Roadrunner; .NET CLR 1.1.4322)"
65.27.146.10 - - [12/Aug/2003:14:31:56 -0400] "GET /cgi-bin/logout.pl HTTP/1.1" 403 227 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; YComp 5.0.0.0; Roadrunner; .NET CLR 1.1.4322)"
65.27.146.10 - - [12/Aug/2003:14:32:10 -0400] "GET /cgi-bin/logout.pl HTTP/1.1" 200 4165 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; YComp 5.0.0.0; Roadrunner; .NET CLR 1.1.4322)"
65.27.146.10 - - [12/Aug/2003:14:37:45 -0400] "POST /cgi-bin/signup.pl HTTP/1.1" 200 317 " "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; YComp 5.0.0.0; Roadrunner; .NET CLR 1.1.4322)"
Please help, ~Z.
Happieness is like peeing your pants.
Everyone can see it, but only you can feel the warmth.
Content-type: text/html
Software error:
Couldn't open file for writing! at /usr/home/valuico/cgi-bin/stats.pl line 136.
For help, please send mail to the webmaster (support@simplehost.com), giving this error message and the time and date of the error.
This script is flawless on the other host, but due to complications, I had to move. At first, I tried to make it open $cid = "user/$lccname/$lcpassl" (because the script was in the cgi-bin folder), but that failed so I also tried the direct path "
The raw access logs which I cannot make heads of tails of are:
65.27.146.10 - - [12/Aug/2003:14:16:59 -0400] "POST /cgi-bin/login.pl HTTP/1.1" 200 94 " "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; YComp 5.0.0.0; Roadrunner; .NET CLR 1.1.4322)"
65.27.146.10 - - [12/Aug/2003:14:31:56 -0400] "GET /cgi-bin/logout.pl HTTP/1.1" 403 227 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; YComp 5.0.0.0; Roadrunner; .NET CLR 1.1.4322)"
65.27.146.10 - - [12/Aug/2003:14:32:10 -0400] "GET /cgi-bin/logout.pl HTTP/1.1" 200 4165 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; YComp 5.0.0.0; Roadrunner; .NET CLR 1.1.4322)"
65.27.146.10 - - [12/Aug/2003:14:37:45 -0400] "POST /cgi-bin/signup.pl HTTP/1.1" 200 317 " "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; YComp 5.0.0.0; Roadrunner; .NET CLR 1.1.4322)"
Please help, ~Z.
Happieness is like peeing your pants.
Everyone can see it, but only you can feel the warmth.