thrownewException('Filter Pauthorize: Attribute values is neither string nor array: '.var_export($attribute,TRUE));
foreach($valuesas$value){
if(!is_string($value)){
thrownewException('Filter Pauthorize: Each value should be a string for attribute: '.var_export($attribute,TRUE).' value: '.var_export($value,TRUE).' Config is: '.var_export($config,TRUE));