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

JobQueue/Job shouldn't be required when Doctrine schema update #67

Closed
kayue opened this issue Apr 29, 2017 · 3 comments · Fixed by #71
Closed

JobQueue/Job shouldn't be required when Doctrine schema update #67

kayue opened this issue Apr 29, 2017 · 3 comments · Fixed by #71
Labels

Comments

@kayue
Copy link

kayue commented Apr 29, 2017

When I run ./bin/console do:sc:up --force I encounter the following error:

PHP Fatal error:  Class 'Enqueue\JobQueue\Job' not found in /home/ubuntu/HypebeastEditorial/vendor/enqueue/enqueue-bundle/Entity/Job.php on line 13

JobQueue shouldn't be needed because it is default off.

@kayue
Copy link
Author

kayue commented Apr 29, 2017

Actually the real problem is Enqueue\JobQueue\Job doesn't exist

@kayue
Copy link
Author

kayue commented Apr 29, 2017

Had to add enqueue/job-queue to require-dev, not sure is there a way to avoid adding this library because it is never really used.

@makasim makasim added the bug label May 3, 2017
@makasim
Copy link
Member

makasim commented May 3, 2017

Yeah, that's a bug. I am thinking about moving job entity from the bundle to job-queue package.

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

Successfully merging a pull request may close this issue.

2 participants