Ugh. To document my own ineptitude... The issue was that the new
server had the site defaulted to php4. An argument for setting $name
properly, I suppose.

- Adam

On Oct 14, 8:26 pm, Adam D <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just moved my site to a new server and I'm getting a "missing
> database error" for all of my model. Cake appears to be omitting the
> underscores on the conversion from model name to database table, so,
> for a model like GroupType, it's looking for a table named
> "grouptypes" instead of "group_types". Where is this conversion
> controlled? How could a move between servers have caused this error?
> FWIW, if I set $useTable explicitly, everything works.
>
> - Adam


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to