Thanks for reading my question
Notice: Uninitialized string offset: 0 in /home/public_html/testing/inc/class/template.engine.class.php on line 779
Line 779 is
778 $var = $this->PARSEVARS[$value];
779 IF ( $field{0} == '.' ){
780 $field = substr($field, 1);
781 }
I'm not sure what the {0} is for I couldn't find anything on php.net but anyway the value being passed is as follows is empty
ERROR: [TE ERROR] FIELD0 = Value = SRCH_NOT_ROBOT, field = , param=
So $field{0} appears to be empty.