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 viewing BB Log (invalid response key '00000000') #633

Closed
Spuds opened this issue Jul 8, 2013 · 1 comment
Closed

Error viewing BB Log (invalid response key '00000000') #633

Spuds opened this issue Jul 8, 2013 · 1 comment
Assignees

Comments

@Spuds
Copy link
Contributor

Spuds commented Jul 8, 2013

bb2_get_response(): returned invalid response key '00000000' can get issued when viewing the BB log

@ghost ghost assigned eurich Jul 9, 2013
@eurich
Copy link
Member

eurich commented Jul 9, 2013

yep, that's my fault.. added a trigger_error(); in a previous PR:
trigger_error('bb2_get_response(): returned invalid response key \'' . $key_response[0] . '\'', E_USER_WARNING);
The BadBehaviour response key was probably '00000000'. I think the easiest "solution" would be do simply remove the trigger_error ..

@eurich eurich closed this as completed in 0807dec Jul 10, 2013
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