Thank you John! That done the trick. You've saved me even more hours
wondering what the problem is.


On Feb 21, 5:14 pm, John Andersen <j.andersen...@gmail.com> wrote:
> Check that your models filenames are all lower-case.
> Enjoy,
>    John
>
> On Feb 21, 5:57 pm, belsimon <simonlove...@gmail.com> wrote:
>
> > Hi, I'm working on my first CakePHP site and I've got a problem with
> > caching - I think.
>
> > My local version of the site works great. Uploaded latest changes to
> > my server and it's not working so great.
>
> > I've added a HABTM association and the live site isn't picking it up
> > so data isn't being saved / retrieved. In my core config I have:
>
> > Configure::write('debug', 2);
> > Configure::write('Cache.disable', true);
>
> > I've tried deleting my database and trying again but that didn't work.
> > I've deleted all cakephp files and re-uploaded everything and it's
> > still not work.
>
> > I've been playing around for hours now and I'm at a loss at what to
> > do.
>
> > My HABTM association is very simple, it's pictures / tags. In my
> > pictures controller I'm trying to print the HABTM association, e.g.
> > print $this->Pictures->hasAndBelongsToMany but it's empty. So is $this-
>
> > >Pictures->Tag.
>
> > Any help would be greatly appeciated.
>
> > Thanks, Simon

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to