mimtek / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

RSS plugin curl error #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install rutorrent 2.8 + plugins
2. chmod -R http:http rutorrent
3. Browse to utorrent dir and switch to logger tab.

What is the expected output? What do you see instead?

RSS plugin: Web server user can't access curl program. You will not be able
to work with https feeds.

What version of the product are you using? On what operating system?

rutorrent v.2.8, latest rss plugin (1.5), ArchLinux current, apache 2.2.14,
php 5.3.1

Are some errors present in the web-server log?

No.

Are some errors present in the browser console?

No,

Please provide any additional information below.

The necessary module (php-curl) is installed and enabled in php.ini

Original issue reported on code.google.com by panf...@gmail.com on 17 Dec 2009 at 8:23

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
or by simply adding the curl path to config.php

Original comment by Wonslung@gmail.com on 17 Dec 2009 at 11:07

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
$pathToPHP = '';
$pathToCurl = '';

Original comment by Wonslung@gmail.com on 17 Dec 2009 at 11:42

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by novik65 on 17 Dec 2009 at 1:15