Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
I get this message in debug mode.
[phpBB Debug] PHP Notice: in file [ROOT]/portal/modules/portal_recent.php on line 70: Undefined index: board3_exclude_forums_11
In line 70:
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);