Php errors in recent block
Posted: 13. May 2012 03:54
Hi all!
Thank for release 2 version.
I notice error in recent block, if choose option select or exclude any forum.
Turn on debug and see folowing error.
line 68 is
Any solution?
Thank for release 2 version.
I notice error in recent block, if choose option select or exclude any forum.
Turn on debug and see folowing error.
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/portal/modules/portal_recent.php on line 68: Undefined index: board3_exclude_forums_26
Code: Select all
$sql_where = ' AND ' . $db->sql_in_set('forum_id', array_map('intval', $exclude_forums), ($config['board3_exclude_forums_' . $module_id]) ? true : false);