PDA

View Full Version : IE Problem - Function.Validate Error


TimAllard
06-14-2007, 04:46 PM
Hello,

When i try to submit a link in IE, i get a

Notice: SmartyValidate: [validate plugin] form 'submit_link' is not registered. in domain.com/libs/smarty/plugins/function.validate.php on line 46


if(!SmartyValidate::is_registered_form($_form)) {
------> 46 trigger_error("SmartyValidate: [validate plugin] form '$_form' is not registered.");
return false;
}


It successfully adds a link with no error in firefox,..but IE i get that error on ALL form fields


Thanks for the help!
-Tim

James
06-14-2007, 04:53 PM
version 2.x right?

TimAllard
06-14-2007, 04:57 PM
Content visible to registered users only.

yes, version 2, sorry i forgot to include that :)

TimAllard
06-15-2007, 02:38 PM
anyone? pleaaaase?

James
06-15-2007, 06:36 PM
delete the template cache in /temp foldr. is this the default template or one you have added?