Merhaba arkadaşlar. php script var elimde,şöyle bir hata alıyorum yönetim panelinde:
http://prntscr.com/e3gy7i
o kısmın kodları da şöyle:
// remove all comments
$file_contents = preg_replace("!{$ldq}\*.*?\*{$rdq}!se","",$file_contents);
// replace all php start and end tags
$file_contents = preg_replace('%(<\?(?!php|=|$))%i', ''."\n", $file_contents);


ne yapmalıyım bunu önlemek için?