phpmyadmin / error-reporting-server

phpMyAdmin server side component for the error reporting system
MIT License
20 stars 28 forks source link

PHP stacktrace empty #61

Closed nijel closed 10 years ago

nijel commented 10 years ago

@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

JayNakrani commented 10 years ago

@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 10 years ago

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 10 years ago

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

nijel commented 10 years ago

Thanks.