crashdumper icon indicating copy to clipboard operation
crashdumper copied to clipboard

Grid empty on crashdumpbrowser

Open IBwWG opened this issue 9 years ago • 3 comments
trafficstars

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 avatar Jun 13 '16 16:06 IBwWG

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

IBwWG avatar Jun 13 '16 17:06 IBwWG

Is this what your php fix fixes?

On Mon, Jun 13, 2016 at 12:03 PM, KJB [email protected] 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 https://github.com/larsiusprime/crashdumper/issues/25#issuecomment-225644147, or mute the thread https://github.com/notifications/unsubscribe/AAtG-P3hv8R9Hy9oJCQP7m8WD07U3D5Xks5qLY1VgaJpZM4I0hoq .

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

larsiusprime avatar Jun 13 '16 17:06 larsiusprime

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.

IBwWG avatar Jun 13 '16 17:06 IBwWG