I'm using imagefield with content profile. Users cannot upload on registration. There is an HTTP error 0 (/filefield/ahah/images/field_image/0). I've looked this up and everything seems to point to it being an issue with file size restrictions. I don't think this is the case though. Users can upload just fine once logged in. The only place I get this error is on the registration form. Can imagefield work on the registration form similar to the register with picture module?

Comments

scalp’s picture

I've worked on this further. I had it working at one point, but not for long. Not sure what caused it to stop working. My php.ini file has post max size set to 11 mb and max upload max filesize set to 10 mb. Memory limit is 128 mb. I have permissions set for anonymous user to create the content type necessary for the images. Does anybody have any ideas why this would be a problem just during registration?

scalp’s picture

For anyone else looking into this: I figured it out (at least in my instance). I enabled the Content permissions module for CCK. Once I gave anonymous users the permission to edit the image field I'd created, it worked fine during registration.