После того как я выбираю фотографии для загрузки и нажимаю загрузить фотографии, фотографии загружаются, но вот кнопки подтверждения добавления этих
фотографий нет (((

Comments

eastcn’s picture

看起来你应该刷新页面。swfupload上传完毕后,并不会自动刷新。

Screen-ager’s picture

I did not understand what you mean

berdir’s picture

Status: Active » Postponed (maintainer needs more info)

Neither do I unterstand what you mean :)

I can't see a problem on your screenshot, it looks the same on my site. It does not need a save button or something like it because the images should have been uploaded and stored already.

If this is *not* the case, this is a bug in the swf upload.

So, please try to explain in english what exactly your problem.

vidda’s picture

Screen-ager - maybe I know, what you mean. After image upload you should refresh you Organize images page to see the uploaded images. They are not visible immediately after the upload.

Janteh’s picture

I dont understand any of it, but I have the same problem. When I upload photo's, they are perfectly uploaded but not added to the album. I did some research in the sourcecode and the database and it seems the x_image table doesnt get filled, I added one photo manually to x_image and that worked. Seems a bug in photo_save() or something, quite complicated code so I dont know if the problems originates from somewhere else. I tried beta 3 en 2, the bug is in both.

Conclusion: photo's get moved, get added to files table, but not to x_image.

n.b. Im using windows vista with php 5.2.1, apache 2.2.4 and mysql 5.0.33

Screen-ager’s picture

disabled module photos swfu, everything worked, why does not work module photos swfu? that correct?

berdir’s picture

Assigned: Unassigned » berdir
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new6.19 KB
new3.34 KB

The first problem is that the album selection is missing, I am not sure why.

Apart from that is quite hard to debug swfupload because it is flash and does not send the session cookie and so on...

I've created a patch which solves the first problem and adds 8 different log messages to the upload process. Please try out the modified photos_swfu.module and if you still get errors, check out admin/reports/dblog to see if there are any error messages.

Please report if this works for you or when you have still problems with it. You can also post the logged error messages here.

berdir’s picture

I've probably found the reason for these problems.

Check your memory_limit settings, 32MB might be too low for bigger images.

josef86’s picture

delete this post :(

berdir’s picture

Status: Needs review » Closed (duplicate)

If there are still problems, please try out the new version of photos_swfu at #324497: Support for flash 10.

Closing this as duplicate...