Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Can't Unzip? (http://www.bvlist.com/showthread.php?t=7615)

FTWR 11th February 2012 01:11

Can't Unzip?
 
When you download a torrent on my tracker it writes in Utorrent "Status: Can't Unzip" could it be a server error or is it some where in my script i "made a wrong turn"??

Optix 11th February 2012 01:14

Issue with GZIP.

FTWR 19th February 2012 22:44

Problem solved! In php.ini add more memory at memory_limit. Or, you can add this in bittorrent.php:
Code:

ini_set('memory_limit', '1512M');
After that, restart server.

Code:

service httpd restart

Optix 19th February 2012 23:54

Quote:

Originally Posted by FTWR (Post 33184)
Problem solved! In php.ini add more memory at memory_limit. Or, you can add this in bittorrent.php:
Code:

ini_set('memory_limit', '1512M');

This is not the right solution. Before, if PHP is running out of RAM, the memory limit will stop execution, saving server status. Now if I inject a special number in your PHP script, it will cause a buffer overflow and server will crash by the same way... :fire:

FTWR 20th February 2012 09:08

Can you post here the right solution? :sad:


All times are GMT +2. The time now is 02:30.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.