"Document contains no data"
Talen
Joined: 2005-12-15
Posts: 9 |
Posted: Thu, 2005-12-15 03:03 |
Ok, so heres the thing. Installed Gallery2 without a hitch. Changed php's memory limit to 16mb, and all seemed fine. I'm having trouble uploading jpg's that contain metadata (exif, dcim, etc). I can upload jpg's from things like screenshots, etc. But anything from a digital camera, fails with the error: "Document contains no data.". I've de-activated the Exif module, and I still have the same problems. Any other info needed, please let me know, I'll be happy to supply it.
|
|
Posts: 32509
if the exif module is active, disable it (in site admin -> modules).
if your digicam images are just larger than other images, then it's probably:
FAQ: Why can't I upload big files (over a megabyte or two)?
your current upload limit from phpinfo:
upload_max_filesize 2M
Posts: 9
" I've de-activated the Exif module, and I still have the same problems. Any other info needed, please let me know, I'll be happy to supply it."
I've already deactivated it. I'll try changing the upload_max_filesize limit, but that would normally give an error if it failed due to that, wouldnt it?
Posts: 32509
you can see if the upload limit changes took effect in
add items -> from browser (in the text, there are the limits).
also, don't forget apache2's limitrequestBody if the issue persists.