When using either the latest stable 7.x-1.5 or the latest dev
Nothing happens when clicking the "E" link of the slow query log, and I get the following error in watchdog :
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1: EXPLAIN ; Array ( ) in devel_querylog_explain() (line 46 of /var/www/html/sites/all/modules/contrib/devel/devel.pages.inc).

it seems to work correctly with php 5.3 but breaks on 5.6

Comments

willzyx’s picture

@loze your problem may be related to #2465025: SQL query log doesn't work on pages generated by a view. Can you try patch from #1 and see if it solve the issue?

willzyx’s picture

Status: Active » Postponed (maintainer needs more info)

@loze can you confirm that the latest dev version solves this issue?

willzyx’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing this, since in #2465025: SQL query log doesn't work on pages generated by a view we solve this issue. Feel free to reopen if you think that the problem is still present.