Thread: Help with Path Problem???
Results 1 to 2 of 2
Related
-
Absoulte path in Perl Forum: CGI Perl Forum
Replies: 2 -
Active Perl subshell path Forum: CGI Perl Forum
Replies: 0 -
Path to an External Database Forum: CGI Perl Forum
Replies: 0 -
Longest path? Forum: CGI Perl Forum
Replies: 0 -
hiding image path Forum: HTML Forum
Replies: 3
-
09-09-2006, 09:53 PM #1
Help with Path Problem???
Sorry people I am new to perl, CGI stuff I am getting this error which seems to be a path problem? (I think) To bad this error message doesn't tell which script the error is comming from.
Oh yea, my host is running Window 2003, with Perl 5.6x. Well here is the error message:
We're sorry, but the script was unable to require c:/websites/setiworld150/setiuniverse.com/cgi-bin/eclassifieds/classifieds/library/cgi-lib.pl at line 121 in c:\websites\setiworld150\setiuniverse.com\cgi-bin\eclassifieds\classifieds\classifieds.cgi. Please make sure that these files exist, that you have the path set correctly, and that the permissions are set properly. This message could also indicate that a syntax error has been introduced into c:/websites/setiworld150/setiuniverse.com/cgi-bin/eclassifieds/classifieds/library/cgi-lib.pl.
Can anyone tell me anything that might be useful????
Help
-
10-30-2006, 06:51 PM #2
Re: Help with Path Problem???
Lamont - your script is calling an outside program called cgi-lib.pl
You need to make sure that that program is installed at:
c:/websites/setiworld150/setiuniverse.com/cgi-bin/eclassifieds/classifieds/library
It probably needs subroutines in that program. If you have that program in a different directory, modify the path to that file in your main program so that it knows where to look for it.
It likely does not matter where you have it, but the program needs to match.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum