Worked fine before restart, now shows a long error [SOLVED]

simur612

Member
May 25, 2018
879
0
16
I had ruTorrent working great and the world was happy. Then I restarted my computer. Now it isn't working. I don't really know what information to provide other than the error:

Code:
Bad response from server: (200 [parsererror,getuisettings]) <?php require_once( &#39;util.php&#39; ); $fname = getSettingsPath()."/uisettings.json"; $s = @file_get_contents($fname); if($s==false) $s = &#39;{}&#39;; cachedEcho($s,"application/json",true); ?>
Any idea what this is caused by?

EDIT: Solved -- conflicting programs running.
 

randac56

Member
May 25, 2018
915
0
16
Configure your web-server correctly. It must run php script. In your case - web-server return it to client instead.
 

simur612

Member
May 25, 2018
879
0
16
Quote
Configure your web-server correctly. It must run php script. In your case - web-server return it to client instead.​

You wouldn't happen to have any suggestions for doing this would you? Like I said, it was working and now it's not. :\
I'm kinda new to this server stuff.
 

randac56

Member
May 25, 2018
915
0
16
Quote
You wouldn't happen to have any suggestions for doing this would you?​

No. Wait for wonslung, may be he will say to your something.
 

peshua19

Member
May 25, 2018
897
0
16
what exactly are you running? This looks like you've set up your webserver wrong.

Which webserver? which version of php?


check the webserver error logs and see if anything shows up.


Also, which version of rutorrent are you running?
 

simur612

Member
May 25, 2018
879
0
16
Quote
what exactly are you running? This looks like you've set up your webserver wrong.

Which webserver? which version of php?


check the webserver error logs and see if anything shows up.


Also, which version of rutorrent are you running?


Apache, php 5.3.2, ruTorrent 3.1 (I think). My error logs don't seem to be showing anything interesting. Hmm.

EDIT: I had some conflicting stuff running. Woops! All fixed :)
Thanks.
 

peshua19

Member
May 25, 2018
897
0
16
hehe, isn't it great when you can figure it all out on your own?


anyways, glad you got it working.