-- umpirsky <[email protected]> wrote (on Monday, 22 June 2009, 08:21 AM -0700): > Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. > File(/tmp/) is not within the allowed path(s): > (/var/www/ct1097024.nnes.de/htdocs:/var/www/ct1097024.nnes.de/include:/usr/share/pear:/var/www/ct1097024.nnes.de/tmp) > in /var/www/ct1097024.nnes.de/include/library/Zend/Cache/Backend/File.php on > line 152 > > So, my Zend_Form for some reason tries to cache. When I remove one field > from it, works, perfect, but when there is more than one text field, it > wants to cache. How do I set cache on form at all? > > I cant change server settings, this works fine when open_basedir has no > value, i need to disable cache or to set it to be under my projects /tmp not > global /tmp.
Zend_Form has no caching integration built into it whatsoever; without more information, I'd have to say that this is something specific to your application setup. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
