
Originally Posted by
raspberryjamcloth
I am getting an error with this mod -
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/rbjc/public_html/shop/admin/includes/functions/html_output.php on line 262
here is line 262 -
if ( ($checked == true) || (isset($GLOBALS[$name]) && is_string($GLOBALS[$name]) && ($GLOBALS[$name] == 'on')) || (isset($value) && isset($GLOBALS[$name]) && (stripslashes($GLOBALS[$name]) == $value)) || (zen_not_null($value) && zen_not_null($compare) && ($value == $compare)) ) {
I have a test order in and there is no export button just the error.