Re: Plugins and associations

2009-09-08 Thread Shackadoodl
associations, could it be that my model is > > > unrecognized and that cake is using it's automodel feature? > > > > If needed i can upload the whole project. > > > > On Sep 8, 3:12 pm, schrec...@gmail.com wrote: > > > > > Is your plugin name &qu

Re: Plugins and associations

2009-09-08 Thread Shackadoodl
27;s automodel feature? > > > If needed i can upload the whole project. > > > On Sep 8, 3:12 pm, schrec...@gmail.com wrote: > > > > Is your plugin name "Cms" or "Epicms"? It looks like you have an issue > > > with that part of your associatio

Re: Plugins and associations

2009-09-08 Thread Jamie
m, schrec...@gmail.com wrote: > > > Is your plugin name "Cms" or "Epicms"? It looks like you have an issue with > > that part of your association. Once you get the plugin name fixed, it > > _should_ work... > > Schreck > > > -Original Message--

Re: Plugins and associations

2009-09-08 Thread Shackadoodl
rote: > Is your plugin name "Cms" or "Epicms"? It looks like you have an issue with > that part of your association. Once you get the plugin name fixed, it > _should_ work... > Schreck > > -Original Message----- > From: Shackadoodl > > Date: Tue, 8

Re: Plugins and associations

2009-09-08 Thread schreck84
Is your plugin name "Cms" or "Epicms"? It looks like you have an issue with that part of your association. Once you get the plugin name fixed, it _should_ work... Schreck -Original Message- From: Shackadoodl Date: Tue, 8 Sep 2009 04:47:37 To: CakePHP Subject: Plug

Re: Plugins and associations

2009-09-08 Thread Martin Westin
A few things that look wrong: var $name = 'User' in the model has to be renamed along with the class and file. var $belongsTo = array('Cms.Group') is linking to a Cms plugin while the class and Controller is referring to Epicms the plugin name, model/controller prefix class name prefix... all

Plugins and associations

2009-09-08 Thread Shackadoodl
Hi, I am currently trying to build a cms plugin with cakephp i have the following tables: users and groups the associations are in place and are fully working when they are not in the plugin once i move the files to the plugin, and rename them accordingly according to the manual, cakephp will