Hello,
I know it's an old topic, but since people may come here for the fix, I'll post it.
To fix that, be sure that your php.ini upload is high enought (mostly, you dont need to touch this, I think it's 8MB per default. That would make a very big .torrent).
Then, edit the index.php of torrentflux, at line 32, you'll see
- Code: Select all
if($_FILES['upload_file']['size'] <= 1000000 &&
, change it to something like
- Code: Select all
if($_FILES['upload_file']['size'] <= 3000000 &&
(or bigger if you have bigger .torrent files.). This will allow .torrent file of about 2.8MB to be uploaded.

Note : This is good for Torrentflux in general, not only ReadyNAS.