Closed GoogleCodeExporter closed 8 years ago
>The necessary module (php-curl) is installed and enabled in php.ini
You don't need php-curl module. You need the curl program. See
http://code.google.com/p/rutorrent/wiki/ErrorMessages point 11.
Original comment by novik65
on 17 Dec 2009 at 8:29
Ah, now it's more clear, thank you.
Probleam easily solved by addin /usr/bin to php's open_basedir config.
Original comment by panf...@gmail.com
on 17 Dec 2009 at 11:04
or by simply adding the curl path to config.php
Original comment by Wonslung@gmail.com
on 17 Dec 2009 at 11:07
Yes, this is simpler, indeed.
But since I need a couple of binaries for use in webpages other than rutorrent,
for
me the php.ini solution is the cleanest one.
Thanks for input- actually I haven't seen the curl option in config.php even
after
opening that file.
Original comment by panf...@gmail.com
on 17 Dec 2009 at 11:28
$pathToPHP = '';
$pathToCurl = '';
Original comment by Wonslung@gmail.com
on 17 Dec 2009 at 11:42
lol... yes, I've seen these after your first post, of course...
Original comment by panf...@gmail.com
on 17 Dec 2009 at 11:58
Original comment by novik65
on 17 Dec 2009 at 1:15
Original issue reported on code.google.com by
panf...@gmail.com
on 17 Dec 2009 at 8:23