| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
msfranky
Joined: 07 Nov 2007 Posts: 6
|
Posted: Tue Apr 08, 2008 4:14 am Post subject: Problem with phpbb 3.0.1 and adv seo url |
|
|
Today i updated my forum to 3.0.1 but at viewforum show this error:
| Code: | [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: | 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: | 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: | if ($row['topic_status'] == ITEM_MOVED)
{
$shadow_topic_list[$row['topic_moved_id']] = $row['topic_id'];
}
$rowset[$row['topic_id']] = $row; |
|
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |