Fixed in #cakephp I had mistakenly capitalised my model filenames. Beware! Read the conventions! This worked on my comp because Mac OS X has a way to find files either way. Apparently Windows does too. Lowercasing the filenames made it work.
Thanks to woopstash2! On Jun 6, 10:18 pm, palam <[EMAIL PROTECTED]> wrote: > I should add that it works okay on my localhost. It's a problem only > on the server. > > Palaniappan C. > > On Jun 6, 4:50 pm, palam <[EMAIL PROTECTED]> wrote: > > > The problem is that custom model functions are not getting called from > > my controller. $this->Model->findById() works, but > > $this->Model->getCitiesListForCentreType() (for example) doesn't work and > > the query > > > literally becomes getCitiesListForCentreType > > > I have setup a bare bones version on my server > > :http://cloudmint.com/desperation3/foneclubs/locations > > > The controller and model codes are here > > :http://bin.cakephp.org/view/505844569 > > > What am I doing wrong? > > > Thanks, > > Palaniappan C. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
