larsiusprime / crashdumper

A cross-platform automated crash report generator/sender for Haxe/OpenFL apps.
MIT License
113 stars 33 forks source link

Grid empty on crashdumpbrowser #25

Open IBwWG opened 8 years ago

IBwWG commented 8 years ago

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 commented 8 years ago

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

larsiusprime commented 8 years ago

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 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

IBwWG commented 8 years ago

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.