.: Elif Sfenks :.

Tam Görünüm: Kitap Okumak İçin 10 Önemli Neden
Şu Anda Hafifleştirilmiş Görüntüleme Modundasınız. Tam Görünüm Modu için, Buraya Tıklayın

MyBB Internal Error

MyBB has experienced an internal error and cannot continue.

Error Type:
(8192)
Error Message:
preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead
Location:
File: inc/class_parser.php
Line: 436
Code:
433.         $message str_replace('$''$'$message);
434.         
435.         
// Replace the rest
436.         $message preg_replace($this->mycode_cache['find'], $this->mycode_cache['replacement'], $message);
437. 
438.         
// Special code requiring special attention
439.         while(preg_match("#\[list\](.*?)\[/list\]#esi"$message)) 
Backtrace:
File Line Function
/inc/class_error.php 164 errorHandler->output_error
[PHP]   errorHandler->error
/inc/class_parser.php 436 preg_replace
/inc/class_parser.php 143 postParser->parse_mycode
/archive/index.php 174 postParser->parse_message