Novik / ruTorrent

Yet another web front-end for rTorrent
Other
2.03k stars 413 forks source link

php version and curl problems #1353

Closed ghost closed 7 years ago

ghost commented 8 years ago

I'm using rtorrent and rutorrent on a archlinux PC

eraserdata and datadir plugin won't work with php 7

So I change to php 5.3, eraserdata works but datadir remains broken.

Another problem comes with php 5.3

rss: Some functionality will be unavailable. Webserver user can't access external program (curl).
scoobynz commented 7 years ago

At the terminal type which curl

paste the result into your config.php (/var/www/rutorrent/conf/config.php in the path to externals array.

Mine is; "curl" => '/usr/bin/curl',