Query was SELECT * FROM bundle LEFT JOIN bundle_items ON bundle.bundle_id = bundle_items.bundle_id LEFT JOIN products ON products.product_id = bundle_items.product_id LEFT JOIN categories ON products.cat_id = categories.cat_id WHERE bundle.bundle_id =
MySQL said: 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 '' at line 5