phpmyadmin/error-reporting-server

PHP stacktrace empty

nijel opened this issue · 4 comments

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

https://reports.phpmyadmin.net/reports/view/2842

https://reports.phpmyadmin.net/reports/view/2852

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

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.

I've pushed the necessary changes. Please see Pull#62.

Thanks.