Hello. For development I use a local Xampp-installation on WinXP. My app (cakePHP 1.2) is deployed on a linux webserver.
The following problem only exists on my development machine: >From time to time cake seems to access an old model-layout - I dont know where to cache it. I changed the table-layout for the user-table for example (deleting the column "person_id"). Now sometimes I get the error SQL Error: 1054: Unknown column 'User.person_id' in 'field list' [CORE \cake\libs\model\datasources\dbo_source.php, line 440] Usually this happens after I delete the app-directory in the htdocs- path of xampp and copy the new files to there from my development path. Reload the accessed page does not help. Accessing the same page two minutes later without doing anything at this time makes the error disapear. Where is the information cached and how can I disable this cache for development? Thanks in advance, Tomka. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
