Uncaught SyntaxError: Unexpected token

das329717

Member
May 25, 2018
928
0
16
I get the following error in the console when i load http://hostname/rutorrent, any tips?

Code:
[22.03.2011 17:42:45] WebUI started.
[22.03.2011 17:42:45] JS error: [http://cinemaverite.net/rutorrent/ : 1] Uncaught SyntaxError: Unexpected token <
[22.03.2011 17:42:45] Bad response from server: (200 [parsererror,getuisettings]) <?php require_once( &#39;util.php&#39; ); $s = @file_get_contents(getSettingsPath()."/uisettings.json"); if($s==false) $s = &#39;{}&#39;; if(!ini_get("zlib.output_compression")) header("Content-Length: ".strlen($s)); header("Content-Type: application/json; charset=UTF-8"); echo $s; ?>
 

jith45

Member
May 25, 2018
960
0
16
You haven't installed PHP or your web server isn't sending PHP files to the PHP interpreter.