I have this error:
Warning: strlen() expects parameter 1 to be string, array given in /includes/functions/general.php on line 159
Line 159 is:
if ((strlen($value) > 0) && ($key != tep_session_name()) && ($key != 'error') && (!in_array($key, $exclude_array)) && ($key != 'x') && ($key != 'y')) {
Could you help me solving this problem?