Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin "EraseData" not delete downloaded data #2148

Closed
gennady-ovcharov opened this issue Mar 4, 2021 · 4 comments
Closed

Plugin "EraseData" not delete downloaded data #2148

gennady-ovcharov opened this issue Mar 4, 2021 · 4 comments

Comments

@gennady-ovcharov
Copy link

rutorrent v3.10
plugin erasedata v3.10
rtorrent 0.9.8

When the menu item "Remove and ..." is selected, the plugin deletes the torrent file and session data, but does not delete the downloaded (partially downloaded) data.
Previously, on my server configuration, the plugin worked correctly (I can't say exactly on which version of the plugin)

@t0mab
Copy link

t0mab commented Mar 6, 2021

Are you using php 8 ?
I am facing the same issue in logs I found that

`

PHP Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /usr/share/webapps/rutorrent/php/util.php:58
Stack trace:
#0 /usr/share/webapps/rutorrent/php/util.php(67): fix_magic_quotes_gpc()
#1 /usr/share/webapps/rutorrent/plugins/erasedata/update.php(6): require_once('/usr/share/weba...')
#2 {main}
thrown in /usr/share/webapps/rutorrent/php/util.php on line 58

php 8 removes get_magic_quotes_gpc() the erasedata plugin should be updated for php 8.

`

@Novik
Copy link
Owner

Novik commented Mar 6, 2021

Or maybe you use ascient version of ruTorrent, like @t0mab
Because current version does not have something like this.

@t0mab
Copy link

t0mab commented Mar 6, 2021

@Novik thanks for the comment, it's allright now I had a tool old version on my archlinux box. Indeed juste need to update a little bit my dusty installation.

@gennady-ovcharov
Copy link
Author

Sorry guys
I downloaded the latest version from this particular repository and it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants