You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.
I got error when using command php app/console rollerworks:multi-user:generate:usersys to generate usersys bundle:
PHP Fatal error: Call to undefined method Rollerworks\Bundle\MultiUserBundle\Command\Validators::validateTargetDir() in /path to project/vendor/rollerworks/multi-user-bundle/src/Command/GenerateUserSysCommand.php on line 185
[Symfony\Component\Debug\Exception\UndefinedMethodException]
Attempted to call an undefined method named "validateTargetDir" of class "Rollerworks\Bundle\MultiUserBundle\Command\Validators".
I'm sorry to inform you, but this bundle is no longer maintained. I'm still looking for someone who is able to takeover this bundle (with a rename) as I have no time to maintain this bundle. And I'm no longer using the FOSUserBundle at all.
I got error when using command
php app/console rollerworks:multi-user:generate:usersys
to generate usersys bundle:I'm using composer.json as
Now, for passing this error, i must down version for
sensio/generator-bundle
from~3.0
to2.5.x-dev
.Please fix this issue for version
~3.0
because this version is default when create new symfony 2.8.x standard projectThanks much!
The text was updated successfully, but these errors were encountered: