Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symfony3 support #43

Open
ghost opened this issue Feb 2, 2016 · 1 comment
Open

symfony3 support #43

ghost opened this issue Feb 2, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 2, 2016

I'm using symfony3 for my new project.
As usual I installed this bundle and when I execute "php bin/console doctrine:generate:entities AppBundle" command to generate my entities i get follow error in my terminal:

Fatal error: Class Iphp\FileStoreBundle\Command\RepairFileDataCommand contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Sensio\Bundle\GeneratorBundle\Command\GeneratorCommand::createGenerator) in /Users/any-user/workflow/php/my-app-name-here/vendor/iphp/filestore-bundle/Iphp/FileStoreBundle/Command/RepairFileDataCommand.php on line 16

Sorry for my English, have a nice day.

@murtukov
Copy link

In your Symfony 3 directory open following file:
\vendor\iphp\filestore-bundle\Iphp\FileStoreBundle\Command\RepairFileDataCommand.php

and add following empty method to class RepairFileDataCommand :

protected function createGenerator() {
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant