Als ik
aanvink (er komt dan op iedere pagina een menu links in beeld)Enable system-wide portal header
Always show the left block panel [ Portal Config ]
Dan krijg ik als ik dload.php aanroep (pafiledb) de volgende error:
Code: Selecteer alles
General Error
The Altar Forum Index » General Error
General Error
Could not query recent topics information
DEBUG MODE
SQL Error : 1064 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 '' at line 8
SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id, p.post_id, p.poster_id, p.post_time, u.user_id, u.username FROM phpbb2_topics AS t, phpbb2_posts AS p, phpbb2_users AS u WHERE t.forum_id NOT IN (16,28,32,35) AND t.topic_status <> 2 AND p.post_id = t.topic_last_post_id AND p.poster_id = u.user_id ORDER BY p.post_id DESC LIMIT
Line : 95
File : blocks_imp_recent_topics.php
The Altar Forum Index » General Error
Ik snap niet wat blocks_imp_recent_topics.php ermee te maken heeft
Dit is blocks_imp_recent_topics.php:
Code: Selecteer alles
<table width="100%" cellpadding="3" cellspacing="1" border="0" >
<tr>
<td class="cat" colspan="2" height="28"><span class="cattitle"><a class="cattitle">Recent
</a></span></td>
</tr> </table>
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<td class="row1" align="left"><span class="gensmall">
<!-- BEGIN scroll -->
<marquee id="recent_topics" behavior="scroll" direction="up" height="200" scrolldelay="100" scrollamount="2">
<!-- BEGIN recent_topic_row -->
» <a href="{scroll.recent_topic_row.U_TITLE}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()"><b>{scroll.recent_topic_row.L_TITLE}</b></a><br />
by <a href="{scroll.recent_topic_row.U_POSTER}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{scroll.recent_topic_row.S_POSTER}</a> on {scroll.recent_topic_row.S_POSTTIME}<br /><br />
<!-- END recent_topic_row -->
</marquee>
<!-- END scroll -->
<!-- BEGIN static -->
<!-- BEGIN recent_topic_row -->
» <a href="{static.recent_topic_row.U_TITLE}"><b>{static.recent_topic_row.L_TITLE}</b></a><br />
by <a href="{static.recent_topic_row.U_POSTER}">{static.recent_topic_row.S_POSTER}</a> on {static.recent_topic_row.S_POSTTIME}<br /><br />
<!-- END recent_topic_row -->
<!-- END static -->
</span></td>
</tr>
</table>
thanx[/code]