PDA

View Full Version : Stopped counting hits in


fishov
09-29-2002, 04:07 PM
Up until yesterday my ucj was working fine. It counted hits in and hits out without a problem.

I was getting an error on load message that i thought was due to to the ucj code on my page . I removed a "." from the code and the error message went away.
However now (today) my script isn't counting hits in ...
here's the code i have now:
<!--#exec cmd="/cgi-bin/ucj/ucjref.cgi"-->
Is this wrong? can anyone tell me where the problem might be?

Thanks
Fishov

ultra160
09-29-2002, 04:36 PM
Looks as if it has been commented out. Are you sure that's the right statement. or did you add the comment for the posting.

fishov
09-29-2002, 05:27 PM
It used to read exactly like this:
<!--#exec cmd="./cgi-bin/ucj/ucjref.cgi"-->

now it reads like this:
<!--#exec cmd="/cgi-bin/ucj/ucjref.cgi"-->

minus the "."