In case it is of any help - your line 324 reads $tempModel = new Model(false, $tableName); The tableName you are passing should not have prefix attached.
Looking forward to newer versions Tarique On 11/3/07, Dr. Tarique Sani <[EMAIL PROTECTED]> wrote: > Hi Dan > > Yammy insists on adding the prefix to already prefixed table eg: my > table is called cc_photos where cc_ is the prefix - then > > --------------------------------------------------------------- > The following Yaml Migration file will be created: > --------------------------------------------------------------- > DB Connection: default > DB Table: cc_photos > do you want to use this table? (y/n) > [y] > > Error: Missing database table 'cc_cc_photos' for model 'Model' > > and your blog insists on not accepting my comment ;) > > Cheers > Tarique > > > > On 11/3/07, cakeFreak <[EMAIL PROTECTED]> wrote: > > > > Cheers Daniel, > > > > I hope you enjoyed the tutorial! > > > > Daniel > > > > > > > > > > > > > -- > ============================================================= > Cheesecake-Photoblog: http://cheesecake-photoblog.org > PHP for E-Biz: http://sanisoft.com > ============================================================= > -- ============================================================= Cheesecake-Photoblog: http://cheesecake-photoblog.org PHP for E-Biz: http://sanisoft.com ============================================================= --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
