Closed (fixed)
Project:
FileField
Version:
6.x-3.0
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 06:50 UTC
Updated:
27 Jun 2012 at 16:33 UTC
Jump to comment: Most recent
Comments
Comment #1
Noira commentedI should add IMCE fails, too and Taxonomy image doesn't upload files either.
Comment #2
quicksketchSounds like you have a problem with your entire Drupal installation and it's not specific to FileField.
Comment #3
Noira commentedLooks pretty bad, now IMCE or any web-based image upload doesn't work.
Comment #4
Anonymous (not verified) commentedI am having this problem too, and I can't figure out why... It was working before
Comment #5
Anonymous (not verified) commentedThis problem seemed to be caused by having the max upload filesize set to higher than the php memory_limit. Even though the file was small, it was still causing a problem.
EDIT: No, this problem is still there, the memory limit doesn't seem to have been the problem. Any ideas? I am hosted on a Private Server, but they are running Apache.
Comment #6
dkaswan commentedHave same problem... It was working fine for me before updating module
Comment #7
motto commentedI get the same message, but rarely. On these occasions, I just retry with the same file in the same field in the same node and it always works the second time.
Second: One of my clients has that message every single time when she tries to upload a file. Still, I am able to upload the very same file (logged in with her username) with no problems. Any ideas?
My installation is a fresh D6.11 installation with FileField 3.0 and CCK 2.2 running on WAMP. Should I try to update CCK to 2.4?
Thanks,
Matt
Comment #8
Anonymous (not verified) commentedI finally solved my problem. It was caused by my client entering 96MB instead of 96M in the php.ini file.
Hope that helps someone out there
-Leighton
Comment #9
quicksketchClosing this issue since it's not FileField specific. #473760: HTTP 0 error when uploading ANY file lists a good compilation of possible problems uploading all files.
Comment #10
picco commentedA hard-to-debug problem. I had the same issue and resolved it by moving the configurable temp folder out of drupal root: from sites/default/files/tmp to /home/etc/...
Comment #11
brightboldThanks for these tips — they helped me solve my problem. In my case, the client had maxxed out their disk space on their hosting account. Oops.