The first step in trying to debug a possible caching issue is to navigate through all the folders under /app/tmp/cache and delete every file. Any future uploads should not include the /app/tmp directory. If the issue persists it's not a problem with caching.
On Jul 7, 10:28 pm, Alastair <[email protected]> wrote: > Hi Cake fans, > > I'm currently developing locally and uploading intermittently to my > remote server. I have $default and $prod database configurations set > up in my database.php file, however on setting var $useDbConfig = > 'prod'; in app_model.php and uploading this to my remote server, it's > still using the $default settings. Is it possible that there's some > caching going on? Or could this be down to a different reason? I'm not > clearing the remote tmp directory when I upload the amends. Little > puzzled about this one! > > Any advice? > > Thanks, > > Alastair --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
