Create plugin issue

randac56

Member
May 25, 2018
915
0
16
After hitting Create... button the Create New Torrent window appears with empty console and empty errors boxes and sitting there forever.

Plugin conf file is in default state, if you need more details please let me know.
Rutorrent 3.2



Thanks
 

simur612

Member
May 25, 2018
879
0
16
try using one of the helper programs with create. I use buildtorrent but mktorrent is also acceptable.

Look in the conf.php for create for more info.
 

peshua19

Member
May 25, 2018
897
0
16
It doesn't work neither with mktorrent or buildtorrent,

my conf.php is now:
$useExternal = "buildtorrent";
$pathToCreatetorrent = '/usr/local/bin/buildtorrent';


there are the lines modified.

I think its a more general issue, doesn't matter the create torrent plugin installed; please help;
 

lisas4567

Member
May 25, 2018
773
0
16
Nobody with a suggestion ?

Does anyone know what dependencies create plugin has, maybe those are broken.

Thanks.
 

saroos1

Member
May 25, 2018
718
0
16
there are no dependancies outside that differ from the general rutorrent dependencies.
Perhaps you installed it wrong. Check out the svn version of rutorrent and the plugins.

Install _getdir plugin if you need that function, but it's not required.
 

simur612

Member
May 25, 2018
879
0
16
tried with svn version but it doesnt help;

_getdir is installed; I think I just need to reinstall OS as something is definitely broken in it.
 

randac56

Member
May 25, 2018
915
0
16
are you using the svn version of both rutorrent AND the plugins?

It works on every single machine i've ever installed it to....could you show me a screenshot of what's not working


Check your php.ini it could be the issue.
 

peshua19

Member
May 25, 2018
897
0
16
What's your OS?

I had exactly this problem with CentOS 5 64 bit and eventually solved it by compiling mktorrent without the '--USE_PTHREADS=1' option

64 bit make command - make USE_OPENSSL=1 USE_LONG_OPTIONS=1
32 bit (not tested by me!) - make USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1

Then 'make install'? And 'which mktorrent' to get the path?