Closed krichprollsch closed 9 years ago
With the default parameter.yml but with phpcr_user defined to null
parameter.yml
phpcr_user
null
phpcr_user: ~
The command php app/console doctrine:phpcr:fixtures:load returns
php app/console doctrine:phpcr:fixtures:load
[PHPCR\NodeType\ConstraintViolationException] Can't remove the protected property: jcr:createdBy
The source of error is hard to find with this message. Maybe it will be useful to check phpcr_user with not null condition into DoctrinePHPCRBundle ?
indeed, seems that we must forbid this configuration from being null. created https://github.com/doctrine/DoctrinePHPCRBundle/issues/182 as it belongs there, not into this repository.
thanks
With the default
parameter.yml
but withphpcr_user
defined tonull
The command
php app/console doctrine:phpcr:fixtures:load
returnsThe source of error is hard to find with this message. Maybe it will be useful to check
phpcr_user
with not null condition into DoctrinePHPCRBundle ?