I get this message regularly now and can't upload any product images (Ubercart), also taxonomy images and IMCE. Any idea where I should start looking?

It happened before, but not so often.

I am not entirely sure which version I am using, since my update status says "up do date."

Comments

Noira’s picture

I should add IMCE fails, too and Taxonomy image doesn't upload files either.

quicksketch’s picture

Category: bug » support

Sounds like you have a problem with your entire Drupal installation and it's not specific to FileField.

Noira’s picture

Looks pretty bad, now IMCE or any web-based image upload doesn't work.

Anonymous’s picture

I am having this problem too, and I can't figure out why... It was working before

Anonymous’s picture

This 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.

dkaswan’s picture

Have same problem... It was working fine for me before updating module

motto’s picture

Version: 6.x-3.0-beta3 » 6.x-3.0

I 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

Anonymous’s picture

I 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

quicksketch’s picture

Status: Active » Closed (fixed)

Closing 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.

picco’s picture

A 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/...

brightbold’s picture

Thanks 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.