Kunstmaan / KunstmaanBundlesCMS

An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
https://kunstmaancms.be
MIT License
402 stars 186 forks source link

Unrecognized option "admin_password" under "kunstmaan_admin" #503

Closed iknowfoobar closed 8 years ago

iknowfoobar commented 9 years ago

I am receiving this error after a composer update on all KunstmaanBundles websites we have.

[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] Unrecognized option "admin_password" under "kunstmaan_admin"

Commenting out the admin_password line in config.yml fixes it.

I have also just tried a fresh install and the same problem is happening.

roderik commented 9 years ago

If you install with -s dev, you get the master of the standard edition with the stable of the cms bundle. You need master of the cms bundle to have this option

iknowfoobar commented 9 years ago

Ahh, ok thanks

krispypen commented 9 years ago

The error is still their with the current master branch, see https://travis-ci.org/Kunstmaan/KunstmaanBundlesStandardEdition/jobs/67257721

jockri commented 8 years ago

Fixed