Warning (512): SQL Error: 1064: 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 'LIMIT 1' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 684]

Query: SELECT `Book`.`id`, `Book`.`title`, `Book`.`series_id`, `Book`.`subseries_id`, `Book`.`release`, `Book`.`summary`, `Book`.`dedication`, `Book`.`created`, `Book`.`modified`, `Series`.`id`, `Series`.`title`, `Series`.`summary`, `Subseries`.`id`, `Subseries`.`series_id`, `Subseries`.`title`, `Subseries`.`created`, `Subseries`.`modified` FROM `books` AS `Book` LEFT JOIN `series` AS `Series` ON (`Book`.`series_id` = `Series`.`id`) LEFT JOIN `subseries` AS `Subseries` ON (`Book`.`subseries_id` = `Subseries`.`id`) WHERE `Book`.`id` = LIMIT 1

Warning (2): Cannot modify header information - headers already sent by (output started at /home/davidweb/public_html/cake/libs/debugger.php:673) [CORE/cake/libs/controller/controller.php, line 742]