PDA

View Full Version : Quick search error


jacy
02-Aug-2003, 08:09 AM
Hi there,
I have finally got my site up and am very happy with it :)
When i entered text into the quick search box and hit the go button i got a cgi error.

A General Script Error Occurred
http://www.mysite.com/cgi-bin/ca000001.pl

--------------------------------------------------------------------------------
Error: There is no valid input parameters for the script! Check the referencing HTML code!
--------------------------------------------------------------------------------
Press the Browser back button and try again or contact the site owner

How can i fix this?

After i got this error i got actinic to create the scripts and uploaded ca000001.pl as this was the one that caused the error. But it didn't make any difference.

Cheers and Thanks,

Jacy

pinbrook
02-Aug-2003, 03:19 PM
quick search uses the ss00000x.pl file, I'm not sure why the ca pl file is involved here....

cdicken
04-Aug-2003, 04:34 PM
Hmmm - you may have put NETQUOTEVAR:SIMPLESEARCH between NETQUOTEVAR:FORMBEGIN and NETQUOTEVAR:FORMEND which would corrupt the form for adding to the cart.

Try moving NETQUOTEVAR:SIMPLESEARCH to be above NETQUOTEVAR:FORMBEGIN in your overall layout template.