Creating Torrents

dsouvik215

Member
May 25, 2018
896
0
16
Hello

I've just installed rutorrent, but actually I'm not sure if I did everything or everything correctly (I can't seem to find an install guide for rutorrent itself?).

Basically what I did is grab the utorrent and plugins tarballs from the downloads page, put it in my web directory and put the plugins in the plugins directory of rutorrent. Then I edited the conf/config.php file to set the scgi port.

The first error that always comes up is this, when the GUI is accessed first in the browser.

Quote
[Tue Mar 20 10:07:45 2012] [error] [client IP] PHP Notice: Undefined property: rTorrentSettings::$port in /var/www/html/ru7/plugins/check_port/action.php on line 6, referer: http://IP/ru7/


When I try to create a torrent, after I click the start button, it becomes greyed out and nothing happens. This error is reported:

Quote
[Tue Mar 20 10:19:29 2012] [error] [client IP] PHP Fatal error: Call to undefined method rTorrentSettings::correctDirectory() in /var/www/html/ru7/plugins/create/action.php on line 23, referer: http://IP/ru7/



That's about all the info I think I can give,
Cheers
 

somus1735

Member
May 25, 2018
833
0
16
Thanks, that guide was quite useful - and indeed I was missing SCGI. I've compiled and installed it, however my problems still persist unfortunately so perhaps there is another cause huh.gif
 

shwetha17

Member
May 24, 2018
785
0
16
I've always found the svn to be fine. Is there any reason you used the tarballs. Since they are both php errors. Maybe something was missed there.

libapache2-mod-php5 php5 php5-cgi php5-cli php5-common php5-curl php5-dev php5-geoip php5-sqlite php5-xmlrpc

those are all the packages I have installed in regards to php.