Seit dem Update auf die Version 18 kommt links unten eine Meldung das Fehler auf der Seite aufgetreten sind

Habe keine Ahnung wo und was es für einen Fehler sein soll.
Weiss jemand was das bedeuten könnte?
[ externes Bild ]
Gruss, darot
Code: Alles auswählen
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<a href="rules.php" class="mainmenu"><b>Board-Regeln</b></a> </a><a href="kontakt.php" class="mainmenu"><b>Kontakt</b></a><br>
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
<span class="gensmall">Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> 2.0.18 © 2001, 2005 phpBB Group</div>
<br>
</td>
</tr>
</table>
</body>
</html>
Das // --> konnte nun in die overall_footer.tpl hineingerutscht sein oder nach dem Teil, der die overall_footer.tpl aufruft.</html>
// -->
Code: Alles auswählen
//
Code: Alles auswählen
<!-- Kommentar -->
Nun ja wenns ein Kommentar wäre würde er im html Code nicht vorkommen. Also wird er so geschrieben, dass er interpretiert werden muss. Bei html dateien wird er so interpretiert und bei php mit vorangestelltem echo "DerGonzo hat geschrieben:Moin!
In php-Dateien können Texte als Kommentare eingefügt werden, indem mandavorschreibt.Code: Alles auswählen
//
In html-Dateien (wie den .tpl-Dateien) werden Kommentare anders geschrieben:Wenn Du also das // --> in der tol-Datei noch hinter dem abschließenden HTML-Tag </html> stehen hast, ist das auf jeden Fall auch ein Fehler.Code: Alles auswählen
<!-- Kommentar -->
Schönen Gruß,
DerGonzo!