Verfasst: 22.02.2008 04:40
Intro & Portal MOD - Version 1.50a
Man kann aber keine Äpfel mit Birnen vergleichen.
Die Rechtevergabe in einem phpbb2 Forum ist grundsätzlich anders als in einem phpbb3 Forum.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Intro & Portal MOD - Version 1.50a
ID der auszuschließenden Foren:
Die Nummer der Foren, aus denen Beiträge nicht angezeigt werden sollen. Frei lassen um aus allen Foren anzeigen zu lassen. Mit Komma trennen wenn mehrere Foren ausgeschlossen werden sollen, z.B. 1,2,5
Nun sollte es wirklich klar sein.um aus allen Foren anzeigen zu lassen
Code: Alles auswählen
<!-- ##### WEBCAM START ##### -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>NS - Webcam</b></center></span></td>
</tr>
<tr>
<td class="row1" align="left" colspan="2"> <span class="genmed"><a href="http://nuerburgring.de/fileadmin/webcam/webcam.jpg" target=_blank alt="Bild wurde angepasst - Klicke auf das Bild, um eine Originalansicht zu erhalten">
<center><img src="http://nuerburgring.de/fileadmin/webcam/webcam.jpg" width=135></center>
</a></span> </td>
</tr>
</table>
<!-- ##### WEBCAM END ##### -->
Wenn ich dann über die index.php gehe, mich einlogge und dann wieder die URL aufrufe, dann gehts ohne Probleme.Allgemeiner Fehler
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY t.topic_last_post_time DESC LIMIT 5' at line 47 [1064]
SQL
SELECT t.forum_id, t.topic_id, t.topic_last_post_id, t.topic_last_post_time, t.topic_time, t.topic_title, t.topic_attachment, t.topic_views, t.poll_title, t.topic_replies, t.forum_id, t.topic_poster, u.username, u.user_id, u.user_type, u.user_colour, p.post_id, p.post_time, p.post_text, p.post_attachment, p.enable_smilies, p.enable_bbcode, p.enable_magic_url, p.bbcode_bitfield, p.bbcode_uid, f.forum_name FROM phpbb_topics AS t LEFT JOIN phpbb_users as u ON t.topic_last_poster_id = u.user_id LEFT JOIN phpbb_forums as f ON t.forum_id=f.forum_id LEFT JOIN phpbb_posts as p ON t.topic_last_post_id = p.post_id WHERE t.topic_type = 0 AND t.topic_status <> 2 AND t.topic_approved = 1 AND () ORDER BY t.topic_last_post_time DESC LIMIT 5
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/db/mysql.php
LINE: 205
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 157
CALL: dbal_mysql->_sql_query_limit()
FILE: portal/includes/functions.php
LINE: 312
CALL: dbal_mysql->sql_query_limit()
FILE: portal/block/news.php
LINE: 35
CALL: phpbb_fetch_posts()
FILE: portal.php
LINE: 100
CALL: include('portal/block/news.php')
Code: Alles auswählen
Open: .htaccess
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select All
DirectoryIndex portal.php index.php index.html index.htm