Hi, I am using the i18n feature of symfony, but long with the i18n save filter to store all untranslated text. However the code does not seem to handle cleaning the translation cache dir properly. I guess that this is a bug in the file cache class, that does not check if the directory its trying to clear actually exists. Or am I missing something?
Warning: opendir(C:\foo\cache\foo\local\i18n\apps\AbaWebTreuhand\i18n\messages.de) [function.opendir]: failed to open dir: No error in C:\foo\lib\symfony\cache\sfFileCache.class.php on line 414 Not sure where to best fix this, I guess it should be fixed by adding a check in the clean method? regards, Lukas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
