CCK version: 6.x-3.0-alpha3
Filefield: 6.x-3.10
Imagefield version: 6.x-3.10
Download method: public.

In firts place, sorry for my english, is very poor.
I have an installation in drupal 6 (PRESSFLOW) with a few types of content and a lot of modules installed, including "FileField" and "Imagefield" and "Filefieldsources" so that users can upload images.

In all types of content that I have a picture type field for registered users to upload images I have emerged a strange problem. If you upload an image as user "administrator" I have not the slightest problem. If I try as a registered user there is no way, none. I have all the necessary permits assets, both in the installation and corresponding folders of it ("files", "imagecache", etc.). It does not matter what browser you use and the system (fiefox, safari opera, pc, mac), if I try to upload an image as a registered user stays in the attempt: you click on upload the image, band appears "Upload progress" to the 100% and then ... nothing, even removes the image field (something that makes me suspect that it may be some javascript, jquery or something, but as I enter as an administrator does not happen, because I really do not know think ...).

Does anyone can help me? The truth is that it is a project that had plans to launch in the coming weeks, and something I can actually do harm ...

I searched on "issues " of the relevant modules in the Drupal page in general and in a thousand pages thanks to Google, and nothing.

Is perhaps an Imagefield issue? or Jquery? or...

Any help with this?

Well, in any case
Greetings to the whole community

Barry Collins

Comments

quicksketch’s picture

I don't think this is a "bug" from your description, but it's hard for me to know for sure based on the information in this issue. I have not used or tested FileField against the 3.x version of CCK for quite a while, so I'm not sure if that is the source of your problems.

dcine’s picture

Ok, I investigate and in file "filefield_widget.inc" appears this code:

'# ahah' => array (/ / with JavaScript
'path' => 'FileField / ahah / '. $ element ['# type_name'] .'/'. $ element ['# field_name'] .'/'. $ element ['# delta'],
'wrapper' => $ element ['# id']. '"ahah-wrapper'
'method' => 'replace'
'effect' => 'fade'
)

As I have read (and check) if coments as follows:

/ ** '# ahah' => array (/ / with JavaScript
'path' => 'FileField / ahah / '. $ element ['# type_name'] .'/'. $ element ['# field_name'] .'/'. $ element ['# delta'],
'wrapper' => $ element ['# id']. '"ahah-wrapper'
'method' => 'replace'
'effect' => 'fade'
)
* /

Registered users can upload files, but requires to be completed before the mandatory fields that are in the type of content.

Any solution? (please!)

Barry Collins

quicksketch’s picture

Status: Active » Postponed (maintainer needs more info)

Did you ever find the source of this problem? I still haven't ever seen this problem, so I'm not sure what to recommend.