Hi all,

I develop an installation module which checks if /cache folder exists
and is writable.
The problem is that if I just extract my project and try to go to
http://myapp.com/install, I get the the following exception :

 'sfCacheException' with message 'Failed to make cache directory

Obviously it's normal. But I would like to disable the cache checking.
In my install module, I wrote a config/cache.yml file :

index:
  enabled:      off

But I still get the message. How to disable the checking and display
my own error page if cache is now writable ?


--
Adrien Mogenet [fr]
http://adrien.frenchcomp.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to