Re: Missing table for missing model

2009-05-05 Thread andy

What url are you visiting when you receive this error? You don't have
to provide the entire url, just what appears after the domain name.

On Apr 29, 9:32 am, forrestgump  wrote:
> hey guys,
>  Iam working on a cakephp app and i ran into this problem, though
> minor it is driving me crazy
> I had created a complete MVC structure for a "Seasons" module, then i
> voted against it and deleted everything related to it..the
> model,views,controller and the table too...
>
> but, my app now keeps giving me an error
>
> Missing Database Table
> Error: Database table seasons for model Season was not found.
>
> Notice: If you want to customize this error message, create app\views
> \errors\missing_table.ctp
>
> Can someone help me resolve thisI tried deleting the necessary
> files in
> ...\app\tmp\cache\models
> ...\app\tmp\cache\persistent
> but still no change
>
> Will really appreciate all the help u have to offer..
>
> Regards,
> Forrestgump

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Missing table for missing model

2009-04-30 Thread Miles J

Clear your cache in your tmp folder.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Missing table for missing model

2009-04-30 Thread nurvzy

I had that error as well.  Unfortunately I don't specifically remember
how I fixed it other than the things you already tried.  I remember it
was definitely something I had put in as custom code, (IE.. walking
through associations in another controller).

The way I found it was using the backtrace of the error message, it
gives you the exit point in your app asking for the session table/
model.

Nick

On Apr 30, 7:08 am, forrestgump  wrote:
> Has no one a solution? :(
>
> On Apr 29, 9:10 pm, forrestgump  wrote:
>
> > Hey Faifas,
> > Yes i havewhat is even more amusing is that...i put back the
> > Seasons table, but there is no Mode,View or controller for it(i
> > deleted them)and the app seems to be running...
>
> > Cheers2u2,
> > Forrestgump
>
> > On Apr 29, 7:42 pm, Aivaras  wrote:
>
> > > Hey,
>
> > > did you remove associations in your other models?
>
> > > Cheers,
> > > Faifas
>
> > > On Wed, Apr 29, 2009 at 17:32, forrestgump  wrote:
>
> > > > hey guys,
> > > >  Iam working on a cakephp app and i ran into this problem, though
> > > > minor it is driving me crazy
> > > > I had created a complete MVC structure for a "Seasons" module, then i
> > > > voted against it and deleted everything related to it..the
> > > > model,views,controller and the table too...
>
> > > > but, my app now keeps giving me an error
>
> > > > Missing Database Table
> > > > Error: Database table seasons for model Season was not found.
>
> > > > Notice: If you want to customize this error message, create app\views
> > > > \errors\missing_table.ctp
>
> > > > Can someone help me resolve thisI tried deleting the necessary
> > > > files in
> > > > ...\app\tmp\cache\models
> > > > ...\app\tmp\cache\persistent
> > > > but still no change
>
> > > > Will really appreciate all the help u have to offer..
>
> > > > Regards,
> > > > Forrestgump
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Missing table for missing model

2009-04-30 Thread forrestgump

Has no one a solution? :(

On Apr 29, 9:10 pm, forrestgump  wrote:
> Hey Faifas,
> Yes i havewhat is even more amusing is that...i put back the
> Seasons table, but there is no Mode,View or controller for it(i
> deleted them)and the app seems to be running...
>
> Cheers2u2,
> Forrestgump
>
> On Apr 29, 7:42 pm, Aivaras  wrote:
>
> > Hey,
>
> > did you remove associations in your other models?
>
> > Cheers,
> > Faifas
>
> > On Wed, Apr 29, 2009 at 17:32, forrestgump  wrote:
>
> > > hey guys,
> > >  Iam working on a cakephp app and i ran into this problem, though
> > > minor it is driving me crazy
> > > I had created a complete MVC structure for a "Seasons" module, then i
> > > voted against it and deleted everything related to it..the
> > > model,views,controller and the table too...
>
> > > but, my app now keeps giving me an error
>
> > > Missing Database Table
> > > Error: Database table seasons for model Season was not found.
>
> > > Notice: If you want to customize this error message, create app\views
> > > \errors\missing_table.ctp
>
> > > Can someone help me resolve thisI tried deleting the necessary
> > > files in
> > > ...\app\tmp\cache\models
> > > ...\app\tmp\cache\persistent
> > > but still no change
>
> > > Will really appreciate all the help u have to offer..
>
> > > Regards,
> > > Forrestgump
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Missing table for missing model

2009-04-29 Thread forrestgump

Hey Faifas,
Yes i havewhat is even more amusing is that...i put back the
Seasons table, but there is no Mode,View or controller for it(i
deleted them)and the app seems to be running...

Cheers2u2,
Forrestgump

On Apr 29, 7:42 pm, Aivaras  wrote:
> Hey,
>
> did you remove associations in your other models?
>
> Cheers,
> Faifas
>
> On Wed, Apr 29, 2009 at 17:32, forrestgump  wrote:
>
> > hey guys,
> >  Iam working on a cakephp app and i ran into this problem, though
> > minor it is driving me crazy
> > I had created a complete MVC structure for a "Seasons" module, then i
> > voted against it and deleted everything related to it..the
> > model,views,controller and the table too...
>
> > but, my app now keeps giving me an error
>
> > Missing Database Table
> > Error: Database table seasons for model Season was not found.
>
> > Notice: If you want to customize this error message, create app\views
> > \errors\missing_table.ctp
>
> > Can someone help me resolve thisI tried deleting the necessary
> > files in
> > ...\app\tmp\cache\models
> > ...\app\tmp\cache\persistent
> > but still no change
>
> > Will really appreciate all the help u have to offer..
>
> > Regards,
> > Forrestgump
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Missing table for missing model

2009-04-29 Thread Aivaras
Hey,

did you remove associations in your other models?

Cheers,
Faifas


On Wed, Apr 29, 2009 at 17:32, forrestgump  wrote:

>
> hey guys,
>  Iam working on a cakephp app and i ran into this problem, though
> minor it is driving me crazy
> I had created a complete MVC structure for a "Seasons" module, then i
> voted against it and deleted everything related to it..the
> model,views,controller and the table too...
>
> but, my app now keeps giving me an error
>
> Missing Database Table
> Error: Database table seasons for model Season was not found.
>
> Notice: If you want to customize this error message, create app\views
> \errors\missing_table.ctp
>
>
> Can someone help me resolve thisI tried deleting the necessary
> files in
> ...\app\tmp\cache\models
> ...\app\tmp\cache\persistent
> but still no change
>
> Will really appreciate all the help u have to offer..
>
> Regards,
> Forrestgump
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Missing table for missing model

2009-04-29 Thread forrestgump

hey guys,
 Iam working on a cakephp app and i ran into this problem, though
minor it is driving me crazy
I had created a complete MVC structure for a "Seasons" module, then i
voted against it and deleted everything related to it..the
model,views,controller and the table too...

but, my app now keeps giving me an error

Missing Database Table
Error: Database table seasons for model Season was not found.

Notice: If you want to customize this error message, create app\views
\errors\missing_table.ctp


Can someone help me resolve thisI tried deleting the necessary
files in
...\app\tmp\cache\models
...\app\tmp\cache\persistent
but still no change

Will really appreciate all the help u have to offer..

Regards,
Forrestgump
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---