Sorry for double post... The above statement is the first that appears in the sql debug table, directly followed by the delete statement:
DELETE `WorkshopDescription` FROM `cosy_workshop_descriptions` AS `WorkshopDescription` LEFT JOIN `description_categories` AS `DescriptionCategory` ON (`WorkshopDescription`.`description_category_id` = `DescriptionCategory`.`id`) LEFT JOIN `cosy_workshops` AS `Workshop` ON (`WorkshopDescription`.`workshop_id` = `Workshop`.`id`) WHERE `WorkshopDescription`.`id` = 3 1146: Table 'cosynt.description_categories' doesn't exist -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
