On Aug 13, 3:39 pm, Grant Cox <[EMAIL PROTECTED]> wrote: > I'm really not sure what could be causing the issue. However, when > you run your site in production mode (DEBUG 0) then this file will not > be written to - only read from. So as long as it's not corrupted when > you first switch to DEBUG 0 it'll remain ok regardless of load. Does this mean that you need to run your cake app at least once with DEBUG > 0 before running in production mode?
I moved app/tmp to /tmp and created a symbolic link to this location. This means that I don't have to tell cake about a different location, while temporary files are created on a local file system. This solved the problem (still having debug > 0). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
