[SOLVED]The unpack plugin does not let me unpack Bad response from server

das329717

Member
May 25, 2018
928
0
16
Bad response from server: (500 [error,unpack])

this is what i get when i try to unpack my torrents..

What more info do you need?
Iv been searching the net but without any luck.
 

das329717

Member
May 25, 2018
928
0
16
2011-02-02 19:40:08: (mod_fastcgi.c.2610) FastCGI-stderr: PHP Fatal error: Call to undefined method rTorrentSettings::load() in /var/www/rutorrent/plugins/unpack/unpack.php on line 123

it says..


and unpack.php like 123


static protected function formatPath( $taskNo )
{
return('/tmp/rutorrent-'.getUser().$taskNo."." );
}

public function startTask( $hash, $outPath, $mode = null, $fileno = null, $all = false )
{
global $rootPath;
$ret = false;

$theSettings = rTorrentSettings::load();
if($theSettings->isPluginRegistered('quotaspace'))
{
require_once( dirname(__FILE__)."/../quotaspace/rquota.php" );
$qt = rQuota::load();
if(!$qt->check())
return(false);
}
 

somus1735

Member
May 25, 2018
833
0
16
just currious:

you aren['t using an svn plugin with a non-svn rutorrent or something are you?