Closed VolodymyrChornohal closed 9 years ago
Please use the GitHub markdown code formatting. https://help.github.com/articles/markdown-basics/#code-formatting
I edited your post to make it more readable.
The rollerworks_multi_user_registration form doesn't exists (currenty), you can extend the base class (see https://github.com/rollerworks/RollerworksMultiUserBundle/blob/master/tests/Functional/Bundle/UserBundle/Form/Type/RegistrationFormType.php for en example) and overwrite buildForm with
public function buildForm(FormBuilderInterface $builder, array $options)
{
parent::buildForm($builder, $options);
// you form fields here
}
That should work for now, I need look at better way to handle this as it goes against the Symfony conventions.
Thank you, Sebastiaan! :) It seems to be working with a small fix to db_driver.
Hi guys, I'm running SF2.3.25 and installed RWMUB recently on it having 3 user-systems functioning ok with a number of exceptions:
These are seemingly not related issues, but may be it will bring some light on the depth of my cluelessness :)
What am I doing wrong if my configurations are as follows:
and dependency
}