Thread: Can't Unzip?
View Single Post
  #3  
Old 19th February 2012, 22:44
FTWR FTWR is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 34
Default
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
Reply With Quote