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

Error after press "Delete all ready jobs" #65

Closed
jhaoda opened this issue Sep 8, 2014 · 6 comments
Closed

Error after press "Delete all ready jobs" #65

jhaoda opened this issue Sep 8, 2014 · 6 comments

Comments

@jhaoda
Copy link

jhaoda commented Sep 8, 2014

beanstalk_console 1.5.2

  1. Add some jobs.
  2. Open tube ("default" in my case).
  3. Press "Delete all ready jobs".
  4. Got "NOT_FOUND: There are no jobs in the 'ready' status".
  5. Go back — no ready jobs.

So, jobs has been deleted, but then something went wrong.

@pentium10
Copy link
Collaborator

  • could you please post the error_reporting you have set?
  • also how many agents are at that time consuming jobs?

@jhaoda
Copy link
Author

jhaoda commented Sep 8, 2014

E_ALL

@pentium10
Copy link
Collaborator

  • also could tell what output buffering method you have active for your PHP setup?

@jhaoda
Copy link
Author

jhaoda commented Sep 8, 2014

No output handlers.

pentium10 pushed a commit to pentium10/beanstalk_console that referenced this issue Sep 8, 2014
pentium10 added a commit that referenced this issue Sep 8, 2014
@pentium10
Copy link
Collaborator

can you please do a git pull, and confirm the fix works?

@jhaoda
Copy link
Author

jhaoda commented Sep 8, 2014

Yep, this problem solved, but

if (ob_get_level()) {
  ob_end_clean();
}

give
Unserialize got a fatal error, please include the necessary files, or deactivate unserialization from Settings
Notice: unserialize(): Error at offset 0 of 541 bytes in \www\beanstalk_console\lib\BeanstalkInterface.class.php on line 230

pentium10 pushed a commit to pentium10/beanstalk_console that referenced this issue Sep 8, 2014
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

2 participants