Hello,
The site's been upgraded from 5.6.4 to 6.1.4. The site used to have phpBB as the forum, but now it's Orca. The tables weren't fully converted during the upgrade so now we have errors being generated.
For example, if an administrator tries to change someone's membership type the response is:
Module error: phpbb FuncBlock error: mysql_query(SELECT `user_id` FROM `phpbb_users` WHERE `username` = 'xxxxxxxx' AND `user_id` <> -1) Table 'xxxxx.phpbb_users' doesn't exist
I don't need the old forum's content and we can start with an empty Orca forum, so I just need to remove phpbb from the situation altogether and get the tables to work with Orca.
You can see from the above that "phpbb FuncBlock" is being used, but why?