return trim(strtolower(preg_replace('/--+/', '-',preg_replace("[^a-zA-Z0-9/ıöüşçğ-]",'',$gelen))),'-');
Ne kadar teşekkür etsem az.

2 ayrı dosyada hata kaldı.
Error_log hata kodu:
[29-Jan-2019 23:42:12 Europe/Istanbul] PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/***/public_html/vbseo/includes/functions_vbseo_hook.php on line 38
[29-Jan-2019 23:42:12 Europe/Istanbul] PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/***/public_html/vbseo/includes/functions_vbseo_hook.php on line 39
[29-Jan-2019 23:42:12 Europe/Istanbul] PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/***/public_html/vbseo/includes/functions_vbseo_hook.php on line 41
[29-Jan-2019 23:42:12 Europe/Istanbul] PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/***/public_html/vbseo/includes/functions_vbseo_hook.php on line 42
[29-Jan-2019 23:42:12 Europe/Istanbul] PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/***/public_html/vbseo/includes/functions_vbseo_hook.php on line 43
Bu satırlardaki kodlar:
$ptext = preg_replace('#(href=")(' . $matchfull . VBSEO_FIND_P_FORMAT . '[^/"]*")#eis', 'vbseo_replace_urls_mini_post('$1','$2','$3')', $ptext);
$ptext = preg_replace('#(href=")(' . $matchfull . 'showpost.' . VBSEO_VB_EXT . '?[^"]*?p(?:ostid)?=(d+)[^/"]*")#eis', 'vbseo_replace_urls_mini_post('$1','$2','$3')', $ptext);
}
$ptext = preg_replace('#(href=")(' . $matchfull . VBSEO_FIND_MT_FORMAT . '[^/"]*")#eis', 'vbseo_replace_urls_mini('$1','$2','$3','m')', $ptext);
$ptext = preg_replace('#(href=")(' . $matchfull . VBSEO_FIND_T_FORMAT . '[^/"]*")#eis', 'vbseo_replace_urls_mini('$1','$2','$3')', $ptext);
$ptext = preg_replace('#(href=")(' . $matchfull . '(?:show|print)thread.' . VBSEO_VB_EXT . '?[^"]*?t(?:hreadid)?=(d+)[^/"]*")#eis', 'vbseo_replace_urls_mini('$1','$2','$3')', $ptext);Diğer hata kodu:
[29-Jan-2019 23:42:12 Europe/Istanbul] PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/***/public_html/vbseo/includes/functions_vbseo_seo.php on line 120
Bu satırdaki kod:
if($_text = preg_replace(array_keys($seo_preg_replace), $seo_preg_replace, $text))