I am new to Symfony and have encountered a problem that I am having
difficulty tracing. I have the FOS UserBundle to manage accounts
handling everything such as creating editing listing etc information
for new users. However, I have tried to set up the use of groups and
have encountered teh following problem,
Catchable fatal error: Argument 3 passed to FOS\UserBundle\Form
\GroupForm::__construct() must implement interface Symfony\Component
\Validator\ValidatorInterface, none given,
I think this might be as a result of my config file setup for the
userbundle,
# app/config/config.yml
fos_user.config:
db_driver: orm
class:
model:
user: FI\MyBundle\Entity\User
controller:
user: FI\MyBundle\Controller\UserController
but I am unsure if this is the case. Any help or pointers in the right
direction would be very much appreciated.
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en