im following the symfony cmf tutorial, i setup an mysql connection instead of sql_light. i setup the database, but now im trying to add the the page with the command from the tutorial:
php app/console doctrine:phpcr:migrator page --identifier=/cms/simple/test
but this gives the following error
[InvalidArgumentException]
Wrong value 'page' for migrator_name argument.
Available migrators:
doctrine:phpcr:migrator:migrate [--identifier[="..."]] [--depth[="..."]] [--session[="..."]] [migrator_name]
What do i do wrong?