PHP zip->open returns error code 5 (Read Error)
        Posted  
        
            by 
                Manuel Kaspar
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Manuel Kaspar
        
        
        
        Published on 2010-11-03T18:49:26Z
        Indexed on 
            2010/12/24
            21:54 UTC
        
        
        Read the original article
        Hit count: 313
        
We had a site running, that uses the php zip functionality. Everyhthing worked fine for month - now we moved to a new server and the script doesn't work!
$zip->open() returns error Code 5 what is a read error.
I found out, that it has to do with the size of the zip files, as they are about 60mb. Smaller sizes about 30mb are working.
What could be the reason for that? I didn't find any configuration possiblility about the size of zip files!
Thanks, Manu
© Stack Overflow or respective owner