![]() |
zip library CRC32 error - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: zip library CRC32 error (/showthread.php?tid=58187) |
zip library CRC32 error - El Forum - 05-22-2013 [eluser]Unknown[/eluser] I am getting an error with my zip files when I try to zip following code Controller Code: //gets the zipname and the projectDir to send to the downloadZip function Module Code: /** The download all projects works like a charm. The real problem comes when I zip a specific project. I get the files in the zip but the crc is 00000000 with every file. This is problem occurs when I run it on my ubuntu server but not on my local machine. Any idea how I can fix this? |