我有一个使用modulestudio创建的Zikula模块。按照translation.md中的说明,我在网站空间的ssh shell中使用了以下命令:
php app/console translation:extract template --bundle=RKHelperModule --enable-extractor=jms_i18n_routing --output-format=po --dir=./modules/RK/HelperModule --dir=./app/Resources/RKHelperModule
系统的答案是:
Could not open input file: app/console
app / console在那里(权限644)。
如何弄清楚出了什么问题?
感谢您的帮助!
拉尔夫
答案 0 :(得分:1)
确保在执行此命令之前进入主目录。