I am at my wits end here. CakePHP appears to have somehow cached my
model class. Not the data in the database that corresponds to this
model, but the actual model class itself. Any change I make in the
model class simply gets ignored.

I have done the following to try to make sure nothing is cached:
    * Set config/core.php to either debug mode (2 or 3)
    * Turn off caching in config/core.php (Configure::write
('Cache.disable', true))
    * completely removed anything in app/tmp
    * set cacheQueries and cacheSources to false in the model
    * restart apache (this shouldn't do anything, but what the hay)


I've tried putting syntax errors in my model class, a divide by zero,
an exit command before the class definition, and even removed the
model file, but every time the controller somehow happily loads a an
older unmodified model up and moves on.

What is going on here? Is there some hidden cache somewhere that I
need to delete other than in app/tmp?

I've developed other CakePHP apps, but I've never encountered this
before.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to