Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

GenerateUserSysCommand error #103

Open
dunght160387 opened this issue Sep 22, 2016 · 2 comments
Open

GenerateUserSysCommand error #103

dunght160387 opened this issue Sep 22, 2016 · 2 comments
Labels

Comments

@dunght160387
Copy link

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
Copy link
Author

Related to this issue RollerworksMultiUserBundle/issues/102

@sstok
Copy link
Contributor

sstok commented Nov 28, 2016

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.

@sstok sstok added the Bug label Nov 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants