View Full Version : Software error


Arash
07-07-2004, 07:40 PM
Hello

I try to install classads on my server but i see next error



""""""
Software error:
syntax error at E:\Webspace\resadmin\mydomain.com\mydomain.com\www \cgi-bin\classads\classads.pl line 520, near "} '}'"
Unmatched right curly bracket at E:\Webspace\resadmin\mydomain.com\mydomain.com\www \cgi-bin\classads\classads.pl line 520, at end of line
syntax error at E:\Webspace\resadmin\mydomain.com\mydomain.com\www \cgi-bin\classads\classads.pl line 520, near "'}'}"
Execution of E:\Webspace\resadmin\mydomain.com\mydomain.com\www \cgi-bin\classads\classads.pl aborted due to compilation errors.

For help, please send mail to this site's webmaster, giving this error message and the time and date of the error. """"


I have windows server , i chenge address of perl .. classads.cgi work not on my server i chenge it to classads.pl and in this page i chenge also $scriptname = "classads.pl";

What i must do ? maybe this software doesnt work in windows server ...

Best regards.

Arash

Jafo
07-07-2004, 07:59 PM
Somewhere you made a syntax error when editing the classifieds.

Arash
07-09-2004, 10:53 AM
hello. i dont know why i cant install this program last error

Software error:
syntax error at E:\Webspace\resadmin\www\cgi-bin\classads\classads.pl line 423, near "/classads/$url_to_templates"
syntax error at E:\Webspace\resadmin\www\cgi-bin\classads\classads.pl line 520, near "} '}'"
Bad name after COMMENTS' at E:\Webspace\resadmin\www\cgi-bin\classads\classads.pl line 521.

For help, please send mail to this site's webmaster, giving this error message and the time and date of the error.


address of perl must be

#!C:\Componets\PERL\bin\perl.exe
or
#!C:/Componets/PERL/bin/perl.exe

can i install this program on windows server or not ??????????

i read file readme and i do everyting but cant install this program ..

Arash

Jafo
07-09-2004, 02:16 PM
Chances are all you need for the path to Perl is:

#!/usr/bin/perl

Windows already associates the file, so the path is generally not a factor.