Got this error in magento system.log when I try to print an order invoice:
2013-08-12T15:44:57+00:00 ERR (3): Warning: Illegal string offset 'fancybox_status' in /var/www/vhosts/DOMAIN/httpdocs/app/design/frontend/meigeetheme/default/template/ajax/catalog/product/view/list.phtml on line 193
On that line is this piece of code:
if ($fancybox['fancybox_status'] && $fancybox['fancybox_listing'] == 1): ?>
I really hope that one of you guys can help me out here, I don't have a clue how to fix this.