أنشئ حسابا من التخفيضات vBET URL -- وهذا هو السبب لديك هذه المشكلة. الرجاء حل سريع ل:
1. تحرير ملف / وتشمل / vbenterprisetranslator_functions_url.php
2. العثور على :
PHP Code:
if (false !== strpos($address, 'index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('index.php','',$address);
}
2. استبدال من قبل :
PHP Code:
if (false !== strpos($address, '/index.php') && false === strpos($address, '/archive/')) {
$address = str_replace('/index.php','/',$address);
}
يرجى تأكيد أنها لا تساعد. وسوف ندرج في الإصدار التالي لذلك سوف تكون هادئة حول هذا الموضوع خلال التحديثات