Re: cake bake User - Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-09 Thread lowpass
It looks like this is pretty specific to your application. Do you have a Facebook model? Is there a table for it in the db? On Mon, Apr 8, 2013 at 9:11 PM, Nathan Pierce wrote: > RootSHH [~/public_html]# cake bake User > > Welcome to CakePHP v2.3.2 Console > -

Re: Cake Bake User -- Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-09 Thread Nathan Pierce
I deleted this topic actually. It fixed itself. I think it was a problem or bug with Aptana Studio. On Tuesday, April 9, 2013 12:48:54 AM UTC-4, Jeremy Burns wrote: > > Do you have a field called facebook_id? > > Jeremy Burns > Class Outfit > > http://www.classoutfit.com > > On 9 Apr 2013, at 01

Re: Cake Bake User -- Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-09 Thread angelxmoreno
does your users' table have a column called facebook_id ? it could be that it is looking for a facebooks table during the association part. I tend to name my column something like fabookid. remember that cake bake is assuming you are abiding by cake standards. On Tuesday, April 9, 2013 12:48:5

Re: Cake Bake User -- Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-08 Thread Jeremy Burns : Class Outfit
Do you have a field called facebook_id? Jeremy Burns Class Outfit http://www.classoutfit.com On 9 Apr 2013, at 01:52, Nathan Pierce wrote: > I'm really perplexed. I'm following the ACL guide :HERE and I've run into a > snag. > > SSHROOT [~/public_html]# cake bake User > > Welcome to CakePHP

cake bake User - Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-08 Thread Nathan Pierce
RootSHH [~/public_html]# cake bake User Welcome to CakePHP v2.3.2 Console --- App : app Path: /home/learning/public_html/app/ --- Interactive Bake Shell -

Cake Bake User -- Error: Table facebooks for model Facebook was not found in datasource default.

2013-04-08 Thread Nathan Pierce
I'm really perplexed. I'm following the ACL guide :HERE and I've run into a snag. SSHROOT [~/public_html]# cake bake User Welcome to CakePHP v2.3.2 Console --