When using the JA Social template I cannot register users. I can get to the initial form (name, username, email, password), but once you click ‘next’. I get:
500 – DB function failed with error number 1146
Table ‘XXXX.jos_fb_categories’ doesn’t exist SQL=SELECT c.id, c.name FROM (jos_fb_categories as c LEFT JOIN jos_jsgkunena as j ON j.catid = c.id) LEFT JOIN jos_community_groups_members as m ON m.groupid = j.groupid WHERE c.published=1 AND m.approved=1 AND m.memberid=0 ORDER BY c.id
I am not using jos_ as my database prefix. I don’t understand why the template cares about my database anyways. If I use any other template, it works. I have searched the forums endlessly and cannot find a fix. Please help!