Hi,

i have this error message in the picture upload box, when i try to upload pictures.
Do you know, what does it mean?
Thank you - Krisz

Comments

Jānis Bebrītis’s picture

what browser?

if this appears using ie6, can You please test another browser and send me back results? I think I have seen this with ie6+swfupload+my pretty hacked apache configuration.

you could take source from content management page, copy prog_gallery_q variable and upload_url variable it passes to flash object, check if url exists and post it here also.

these 2 variables look something like this
prog_gallery_q = "node/41/contents/"
upload_url: prog_gallery_q + "prog_gallery_ajax/upload"

chrispooh’s picture

Hi,

i have firefox 3.0.5 browser, i saw the problem with this.
My code is:
var prog_gallery_q = "node/8214/contents/" ;
upload_url: prog_gallery_q + "prog_gallery_ajax/upload",

Krisz

chrispooh’s picture

Hi Jancis,

have you any idea about this problem?

Krisz

Jānis Bebrītis’s picture

i think i`ve got it - do you have clean urls enabled?

chrispooh’s picture

Yes, it is enabled.

Jānis Bebrītis’s picture

is drupal installation located in some subfolder or / ?

try latest version btw, i did some changes for un-clean urls.

i`m sorry for this :/

chrispooh’s picture

Hi Jancis,

the module looks working great! Thank you.
Is there any solution for image import? I have big galleries with many images on my server, and i would like to import them to the galleries instead of uploading.

Krisz

Jānis Bebrītis’s picture

Status: Active » Fixed

best thing i can suggest is downloading all those pictures and re-uploading. even if you wanted to dig into system, it is quite hard job to make all database entries manually and it takes more time than re-uploading.

Jānis Bebrītis’s picture

Assigned: Unassigned » Jānis Bebrītis

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.