1 (edited by RaymondDragon 2018.03.16 12:01)

Topic: Bug code : preg_replace_callback(): Modifier /e

Hi...
What is this problem?

Error :

Warning: preg_replace_callback(): Modifier /e cannot be used with replacement callback in /home/.../public_html/include/parser.php on line 811

Code Error:

   
$count = count($pattern);
   for ($i = 0; $i < $count; $i++) {
      $text = preg_replace_callback($pattern[$i], create_function('$matches', 'return "'.$replace[$i].'";'), $text);
   }

PunBB_INFO_ICQ/whipped

2 (edited by sempai 2018.03.16 13:58)

Re: Bug code : preg_replace_callback(): Modifier /e

RaymondDragon,  see this topic.

3

Re: Bug code : preg_replace_callback(): Modifier /e

Это может еще появляться в результате установки устаревших расширений взятых с punbb.ru и с punbb.informer.com