Closed GoogleCodeExporter closed 8 years ago
do you have php-cli installed on your system and set up in your config.php for
rutorrent?
what os are you using? you may also be missing a php module
Original comment by Wonslung@gmail.com
on 9 Dec 2009 at 9:41
I am using debian 5.0.3.
What do you mean setup my config.php? the path to cURL and php?
It works completely fine is I remove the erasedata.
How do I install php-cli?
thanks
Original comment by collar...@gmail.com
on 9 Dec 2009 at 11:19
well, first you should check if it IS installed.
type
which -a php
which -a php-cli
if something comes up, run it with -v to see the output.
you should see something like this:
PHP 5.2.11 with Suhosin-Patch 0.9.7 (cli) (built: Dec 7 2009 22:40:11)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
if you don't have it....i'd GUESS you'd use apt-get to get it...perhaps
apt-get install php5-cli
Original comment by Wonslung@gmail.com
on 9 Dec 2009 at 11:29
Ok thanks, I just used apt-get since it can tell if its install or not and it
turns
out it wasnt.
Thanks loads.
Original comment by collar...@gmail.com
on 9 Dec 2009 at 11:32
oops, seems like that didnt do the trick :<
I restarted apache after I installed it.
Original comment by collar...@gmail.com
on 9 Dec 2009 at 11:35
Original comment by novik65
on 10 Dec 2009 at 8:41
May be something wrong with rights to folder with erasedata?
This plugin is very, very simple in initialization.
There is almost nothing, that can corrupt WebUI loading.
Original comment by dmrom00
on 10 Dec 2009 at 4:39
What should be the permissions? I chmod'd it to 775 recursively.
Original comment by collar...@gmail.com
on 10 Dec 2009 at 8:44
Ok, lets find your problem.
What OS, what browser?
Can this problem be solved by deletion of plugins\erasedata folder?
What other plugins are installed?
Have you tried svn version of rutorrent?
Original comment by dmrom00
on 11 Dec 2009 at 4:25
OS: Windows 7 Ultimate
Firefox
If I chmod the erasedata folder to 000 or delete it the problem goes away
Other plugins:
-> geoip
-> tracklabels
No, I havent tried the SVN version I am using the version 2.8 from the homepage.
Original comment by collar...@gmail.com
on 11 Dec 2009 at 6:07
It's a kind of magic :)
I can't reproduce this bug on my system.
I've added some extra debugging into init.php (take it from svn)
and, please, set variable $debug_erasedata in init.php to true and check the
log-file.
Original comment by dmrom00
on 15 Dec 2009 at 3:29
all I get in the log file is:
[15.12.09 19:18:34] --- erasedata begin ---
[15.12.09 19:23:35] content : <?xml version="1.0"
encoding="UTF-8"?><methodCall><methodName>on_erase</methodName><params><param><v
alue><string>erasedata_00</string></value></param><param><value><string>branch=d
.get_custom5=,d.open=</string></value></param></params></methodCall>
[15.12.09 19:23:35] result :
Original comment by collar...@gmail.com
on 15 Dec 2009 at 7:24
Looks like rtorrent can't execute RPC request.
It seems, that you have old version of rtorrent.
I recommend you to upgrade it to version 0.8.5
Original comment by dmrom00
on 17 Dec 2009 at 6:25
Original comment by dmrom00
on 6 Mar 2010 at 5:57
Original issue reported on code.google.com by
collar...@gmail.com
on 9 Dec 2009 at 7:08