30.04.2009, 13:20
Hallo,
wenn ich einen Youtube-Tag hinzufügen mit folgendem Code bei "Einsetzen":
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)
wenn ich einen Youtube-Tag hinzufügen mit folgendem Code bei "Einsetzen":
PHP-Code:
<div>
<object data="http://www.youtube.com/v/$1&hl=de&fs=1&rel=0" type="application/x-shockwave-flash" width="480" height="385">
<param name="movie" value="http://www.youtube.com/v/$1&hl=de&fs=1&rel=0" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
</object>
</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)