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

addons install: seeder error #3893

Closed
nickstanko opened this issue Oct 7, 2016 · 3 comments
Closed

addons install: seeder error #3893

nickstanko opened this issue Oct 7, 2016 · 3 comments
Labels
Bug Confirmed existing bug

Comments

@nickstanko
Copy link

Getting the following error when trying to install addons in the admin and selecting "Yes, include seed data when installing." Errors come up with both core and custom modules. On PHP7 with Pyro 3.1.

BindingResolutionException in Container.php line 763:
Target [Anomaly\PostsModule\Type\Contract\TypeRepositoryInterface] is not instantiable while building [Anomaly\PostsModule\Type\TypeSeeder].

@RyanThompson
Copy link
Member

Took a stab at this one tonight and it's tough! I made an adjustment in streams platform that will help (only the register() move on InstallModule) but there is still an issue where the "state" of the PHP load can't update correctly to allow normal entry processing like it could with a new request. So this might need to be handled differently in the addons module.. We'll see.

laravel-streams/streams-core@81501f8

@RyanThompson RyanThompson added the Bug Confirmed existing bug label Oct 18, 2016
@RyanThompson
Copy link
Member

Related: #3859

@RyanThompson
Copy link
Member

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

No branches or pull requests

2 participants