$this->formTextArea()

ローカルの環境(Windows)では再現しなかったのだが、サーバ側(Debian)に持っていくと

System Error.

string(216) "Plugin by name 'FormTextArea' was not found in the registry; used paths: /var/www/NewApplication/app/library/View/Helper/ Zend_View_Helper_: Zend/View/Helper/"

と怒られる。
どうやらWindowsではformTextAreaを自動でformTextareaと認識してくれるらしい。
なので、
$this->formTextArea()の所を$this->formTextarea()に修正。

ミスタイポは変に考慮しないでエラーを出してもらいたいね(とWindowsのせいにしてみる)