13
fresh install:
XOOPS Version: XOOPS 2.3.1
PHP Version: 5.2.5
MySQL Version: 4.1.22-standard
Server API Version: apache2handler
OS Version: Linux
- Module update : Warning: The linked table is not set for 'newbbcategoryhandler' yet. in file /class/model/sync.php line 64
which I think is something to do with a table name not being passed to a clean up function.
New categories aren't shown in admin or public side. The sql appears to not be given the full list of forums to show..
Quote:
SELECT `forum_id` FROM `xxxx_bb_forums` WHERE (parent_forum = '0' AND cat_id IN (1) AND forum_id IN (1))
I would have through that 'IN(1)' should be IN '(1,2,3)' for this to function. I looked at the permissions section and group_permissions table and these seem ok.