Aashik Publish time 22-3-2010 22:21:12

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 saying  

UCenter 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 ?

mio Publish time 22-3-2010 22:31:23

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'], '/'))));

Aashik Publish time 22-3-2010 22:48:55

thank you for the reply , but which index and admin.php ? ucenter or discuz ? please reply

Aashik Publish time 23-3-2010 00:11:44

i edited it in the ucenter folder index.php and admin.php ... but i am still getting the same error

jackiettw Publish time 24-7-2010 13:34:44

i have the same problem, in which index.php and admin.php?

Aashik Publish time 27-7-2010 00:21:41

i have had this problem settled bro.
it was just the problem with hosting
Pages: [1]
View full version: installation error