SQL: SELECT ph.title, ph.code, p.identifier FROM cdb_plugins p
LEFT JOIN cdb_pluginhooks ph ON ph.pluginid=p.pluginid AND ph.available='1'
WHERE p.available='1' ORDER BY p.identifier
Error: Got error 28 from table handler
Errno.: 1030
Similar error report has beed dispatched to administrator before.