xwmario / rutorrent

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

Issue With Create Plugin #918

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The new release of the create plugin revision 2517 which was released today 
appears to have an issue where once the torrent has been created the .torrent 
file cannot be saved.

My ruTorrent version is 3.6 Revision 2517
My rTorrent version is 0.9.3
I use web-server Apache its version is 2.2.22 on OS Debian 7 
I use browsers Chrome, Firefox and Internet Explorer and the problem exists in 
all browsers.

There are no errors present in the rutorrent log.

Original issue reported on code.google.com by ad...@dediseedbox.com on 25 Jun 2014 at 8:53

GoogleCodeExporter commented 8 years ago
Can't reproduce this, sorry. Try to 
1) clear browser cache
2) Update core and all plugins from svn

Original comment by novik65 on 26 Jun 2014 at 6:56

GoogleCodeExporter commented 8 years ago
-- Issue --

Apache Error log:

File does not exist: /var/www/rutorrent/plugins/xcreate, referer: 
https://xxxxxxxxxxxxx/rutorrent/

-- Fix --

File: plugins/create/init.js
Line: 142

$('<form action="plugins/xcreate/action.php" id="xgetfile" method="post"

to

$('<form action="plugins/create/action.php" id="xgetfile" method="post"

;)

Original comment by Mickael....@gmail.com on 26 Jun 2014 at 10:25

GoogleCodeExporter commented 8 years ago
Thanks that fixed the issue.

Is the SVN going to be updated.

Original comment by ad...@dediseedbox.com on 26 Jun 2014 at 3:45

GoogleCodeExporter commented 8 years ago
No problem sir! :)

We should wait for novik65 to update SVN.

Original comment by Mickael....@gmail.com on 26 Jun 2014 at 3:52

GoogleCodeExporter commented 8 years ago
Thanks, fixed.

Original comment by novik65 on 26 Jun 2014 at 5:27