Another blog install failure on 3.3 > nEwZ - sCRiPTz-TEAM.iNFO

Canal Rss Canal Rss
Canal Atom Canal Atom 

Another blog install failure on 3.3

Category: IPS Tracker - IP.Blog (for IP.Board)
Viewed: 33 times
Printerfriendly version version of Microsoft Word HTML version

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)

Fri, 27 January 2012