-
Notifications
You must be signed in to change notification settings - Fork 413
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
Comments
Are you using php 8 ? ` PHP Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /usr/share/webapps/rutorrent/php/util.php:58 php 8 removes get_magic_quotes_gpc() the erasedata plugin should be updated for php 8. ` |
Or maybe you use ascient version of ruTorrent, like @t0mab |
@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. |
Sorry guys |
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)
The text was updated successfully, but these errors were encountered: