1

it tells me that I have to make the change here.

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in

/var/home/cetemsco/public_html/Web/include/smarty/Smarty_Compiler.class.php on line 270

$source_content = preg_replace_callback($search.'e', "'"
    . $this->_quote_replac                                                              
    ($this->left_delimiter) . 'php'
    . "' . str_repeat(\"\n\", substr_count('\\0', \"\n\")) .'"
    . $this->_quote_replace($this->right_delimiter)
    . "'"
    , $source_content);
James Z
  • 12,209
  • 10
  • 24
  • 44
  • 1
    Next time you ask a question, please include a title that describes your problem. Don't use anything like `could you please help me` – James Z Aug 12 '22 at 14:55

1 Answers1