我跟随symfony cmf tutorial,我设置了一个mysql连接而不是sql_light。我设置了数据库,但现在我尝试使用教程中的命令添加页面:
php app/console doctrine:phpcr:migrator page --identifier=/cms/simple/test
但这会产生以下错误
[InvalidArgumentException]
Wrong value 'page' for migrator_name argument.
Available migrators:
doctrine:phpcr:migrator:migrate [--identifier[="..."]] [--depth[="..."]] [--session[="..."]] [migrator_name]
我做错了什么?
答案 0 :(得分:1)
只想分享我的经验。 Symfony-cmf-standard 按照教程那里。
在执行此命令之前
app/console doctrine:database:create
app/console doctrine:phpcr:init:dbal
app/console doctrine:phpcr:register-system-node-types
app/console doctrine:phpcr:fixtures:load
更改db配置bia web / config.php或parameters.yml
在Windows上,
app/console doctrine:phpcr:fixtures:load
可能会失败,您可以点击此链接windows fix
祝你好运,