stickz
stickz
@th0ma7 A new beta version is most likely coming soon. I would recommend creating a new package for it. It will not be compatible with some third party plugins yet...
hi @jamiew0w would you be willing to help test php8 on ruTorrent? I'm almost finished JQuery 3.6 support. I could give this a shot afterwards.
Awesome, thanks for the heads up. I'll spin up a cloud server tomorrow. If this works, I'll put it on one of my seed boxes. If you have already upgraded...
Could you go to `settings -> more tools -> developer tools -> console` on google chrome? Then click the button I circled and press `info` while on your ruTorrent webpage....
> No info available :/ Yeah I figured that might happen. The next step is to edit your php.ini configuration file to log errors. Stop services: ``` service php-fpm stop...
Also the guide you followed is wrong. This step should not be needed: > Create missing the directory for cache/history added .torrent file. > `mkdir -p /usr/local/www/lighttpd/ruTorrent/php/share/torrents` Instead edit your...
You can try this in your daemon. Ideally, this should be run every time you start rTorrent. `rtorrent_args="-O execute2='vmtouch, -i, *.torrent, -m, 125K, /usr/local/www/lighttpd/ruTorrent/' ${rtorrent_args}"` You can check if it...
> I can’t even get the setting in the Rtorrent file to work. For example, the port setting won’t work @colinborins Please take a screenshot of your `connection` tab in...
You can't change the port from ruTorrent. It's required to configure the settings file from the guide. ``` #General Settings : ${rtorrent_port_range="64999-64999"} : ${rtorrent_port_random="no"} ```
You did not install the vmtouch command properly. ``` rtorrent_args="-O execute2='vmtouch, -i, *.torrent, -m, 125K, /usr/local/www/lighttpd/ruTorrent/' ${rtorrent_args}" start_cmd="echo Starting ${name}.; su -m ${rtorrent_user} -c \"${screen} -A -m -d -S rtorrent...