Issue information
-
#035574
-
Fixed
-
2.5.0
-
2.5.2
-
4 - High
Issue Confirmations
-
Yes (0)No (0)
blog_mysql_inserts.php
banned_group is removed in 3.3, so this causes an SQL error
$DB->build( array( 'select' => '*',
'from' => 'groups',
'where' => 'g_view_board=1 AND g_id NOT IN(' . implode( ',', array( ipsRegistry::$settings['banned_group'], ipsRegistry::$settings['guest_group'], ipsRegistry::$settings['auth_group'] ) ) . ')' ) );
banned_group is removed in 3.3, so this causes an SQL error
SELECT * FROM groups WHERE g_view_board=1 AND g_id NOT IN(,2,1)
Ok, discussed this with Matt and for now we are going to revert the setting being removed (so banned_group will still be set on new installs), but Blog should still be updated as the setting is deprecated and will be removed at some point in the future.
I've already fixed this in SVN, need to add a new version for it as 2.5.1 is the current one released.
0 user(s) are reading this issue
0 members, 0 guests, 0 anonymous users












