|
I get the error listed below when I go into the Forum Administrator screen. All other features appear to work. I am running Joomla 1.0.13 and Fireboard 1.0.4. I found a few suggestions about replacing the admin.fireboard.php but that did not work either. Disabling SEO feature in Joomla did not work either.
DB function failed with error number 1054
Unknown column 'g.id' in 'on clause' SQL=SELECT a.*, a.name AS category, u.name AS editor, g.name AS groupname, h.name AS admingroup FROM jos_fb_categories AS a LEFT JOIN jos_users AS u ON u.id = a.checked_out LEFT JOIN jos_core_acl_aro_groups AS g ON g.id = a.pub_access LEFT JOIN jos_core_acl_aro_groups AS h ON h.id = a.admin_access GROUP BY a.id ORDER BY a.ordering, a.name
|