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

[] operator not supported for strings BUG #1454

Closed nlefebvre1410 closed 7 years ago

nlefebvre1410 commented 7 years ago

hi on click settings users : [] operator not supported for strings in vendor/kunstmaan/bundles-cms/src/Kunstmaan/AdminListBundle/AdminList/Configurator/AbstractAdminListConfigurator.php at line 62

Devolicious commented 7 years ago

Hi @nlefebvre1410,

Which version are you using? Line 62 of the AbstractAdminListConfigurator is a docblock.

nlefebvre1410 commented 7 years ago

@Devolicious v4.0

aistis- commented 7 years ago

There is a fix already for this bug.

https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/1447

tarjei commented 7 years ago

@Devolicious the correct linenr is 622. Anyhow #1447 contains a good patch for this (as noted by @aistis- ). Any posibility of getting out a hotfix?

nlefebvre1410 commented 7 years ago

hi my php 7

Devolicious commented 7 years ago

This is fixed in #1483