Missing Database Table, two models are joined and asking new table

2014-04-26 Thread Dakota
You need to obviously create the missing table. Read up on HABTM relations (http://book.cakephp.org/2.0/en/models/associations-linking-models-together.html#hasandbelongstomany-habtm) -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You r

Re: Missing Database Table, two models are joined and asking new table

2014-04-25 Thread Marcelo F Andrade
On Fri, Apr 25, 2014 at 3:25 AM, mdv wrote: > I have 2 models - Issue and Publication > But cakePHP is showing Error: Table issue_publications for model > IssuePublication was not found in datasource default Give us more details. How these two models are related? Regards. MARCELO F ANDRADE | B

Missing Database Table, two models are joined and asking new table

2014-04-24 Thread mdv
I have 2 models - Issue and Publication But cakePHP is showing *Error: * Table *issue_publications* for model *IssuePublication* was not found in datasource *default* -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this mes