Jeffry Killen wrote: > I am working on cms and developing and upload facility. > > Part of this process is to upload and unzip a compressed > directory that has nested directories and files. > > I am getting this error: > > ER_MULTIDISK: Multi-disk zip archives not supported > > The zip archive is not spread over multiple disks. Once the > archive is uploaded it is placed under the servers document root, > which is not broken into partitions. What else could this mean? > > The extraction is supposed to occur in the same directory as > the zip archive. > > Is this possibly that the nested contents are causing this error? > Or, is there probably some other reason for the error? Which method/function gives this error code? Have you double checked that this is really the right interpretation of the numeric code by calling ZipArchive::getStatusString()? Do you have errror_reporting set to -1? Are there any further warnings or notices? -- Christoph M. Becker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php