installation error
hi, i just installed the ucenter and it is perfect, but when i try to install discuz 7.2 , and give the url of ucenter it will give me the error sayingUCenter URL wrong, please check
http://my site name/ucenter
You must solve the problem above
but the url is perfect, what may be the problem ? possible reason: didnt configure or wrong configure of PHP_SELF.
quick solution:
edit UC_API in index.phpdefine('UC_API', strtolower(($_SERVER['HTTPS'] == 'on' ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].substr($_SERVER['SCRIPT_NAME'], 0, strrpos($_SERVER['SCRIPT_NAME'], '/'))));edit UC_API in admin.phpdefine('UC_API', strtolower((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on' ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].substr($_SERVER['SCRIPT_NAME'], 0, strrpos($_SERVER['SCRIPT_NAME'], '/')))); thank you for the reply , but which index and admin.php ? ucenter or discuz ? please reply i edited it in the ucenter folder index.php and admin.php ... but i am still getting the same error i have the same problem, in which index.php and admin.php? i have had this problem settled bro.
it was just the problem with hosting
Pages:
[1]