I am, Premod 3.0.3 to 3.0.4 automatic uptade.
After,
viewtopic.php and viewforum.php page problem.
First page (1) no problem, second,third (2,3,4, .....) problem.
viewtopic.php
// www.phpBB-SEO.com SEO TOOLKIT BEGIN - TITLE
$extra_title = ($start > 0) ? ' - ' . $user->lang['Page'] . ( floor( ($start / $config['posts_per_page']) ) + 1 ) : '';
page_header($topic_data['topic_title'] . ' : ' . $topic_data['forum_name'] . $extra_title);
// www.phpBB-SEO.com SEO TOOLKIT END - TITLE
error message,
- Code: Select all
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1770: Undefined index: Page
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3855: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3857: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3858: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3859: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
viewforum.php
// www.phpBB-SEO.com SEO TOOLKIT BEGIN - TITLE
$extra_title = ($start > 0) ? ' - ' . $user->lang['Page'] . ( floor( $start 191 / $config['topics_per_page'] ) + 1 ) : '';
// www.phpBB-SEO.com SEO TOOLKIT BEGIN - META
$seo_meta->meta['meta_desc'] = $seo_meta->meta_filter_txt($forum_data['forum_name'] . ' : ' . (!empty($forum_data['forum_desc']) ? $forum_data['forum_desc'] : $config['site_desc']));
$seo_meta->meta['keywords'] = $seo_meta->make_keywords($seo_meta->meta['meta_desc']);
// www.phpBB-SEO.com SEO TOOLKIT END - META
page_header($forum_data['forum_name'] . $extra_title);
// www.phpBB-SEO.com SEO TOOLKIT END - TITLE
error message,
- Code: Select all
[phpBB Debug] PHP Notice: in file /viewforum.php on line 190: Undefined index: Page
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3855: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3857: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3858: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3859: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3213)
Best regards, thank's...

English |
French
