Rate Topic Table Error
Verfasst: 22.10.2002 14:42
So, jetzt hab ich die Änderunegn eingebaut, bekomme aber nur noch ein ganzes Areal an Fehlermeldungen:
Und dann Später nochmal:
L}
_Details'], append_sid("rate.$phpEx?mode=details&topic_id=" . $topic_id))) ); } $template->set_filenames(array( "rate_viewtopic" => "rate_viewtopic.tpl") ); $template->assign_var_from_handle('RATE_VIEWTOPIC', 'rate_viewtopic'); } ?>
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/rate_functions.php:577) in /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/viewtopic.php on line 537
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/rate_functions.php:577) in /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/page_header.php on line 31
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/rate_functions.php:577) in /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/page_header.php on line 491
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/rate_functions.php:577) in /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/page_header.php on line 492
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/rate_functions.php:577) in /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/page_header.php on line 493
Watt nu ??????????
Code: Alles auswählen
p rated topics as a 2-D array $sql = "SELECT AVG(rating) AS average, COUNT(rating) AS rating_number, MIN(rating) AS min, MAX(rating) AS max, topic_id FROM " . RATE_TABLE . " WHERE topic_id IN ($topic_id_sql) GROUP BY topic_id DESC HAVING rating_number >= " . $rate_config['min_rates_number'] . " ORDER BY average DESC LIMIT " . $return_limit; if ( !$result = $db->sql_query($sql) ) { message_die(GENERAL_ERROR, "Couldn't query rating data.", "", __LINE__, __FILE__, $sql); } $top_rated_row = $db->sql_fetchrowset($result); $db->sql_freeresult($result); } return $top_rated_row; } ?>
L}
_Details'], append_sid("rate.$phpEx?mode=details&topic_id=" . $topic_id))) ); } $template->set_filenames(array( "rate_viewtopic" => "rate_viewtopic.tpl") ); $template->assign_var_from_handle('RATE_VIEWTOPIC', 'rate_viewtopic'); } ?>
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/rate_functions.php:577) in /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/viewtopic.php on line 537
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/rate_functions.php:577) in /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/page_header.php on line 31
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/rate_functions.php:577) in /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/page_header.php on line 491
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/rate_functions.php:577) in /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/page_header.php on line 492
Warning: Cannot add header information - headers already sent by (output started at /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/rate_functions.php:577) in /mnt/ls6/06/187/00000021/htdocs/forum2/phpBB2/includes/page_header.php on line 493
Watt nu ??????????