msgphp / symfony-demo-app

A Symfony demo application with basic user management
https://github.com/msgphp/msgphp
MIT License
0 stars 0 forks source link

Error: Attempted to load trait "AttributeValueField"... #32

Closed crabnky closed 6 years ago

crabnky commented 6 years ago

Hi again :)

I just run composer update and now getting this:


Attempted to load trait "AttributeValueField" from namespace "MsgPhp\Eav\Entity\Fields".
Did you forget a "use" statement for another namespace?
--
in UserAttributeValue.php (line 17)

My composer:

"msgphp/domain": "@dev",
"msgphp/user": "@dev",
"msgphp/user-bundle": "dev-master",

It's just a mistake, or something has changed and I have to make changes to my code?

ro0NL commented 6 years ago

+ msgphp/eav: @dev i guess :) im working on a new release.

crabnky commented 6 years ago

Uh, sorry, my bad. :( Have to pay attention to configuration as now I can see: The path "doctrine.orm.resolve_target_entities.MsgPhp\User\Entity\Username" cannot contain an empty value, but got null. - now I'm in the middle of other work, so will get back to this later. Thanks!

ro0NL commented 6 years ago

tagged 0.2.4, should be good now :)

ro0NL commented 6 years ago

@crabnky thanks for all your issues :) truly valuable!

ro0NL commented 6 years ago

@crabnky actually solved in 0.2.7 :} There was indeed an issue with trait "AttributeValueField"