Jump to content


Issue information

  • #035574

  • Fixed

  • 2.5.0

  • 2.5.2

  • 4 - High


Issue Confirmations

  • Yes (0)No (0)
Photo

Another blog install failure on 3.3

Posted by bfarber on 26 January 2012 - 02:10 PM

blog_mysql_inserts.php

$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)

changed status to: Confirmed - General

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.


changed status to: Fixed

I've already fixed this in SVN, need to add a new version for it as 2.5.1 is the current one released.


changed fixed-in version to: 2.5.2





0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users