Fatal error: Uncaught Exception: Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Hope'%' ORDER BY o.order_id ASC' at line 1<br />Error No: 1064<br />SELECT SUM(o.total) as sumtotal,COUNT(o.order_id) as no_product, o.order_id, o.comment, o.agreem, o.shipping_method,temp_o.product_id, temp_o.name, CONCAT(o.firstname, ' ', o.lastname) AS customer, (SELECT os.name FROM zw2l9ftn7_96cpp52x_order_status os WHERE os.order_status_id = o.order_status_id AND os.language_id = '1') AS order_status, o.shipping_code, o.total, o.currency_code, o.currency_value, o.date_added, o.date_modified, o.delivery_date, o.delivery_time, o.tax_receipt_number, o.order_id_for_receipt, o.tax_receipt_notified, o.email FROM `zw2l9ftn7_96cpp52x_order` o INNER JOIN (SELECT order_id, product_type, price, name, product_id FROM `zw2l9ftn7_96cpp52x_order_product` WHERE product_type = 'donation') as temp_o ON temp_o.order_id = o.order_id INNER JOIN (SELECT product_type, in /home/donatere/public_html/system/library/db/mysqli.php on line 40