我正在使用ubunto&想要创建zend控制器,7个月前我在我的应用程序中创建了大约5个控制器&它工作正常,但现在我尝试使用
创建另一个sajid@salman-laptop:/var/www/vcred$ zf.sh create controller verifier
它显示错误消息,如:
An Error Has Occurred
无法将字符串解析为XML
Command Line Console Tool v1.8.4 Details for action "Create" and provider "Controller" Controller zf create controller name index-action-included[=1] module
请帮助。
答案 0 :(得分:2)
老派方法:手动将新控制器文件添加到目录中 - 我从未使用过Zend_Tool。
答案 1 :(得分:0)
尝试更新Zend_Tool,它们解决了上一版本中的许多错误。目前the 1.10.1 version is the latest release与1.8.4相比。