Menu

#11 Multi-file Torrent retrieval breaks in Linux

open
None
5
2007-01-01
2007-01-01
TJ Van Cott
No

Depending on the multi-file Torrent being downloaded, TorrentVolve is unable to ZIP the directory. No errors or warnings are output and a PclZip trace reveals nothing.

Discussion

  • TJ Van Cott

    TJ Van Cott - 2007-01-06

    Logged In: YES
    user_id=1622394
    Originator: YES

    There seems to be no way around this bug right now. I will attempt to isolate this issue, but I am unable to fix it at this time.

    The reason I cannot isolate the bug is that the PclZip trace does not even run in these particular cases. In any other case, the PclZip trace displays all of the information I need to know.

    The issue could have something to do with special characters in the folder names, so I will look into this next.

     
  • Nobody/Anonymous

    Logged In: NO

    I was able to fix this by changing this:

    //populate ZIP archive

    fillZipArchive(&$zipFile, $filePath);

    to this:

    $zipFile->create($filePath, PCLZIP_OPT_REMOVE_ALL_PATH);

    Jesse Thouin
    torrentvolve-jt23@sneakemail.com

     
  • Nobody/Anonymous

    Logged In: NO

    Forgot to mention the file is download.php.

    Jesse Thouin
    torrentvolve-jt23@sneakemail.com

     

Log in to post a comment.

MongoDB Logo MongoDB