hi may somebody help?!?

simur612

Member
May 25, 2018
879
0
16
hi all

sorry for the wrong place for asking a question!

but i`m new to the world of rutorrent wink.gif

so my problem is:

i installed the rtorrent and rutorrent according to this topic on centos :

Code: [Select]
http://forums.rutorrent.org/index.php?topic=458.msg3103
everything done best but when i load to server ip/rutorrent/ it show me :

Quote
[18.04.2011 18:31:02] WebUI started.
[18.04.2011 18:31:03] JS error: [http://serverip/rutorrent/ : 410] XML can't be the whole program
[18.04.2011 18:31:03] Bad response from server: (200 [parsererror,getuisettings]) <?php require_once( 'util.php' ); $fname = getSettingsPath()."/uisettings.json"; $s = @file_get_contents($fname); if($s==false) $s = '{}'; cachedEcho($s,"application/json",true); ?>​


may anybody help me handle this out?!?

thanks in advanced
 

simur612

Member
May 25, 2018
879
0
16
hi all

so i solved my problem with this :

Code:
yum -y install lib*
by that i install every thing that was needed!!

so i put the solution here for the others wink.gif

thank you
 

simur612

Member
May 25, 2018
879
0
16
Quote
Nice "solution". How many lib* packages did you install? 1000? 2000?​



hi

it install 250 ( two hundred and fifty) lib* packages!!

but i think it`s better than getting stuck in a freezing situation that has no solution though!! wink.gif

i read and search all over this forum and even the net but no solution was out there!! rolleyes.gif
 

peshua19

Member
May 25, 2018
897
0
16
lol, that's funny.

Please, noone do what this guy is recommending, instead read the wiki.

chances are you were missing php.


next time search the forums..or google "XML can't be the whole program"

if you're on ubuntu you just needed

libapache2-mod-php5