开发者

Zend_Form doesn't load on deployment

开发者 https://www.devze.com 2023-04-01 05:09 出处:网络
Can\'t figure this one out. It worked in my local environment. Everythin开发者_StackOverflowg is at the right place but the server still can\'t find it:

Can't figure this one out. It worked in my local environment. Everythin开发者_StackOverflowg is at the right place but the server still can't find it:

**Warning: include_once(Zend/Form/Element/TextArea.php) [function.include-once]: failed to open stream: No such file or directory in /is/htdocs/xxxx/www/mensenenjij/library/Zend/Loader.php on line 146

Warning: include_once() [function.include]: Failed opening 'Zend/Form/Element/TextArea.php' for inclusion (include_path='/is/htdocs/xxxx/www/mensenenjij/application/../library:/is/htdocs/xxxx/www/mensenenjij/library:.:/usr/share/pear/php5') in /is/htdocs/xxxx/www/mensenenjij/library/Zend/Loader.php on line 146

Fatal error: Class 'Zend_Form_Element_TextArea' not found in /is/htdocs/xxxx/www/mensenenjij/library/Mensenenjij/Form/Contact.php on line 52**

Thanks


I'm assuming by the class it's trying to load, you're using Windows on your local env, and a Linux distro on your deployment server?

If you are, Linux is case sensitive. Try using Zend_Form_Element_Textarea instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消