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

Grid empty on crashdumpbrowser #25

Open
IBwWG opened this issue Jun 13, 2016 · 3 comments
Open

Grid empty on crashdumpbrowser #25

IBwWG opened this issue Jun 13, 2016 · 3 comments

Comments

@IBwWG
Copy link

IBwWG commented Jun 13, 2016

Even with 3 reports in, the table is empty. Turns out the fetched file has errors:

<br />
<b>Warning</b>:  Parameter 2 to mysqli_stmt::bind_param() expected to be a reference, value given in <b>.../crashdumpbrowser/includes/db.inc.php</b> on line <b>344</b><br />
{"col1":"<input type=\"checkbox\"\/>","col2":"<select><option value=\"\">Select...<\/option><option value=\"1\">Move to In Progress<\/option><option value=\"2\">Move to Fixed<\/option><option value=\"4\">Move to Won't Fix<\/option><option value=\"3\">Move to Reopened<\/option><option value=\"5\">Mark as Duplicate...<\/option><\/select>","rows":[],"total":0,"page":0,"perPage":50}

Ah, this would actually be caused by my PR #24 but without it, it also crashes on that line due to deprecated usage.

@IBwWG
Copy link
Author

IBwWG commented Jun 13, 2016

Long discussion on this at http://php.net/manual/en/function.call-user-func-array.php

@larsiusprime
Copy link
Owner

Is this what your php fix fixes?

On Mon, Jun 13, 2016 at 12:03 PM, KJB notifications@github.com wrote:

Long discussion on this at
http://php.net/manual/en/function.call-user-func-array.php


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#25 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAtG-P3hv8R9Hy9oJCQP7m8WD07U3D5Xks5qLY1VgaJpZM4I0hoq
.

www.fortressofdoors.com -- Games, Art, Design

@IBwWG
Copy link
Author

IBwWG commented Jun 13, 2016

That's what I mean--the PHP fix in my PR fixes one error, enough to let things work a bit, but causes another error, which is a bit hidden because it just makes the grid not appear.

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