PHP stacktrace empty
nijel opened this issue · 4 comments
nijel commented
@Dhananjay92, there seems to be something wrong with traceback submitting for PHP scripts as it's code is empty in all cases I've tried, it just shows the lines...
JayNakrani commented
@nijel: I'm on it.
Can you please send me the SQL dumps of Report#{2842, 2852} and Incident#{53282, 53281, 53280, 53279, 53196}? It'll be easier to locate the problem by looking at full_report
field of Incident
.
JayNakrani commented
No need to send those SQL dumps now. I've located the problem. The error reporting module of PMA is perfectly fine. The problem is in displaying the stack-trace in app/View/Helper/IncidentsHelper.php
. Will soon push the solution.
JayNakrani commented
I've pushed the necessary changes. Please see Pull#62.
nijel commented
Thanks.