Error reading from database
Debug info: MySQL server has gone away
SELECT active.filter, fc.name, fc.value
FROM (SELECT f.filter, MAX(f.sortorder) AS sortorder
FROM z61g_filter_active f
JOIN z61g_context ctx ON f.contextid = ctx.id
WHERE ctx.id IN (1)
GROUP BY filter
HAVING MAX(f.active * ctx.depth) > -MIN(f.active * ctx.depth)
) active
LEFT JOIN z61g_filter_config fc ON fc.filter = active.filter AND fc.contextid = 1
ORDER BY active.sortorder
[array (
)]
Error code: dmlreadexception
Stack trace:
Error reading from database
Debug info: MySQL server has gone away
SELECT f.filter, fc.name, fc.value
FROM z61g_filter_active f
LEFT JOIN z61g_filter_config fc
ON fc.filter = f.filter
AND fc.contextid = f.contextid
WHERE f.contextid = ?
AND f.active != ?
ORDER BY f.sortorder
[array (
0 => 1,
1 => -9999,
)]
Error code: dmlreadexception
Stack trace: