Bulent Tekcan
02-11-2020, 10:53 AM
Hello,
I'm using this code in class_bbcode.php line 1866
// Start IMG to URL BBCode Converter
if ($this->contains_bbcode_img_tags($message))
{
$message = preg_replace('#\[img\]\s*(https?://([^<>*"]+|[a-z0-9/\\._\- !]+))\[/img\]#iUe', "\$this->handle_bbcode_url(str_replace('\\\"', '\"', '\\1'), '')", $message);
}
// End IMG to URL BBCode Converter
I think something is old in this code,because this is generate error.log like that
PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /includes/class_bbcode.php on line 1866
But this code is working without any problem. Only generate this error.log
My php version is 5.6.x and vB 4.2.x
Regards
I'm using this code in class_bbcode.php line 1866
// Start IMG to URL BBCode Converter
if ($this->contains_bbcode_img_tags($message))
{
$message = preg_replace('#\[img\]\s*(https?://([^<>*"]+|[a-z0-9/\\._\- !]+))\[/img\]#iUe', "\$this->handle_bbcode_url(str_replace('\\\"', '\"', '\\1'), '')", $message);
}
// End IMG to URL BBCode Converter
I think something is old in this code,because this is generate error.log like that
PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /includes/class_bbcode.php on line 1866
But this code is working without any problem. Only generate this error.log
My php version is 5.6.x and vB 4.2.x
Regards