MyBB Community Forums

Full Version: The following warnings appeared
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On this thread:
http://toontownresistance.webatu.com/for....php?tid=8
It has this warning:
Quote:The following warnings occurred:
Warning [2] preg_replace() [function.preg-replace]: Compilation failed: missing terminating ] for character class at offset 19 - Line: 346 - File: inc/class_parser.php PHP 5.2.10 (Linux)
File Line Function
[PHP] errorHandler->error
/inc/class_parser.php 346 preg_replace
/inc/class_parser.php 156 postParser->parse_mycode
/inc/functions_post.php 570 postParser->parse_message
/showthread.php 949 build_postbit
Do you have any custom MyCodes added??
Yes I do

edit:

The MyCodes from here:
http://community.mybb.com/thread-87480-lastpost.html
Is it this one??

\[pic\](.*?)[/pic\]

Because that should be:

\[pic\](.*?)\[/pic\]
Aha thank you!! I need to edit my post and my code...