GenerateUserSysCommand error
dunght160387 opened this issue · 2 comments
dunght160387 commented
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 using composer.json as
"require": {
"php": ">=5.3.9",
"symfony/symfony": "2.8.*",
...
"friendsofsymfony/user-bundle": "~2.0@dev",
"rollerworks/multi-user-bundle": "1.0.*@dev"
},
"require-dev": {
"sensio/generator-bundle": "~3.0"
},
Now, for passing this error, i must down version for sensio/generator-bundle
from ~3.0
to 2.5.x-dev
.
Please fix this issue for version ~3.0
because this version is default when create new symfony 2.8.x standard project
Thanks much!
dunght160387 commented
Related to this issue RollerworksMultiUserBundle/issues/102
sstok commented
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.