preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/admin/web/djrankings.org/public_html/inc/Edit.php on line 179
Error on line: 174) } 175)
/* 176)
[!snippet_name|argument1|argument2!] 177)
*/ 178)
if ( strstr ( $str , '!]' ) ) { 179)
$str = preg_replace ( '/\[!([^!]+)!\]/Ue' , "\$ this->snippet('$1 ','','$col ');" , $str ) ; 180)
} 181)
/* 182)
[#table|id|column#] 183)
*/ 184)
if ( strstr ( $str , '[#' ) && strstr ( $str , '#]' ) ) { 185)
$str = preg_replace ( '/\[#([^#]+)#\]/Ue' , "\$ this->db('$1 ','$col ','$table ','$id ');" , $str ) ; 186)
}
Debug Backtrace: 12) /home/admin/web/djrankings.org/public_html/inc/Edit.php on line 179 preg_replace('/\[!([^!]+)!\]/Ue' , '$this->snippet('$1','','body');' , '<p><img sty...wap_form!]</p>' );
175) /* 176)
[!snippet_name|argument1|argument2!] 177)
*/ 178)
if ( strstr ( $str , '!]' ) ) { 179)
$str = preg_replace ( '/\[!([^!]+)!\]/Ue' , "\$ this->snippet('$1 ','','$col ');" , $str ) ; 180)
} 181)
/* 182)
[#table|id|column#] 183)
*/ 184)
if ( strstr ( $str , '[#' ) && strstr ( $str , '#]' ) ) { 185)
$str = preg_replace ( '/\[#([^#]+)#\]/Ue' , "\$ this->db('$1 ','$col ','$table ','$id ');" , $str ) ;
11) /home/admin/web/djrankings.org/public_html/inc/Edit.php on line 107 Edit::parseText('<p><img sty...wap_form!]</p>' , 'body' );
103) $arr = array ( 'descr' , 'body' , 'teaser' , 'title' ) ; 104)
foreach ( $arr as $col ) { 105)
if ( isset ( $this -> rs [ $col ] ) && $this -> rs [ $col ] ) { 106)
// if (is_array($this->rs)) { 107)
$this -> parseText ( $this -> rs [ $col ] , $col ) ; 108)
// } else { 109) 110)
// } 111)
} 112)
} 113)
break ;
10) /home/admin/web/djrankings.org/public_html/mod/Content.php on line 280 Edit::parse();
276) private function catchRow( & $rs , $content = false ) { 277) 278)
$rs [ 'alt' ] = html( $rs [ 'title' ] ) ; 279) 280)
$this -> Index -> Edit -> set ( $rs , ( $content [ 'type' ] != 'content' ? 'entries' : 'content_' . $rs [ 'module' ] ) , $rs [ 'id' ] , 'id' ) -> parse ( ) -> admin ( ) ; 281) 282) 283)
if ( $content [ 'type' ] == 'content' && isset ( $this -> total_entries [ $content [ 'id' ] ] ) ) { 284)
$rs [ 'total_entries' ] = $this -> total_entries [ $content [ 'id' ] ] ; 285)
} else { 286)
$rs [ 'total_entries' ] = $this -> total ;
9) /home/admin/web/djrankings.org/public_html/mod/Content.php on line 490 Content::catchRow(array(28) , array(27) );
486) if ( $content [ 'type' ] != 'content' ) { 487) 488)
$content [ 'module' ] = 'entries' ; 489)
$content [ 'table' ] = 'entries' ; 490)
$this -> catchRow ( $content , $content ) ; 491)
$this -> data [ ] = array ( 492)
'content' => $content , 493)
'entries' => array ( 0 => $content ) , 494)
'total' => 1 495)
) ; 496)
} else {
8) /home/admin/web/djrankings.org/public_html/mod/Content.php on line 710
Content::getContentEntries();
7) /home/admin/web/djrankings.org/public_html/tpls/dj/classes/MyClass.php on line 5766
Content::getContent();
6) /home/admin/web/djrankings.org/public_html/mod/Mainarea.php on line 86
MyClass::page();
5) /home/admin/web/djrankings.org/public_html/mod/Mainarea.php on line 151
Mainarea::printMain();
4) /home/admin/web/djrankings.org/public_html/mod/Mainarea.php on line 113
Mainarea::ajaxel();
3) /home/admin/web/djrankings.org/public_html/inc/Index.php on line 235
Mainarea::printIndex();
2) /home/admin/web/djrankings.org/public_html/inc/Site.php on line 249
Index::document();
1) /home/admin/web/djrankings.org/public_html/index.php on line 57
Site::init();