I received this warning everytime when I try to upload everything including zip archive with .dbf, .prj, .shp, .shx files.
So i think it's a bug
I received this warning everytime when I try to upload everything including zip archive with .dbf, .prj, .shp, .shx files.
So i think it's a bug
Comments
Comment #1
gagarine commentedYou have the ZIP extension enable?
See #485530: PECL Zip Requirement
Comment #2
Daniel A. Beilinson commentedyes! but nothing changed
Comment #3
gagarine commentedMmmm sorry I can help more I never use the geo data module actually. Have you try with the dev version?
Comment #4
Anonymous (not verified) commentedLooks like this error will occur if the file is is unreadable or non existent, or if zip open does not produce a valid resource. I ran into this error because my file didn't exist - in other words it wasn't being uploaded to $_FILE. In my case the reason it was not being uploaded was because my file was larger than the upload limit set in php.ini.
Solution: increase the upload_max_filesize variable in php.ini
You can check your sites upload limits if you go to /admin/settings/uploads.
In my case this was not a bug, but a configuration issue.
Comment #5
wylbur commentedAlso related to this issue http://drupal.org/node/987264, which also defines max_allowed_packet. Marking this issue as closed.