Re: belongsTo proper usage to avoid 1052 ambiguity?

2014-09-19 Thread MikeK
I fugured it out - problem is the name should be "favorite_lure" without the space. For some reason old 1.2 didn't mind. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google

belongsTo proper usage to avoid 1052 ambiguity?

2014-09-18 Thread mike
I am in the midst of migrating a large codebase from cake1.2 to the latest cake1.3 - all has been proceeding nicely until I hit an issue with one of the models and how find('all) is generating the SQL request. The find('all') request is in the comments class controller and requests 3 comment r