hi there, im using a light edition with digital download on a windows server
after purchase, when we click on the download link we get this error:
Can't locate dd000001.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at D:\webspace\Steve\clients_account \client domain_name.com\www\cgi-bin\nph-dl000001.pl line 18. BEGIN failed--compilation aborted at D:\webspace\Steve\clients_account \client domain_name.com\www\cgi-bin\nph-dl000001.pl line 18.
(clients_account \client domain_name.com above have been changed for anonymity...)
looking at nph-download.pl the file that generates nph-dl000001.pl you have catered for win/nt servers with:
push (@INC, "cgi-bin");
I have tried all variations i can reasonably think of...
push (@INC, "cgi-bin/");
push (@INC, "/cgi-bin");
push (@INC, "./cgi-bin");
push (@INC, "D:\webspace\Steve\clients_account \client domain_name.com\www\cgi-bin");
the first one is a bit different as it is the exact way we used to 'push' the cgi bins on our windows servers when using referrer.pl so we thought it worth a try.
the rest of the order process works, i.e. all the other cgi stuff can see the right location...just the digital download kkkknackered.
thanks in advance..
Steve Quinn
Harlequin Domains
www.harlequindomains.com
0800 0832077
after purchase, when we click on the download link we get this error:
Can't locate dd000001.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at D:\webspace\Steve\clients_account \client domain_name.com\www\cgi-bin\nph-dl000001.pl line 18. BEGIN failed--compilation aborted at D:\webspace\Steve\clients_account \client domain_name.com\www\cgi-bin\nph-dl000001.pl line 18.
(clients_account \client domain_name.com above have been changed for anonymity...)
looking at nph-download.pl the file that generates nph-dl000001.pl you have catered for win/nt servers with:
push (@INC, "cgi-bin");
I have tried all variations i can reasonably think of...
push (@INC, "cgi-bin/");
push (@INC, "/cgi-bin");
push (@INC, "./cgi-bin");
push (@INC, "D:\webspace\Steve\clients_account \client domain_name.com\www\cgi-bin");
the first one is a bit different as it is the exact way we used to 'push' the cgi bins on our windows servers when using referrer.pl so we thought it worth a try.
the rest of the order process works, i.e. all the other cgi stuff can see the right location...just the digital download kkkknackered.
thanks in advance..
Steve Quinn
Harlequin Domains
www.harlequindomains.com
0800 0832077
Comment