Thanks for inspiration Andrew,

here is my patch - added to bootstrap:

protected function _initLocale() {
                Zend_Locale::setCache(
                        Zend_Cache::factory(
                                'Core',
                                'File',
                array(),
                array('cache_dir' => realpath(APPLICATION_PATH .
'/../data/cache'))
                        )
                );
        }

Since my problem was I cannot write to servers /tmp folder.

Still, this should be fixed so locale don't use cache by default.

Thank you all.

Regards,
Saša Stamenković.
-- 
View this message in context: 
http://www.nabble.com/Strange-Zend_Form-cache-problem%2C-please-URGENT-tp24148767p24170494.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to