On some setups it's not possible to have writable directories within deployed code base (for security reasons).
In these cases you have to switch to a different location for the cache and log directories by implementing the getCacheDir() and getLogDir() methods in you AppKernel, where both methods return names of directories which are writable by the web server user. May be you should mention this as well in case somebody is hitting a setup where setting permissions isn't possible? Sven -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en