- Code: Select all
[phpBB Debug] PHP Notice: in file /viewforum.php on line 49: Undefined variable: forum_data
[phpBB Debug] PHP Notice: in file /viewforum.php on line 50: Undefined variable: forum_data
[phpBB Debug] PHP Notice: in file /viewforum.php on line 50: Undefined variable: forum_data
[phpBB Debug] PHP Notice: in file /viewforum.php on line 50: Undefined variable: forum_data
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3588: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2993)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3590: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2993)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3591: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2993)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3592: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2993)
at line 49 and 50 is:
- Code: Select all
if ( empty($phpbb_seo->seo_url['forum'][$forum_data['forum_id']]) ) {
$phpbb_seo->seo_url['forum'][$forum_data['forum_id']] = $phpbb_seo->set_url($forum_data['forum_name'], $forum_data['forum_id'], $phpbb_seo->seo_static['forum']);
and at install of this mod on 3.0.1 i found this:
you have to find this:
- Code: Select all
if ($row['topic_status'] == ITEM_MOVED)
{
$shadow_topic_list[$row['topic_moved_id']] = $row['topic_id'];
}
$rowset[$row['topic_id']] = $row;
$topic_list[] = $row['topic_id'];
but there are just this:
- Code: Select all
if ($row['topic_status'] == ITEM_MOVED)
{
$shadow_topic_list[$row['topic_moved_id']] = $row['topic_id'];
}
$rowset[$row['topic_id']] = $row;

English |
French
