zend framework - Zend_Form doesn't load on deployment -
This one can not understand that everything worked in my local environment is in the right place, but the server still does not have it See:
** WARNING: include_once (Zend / Form / Element / TextArea.php) [function.include-once]: failed to open section: / 146 / on line / is / htdocs / There is no such file or directory in xxxx / www / mensenenjij / library / zend / loader.php
Warning: include_once () [function.include]: Opening Zend / Form / Element / TextArea Php '(include_path =' / is / htdocs / xxxx / www / mensenenjij / application /../ Rhythm: / is / htdocs / xxxx / www / mensenenjij / library:.: /
Fatal error: Class 'Zend_Form_Element_TextArea' / is not found in I / O / htdocs / xxxx / www / mensenenjij / library /Mensenenjij/Form/Contact.php On Line 52 **
Thanks
I'm assuming the class trying to load it, are you using Windows on your local env, and a Linux distro on your deployment server?
If you are, the Linux case is sensitive. Try using Zend_Form_Element_Textarea instead.
Comments
Post a Comment