Verfasst: 02.12.2007 13:29
Wieder ein MOD, der in die nächste Runde geht 

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Access denied for user 'webxx'@'localhost' to database 'usr_webxx_xx' [1044]
SQL
CREATE INDEX topic_last_post_id ON phpbb3_topics(topic_last_post_id)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: install_altt/install.php
LINE: 134
CALL: dbal_mysql->sql_query()
Code: Alles auswählen
CREATE INDEX topic_last_post_id ON phpbb_topics (topic_last_post_id);
UPDATE phpbb_config SET config_value = '1.2.1' WHERE config_name = 'altt_mod_version';
Code: Alles auswählen
<dd class="lastpost"><span>
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn><!-- IF forumrow.LAST_TOPIC_TITLE_SHORT -->
<a href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SHORT}</a><br />
<!-- ELSEIF forumrow.LAST_POST_SUBJECT_SHORT --><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SHORT}</a><br /
><!-- ENDIF --><!-- IF forumrow.LAST_TOPIC_TITLE_SHORT --><a href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SHORT}</a><br />
<!-- ELSEIF forumrow.LAST_POST_SUBJECT_SHORT --><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SHORT}</a><br />
<!-- ENDIF --> {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></span>
</dd>
Code: Alles auswählen
<dd class="lastpost"><span>
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn><!-- IF forumrow.LAST_TOPIC_TITLE_SHORT -->
<a href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SHORT}</a><br />
<!-- ELSEIF forumrow.LAST_POST_SUBJECT_SHORT --><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SHORT}</a><br />
<!-- ENDIF --> {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></span>
</dd>
Code: Alles auswählen
Parse error: syntax error, unexpected $end in /mnt/web5/13/51/51392551/htdocs/phpBB3/includes/functions_display.php on line 1204