Quote:
Invalid SQL:
SELECT p.*, po.`order` FROM trillian_pluginorder AS po
JOIN plugin AS p ON(p.pluginid = po.pluginid)
ORDER BY p.hookname, po.order;
MySQL-Fehler : Table 'trillian_forum.trillian_pluginorder' doesn't exist
|
It sounds like the table didn't get created for some reason when you installed. Can you look at the database and verify if the table 'pluginorder' exists?