Since the last message, I have created a new table, model, controller and views from scratch with new names and the same structure - the problem still exists.
Table name is job_actions, with a serial field called 'id' (was called 'job_histories' last time). Sequence name (created by postgres) is 'job_actions_id_seq'. Model is just the bare bones and is called 'job_action.php'. Controller and views were built with bake. Controller name is 'job_actions.php'. All DB ownership seems to be in order with the user defined in cake owning the table and the sequence. As you say, it looks like it is not reading the names of the sequence correctly somewhere along the line. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
