Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

Uploadify: MayBe error?


Go to End


12 Posts   4103 Views

Avatar
biapar

Forum Moderator, 435 Posts

15 February 2011 at 5:23am

Edited: 15/02/2011 5:28am

Hi,

I've activated debug on Uploadify. My gallery worked, but now no more. After I upload a file ( it reach 100% ), that file is not attached and I've a popup with message: "Message from page <<< 417 or 418".

How Resolve?

Thanks

Avatar
UncleCheese

Forum Moderator, 4102 Posts

15 February 2011 at 6:02am

Turn off debug mode!

Avatar
biapar

Forum Moderator, 435 Posts

15 February 2011 at 7:41am

Which Debug?

I've activate debug on Uploadify to find because it don't attach image files.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

15 February 2011 at 8:03am

Debug mode causes Uploadify to alert the server response so you can troubleshoot your uploads. It won't actually complete the upload. It's just for debugging.

Avatar
biapar

Forum Moderator, 435 Posts

15 February 2011 at 10:44am

But problem is also without debug upload goes 100% but don't attach file. Why?

Avatar
biapar

Forum Moderator, 435 Posts

15 February 2011 at 8:59pm

Firebug result after upload file 100% and uploadify don't attach files:

http://www.xyz.com/site/admin/EditForm/field/Images/UploadifyForm/field/UploadedFiles/refresh?ctf[Images][start]=0&ctf[Images][per_page]=10&ctf[Images][showall]=0&ctf[Images][sort]=SortOrder&ctf[Images][sort_dir]=&ctf[Images][search]=&ctf[Images][filter]=&ctf[Images][view]=grid&ctf[Images][imagesize]=100&FileIDs=+%0A+428

Error 500

Parameters
FileIDs 428
ctf[Images][filter]
ctf[Images][imagesize] 100
ctf[Images][per_page] 10
ctf[Images][search]
ctf[Images][showall] 0
ctf[Images][sort] SortOrder
ctf[Images][sort_dir]
ctf[Images][start] 0
ctf[Images][view] grid

Avatar
biapar

Forum Moderator, 435 Posts

15 February 2011 at 11:47pm

I think that there is some error on IE8+Flash.
I tried with SWFUpload and now works only with selection images from assett folder from server, but Upload button don't appear. With Firefox button appears but upload stalls on 100%.
Why?

Avatar
aarono

Community Member, 34 Posts

21 February 2011 at 10:51am

Im getting the same issue. it uploads the item to 100%, but doesnt actually attach it to the page. It does upload the image into the correct folder though.

Go to Top