Verfasst: 15.10.2003 23:12
Dann zeig ma die entsprechenden Dateien. Also ich schätz ma du hast es aus index_body.tpl bzw. portal_body.tpl kopiert, dann wären es index.php und portal.php.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
//
// Fetch Posts from Announcements Forum
Code: Alles auswählen
include($phpbb_root_path . 'fetchposts.'.$phpEx);
Parse error: parse error in /home/www/web54/html/projects/klasse10gb/forum/includes/page_tail.php on line 118
Code: Alles auswählen
//
// END: Avatar On Index MOD
//
$template->set_filenames(array(
'overall_footer' => ( empty($gen_simple_header) ) ? 'overall_footer.tpl' : 'simple_footer.tpl')
include($phpbb_root_path . 'fetchposts.'.$phpEx);
);
//
// Fetch Posts from Announcements Forum
//
ist unterm Forum zu sehen undAllgemeiner Fehler
10gb.tk Foren-Übersicht » Allgemeiner Fehler
Allgemeiner Fehler
Could not query announcements information
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ') AND t.topic_time <= 1066497319 AND t.topic_poster = u.user_id AND ' at line 23
SELECT t.topic_id, t.topic_time, t.topic_title, pt.post_text, u.username, u.user_id, t.topic_replies, pt.bbcode_uid, t.forum_id, t.topic_poster, t.topic_first_post_id, t.topic_status, pt.post_id, p.post_id, p.enable_smilies FROM forum_topics AS t, forum_users AS u, forum_posts_text AS pt, forum_posts AS p WHERE t.forum_id IN () AND t.topic_time <= 1066497319 AND t.topic_poster = u.user_id AND t.topic_first_post_id = pt.post_id AND t.topic_first_post_id = p.post_id AND t.topic_status <> 2 ORDER BY t.topic_time DESC
Line : 86
File : /home/www/web54/html/projects/klasse10gb/forum/fetchposts.php
10gb.tk Foren-Übersicht » Allgemeiner Fehler
Fatal error: Cannot redeclare phpbb_fetch_posts() (previously declared in /home/www/web54/html/projects/klasse10gb/forum/fetchposts.php:41) in /home/www/web54/html/projects/klasse10gb/forum/fetchposts.php on line 41
unterm Portal.Fatal error: Cannot redeclare phpbb_fetch_posts() (previously declared in /home/www/web54/html/projects/klasse10gb/forum/fetchposts.php:41) in /home/www/web54/html/projects/klasse10gb/forum/fetchposts.php on line 41
Code: Alles auswählen
//
// END: Avatar On Index MOD
//
$template->set_filenames(array(
'overall_footer' => ( empty($gen_simple_header) ) ? 'overall_footer.tpl' : 'simple_footer.tpl')
);
include($phpbb_root_path . 'fetchposts.'.$phpEx);
//
// Fetch Posts from Announcements Forum
//