Youtube-tag hinzufügen - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html) +---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html) +---- Thema: Youtube-tag hinzufügen (/thread-13127.html) |
Youtube-tag hinzufügen - Christian - 30.04.2009 Hallo, wenn ich einen Youtube-Tag hinzufügen mit folgendem Code bei "Einsetzen": PHP-Code: <div> Kommt folgende Meldung auf jeder Seite des Forums: Warning [2] preg_replace() [function.preg-replace]: Compilation failed: missing terminating ] for character class at offset 22 - Line: 321 - File: inc/class_parser.php PHP 5.2.9 (Linux) RE: Youtube-tag hinzufügen - StefanT - 30.04.2009 Probiere diesen: https://www.mybb.de/forum/thread-12908-post-92333.html#pid92333 RE: Youtube-tag hinzufügen - Christian - 30.04.2009 Davon habe ich den Code, aber es kommt trotzdem der Fehler. RE: Youtube-tag hinzufügen - StefanT - 30.04.2009 Wo hast du es denn eingefügt? Das Problem scheint eh der reguläre Ausdruck zu sein. RE: Youtube-tag hinzufügen - querschlaeger - 30.04.2009 Hallo, entweder sind die Backslashes nicht korrekt im regulären Ausdruck oder die Core-Dateien von MyBB wurden modifiziert. Was von beiden ist es? P.S.: Notfalls nochmal die Dateien von MyBB hochladen. |