Caching was to blame. I removed cached files and everything started working.
On Thu, May 24, 2012 at 9:59 PM, Taylor Asay <[email protected]> wrote: > Enabled debug, says table is missing, but I can see the table cake says is > missing > > > On Thu, May 24, 2012 at 4:05 AM, stork <[email protected]> wrote: > >> - enable debug to see what is wrong >> - do not use php closing tag ?> if you don't want to be careful with >> whitespace in source code >> - do not use var $name if there is any chance you'll extend that >> model/controller in future >> >> -- >> Our newest site for the community: CakePHP Video Tutorials >> http://tv.cakephp.org >> Check out the new CakePHP Questions site http://ask.cakephp.org and help >> others with their CakePHP related questions. >> >> >> To unsubscribe from this group, send email to >> [email protected] For more options, visit this group >> at http://groups.google.com/group/cake-php >> > > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
