简体   繁体   中英

Stalled RedKiteCMS install: “The child node ”db_driver“ at path ”fos_user“ must be configured”

I've followed their instructions to the point where the command php app/rkconsole redkitecms:install --env=rkcms results in

[Symfony\\Component\\Config\\Definition\\Exception\\InvalidConfigurationException] The child node "db_driver" at path "fos_user" must be configured.

Yet app/config/config.yml contains:

fos_user:
    db_driver: orm
    firewall_name: main
    user_class: Vol\VolBundle\Entity\Person

and the installation appears to have otherwise rounded up the usual suspects.

Unless I am told otherwise, this error occurs because RedKiteCMS does NOT support Doctrine . So for applications built with Doctrine, RedKite does not provide a CMS solution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM