Page 1 of 1
Error [IOErrorEvent type="ioError" bubbles=false c
Posted: 04 Dec 2008, 14:48
by mo|series
Dear experts,
I have recently purchased the v2 gallery and the first problem I have is the fact that I cannot upload any image to any folder with any format or size. I get the following when I press the upload button. (very slow pending by the way)
Error [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038"]
A second problem I encounter occures when I want to upload the gallery as an external swf to a movie that's larger than 750 x 450. Well I the loading icon but then nothing happens. Also the framerate seems to be inpropriate. Does anybody know how to help me?
Thanks in advance!
Greetings from Holland
Posted: 05 Dec 2008, 07:42
by Nick
Did you JUST downloaded it or like week ago? This error was caused by incompatibilty between SWFUpload and Flash Player10. This was fixed in latest release, we upgraded SWFUpload and also added YUI Uploader for your convenience, you can switch them in config. (ofcourse if you have the latest beta).
What about loading gallery into other swf, I'll let Karl help you with that.
Re: Error [IOErrorEvent type="ioError" bubbles=fal
Posted: 05 Dec 2008, 07:45
by mjau-mjau
mo|series wrote:A second problem I encounter occures when I want to upload the gallery as an external swf to a movie that's larger than 750 x 450. Well I the loading icon but then nothing happens. Also the framerate seems to be inpropriate. Does anybody know how to help me?
Not quite sure what you mean by "uploading the gallery as an external swf" ... Framerate will always be inherited from the parent SWF, which would be the one set in the imagevue gallery. Unfortunately, there is no way around this unless you have scripted motion.
Posted: 10 Dec 2008, 08:38
by Bmacuser
Hi Karl
i did an upload with a 88MB zip file and got the errormessage after a while. Is there a limitation for upload size with yopi? otherwise i will do some more test with the mod_sec issue.
Regards
Bjà¶rn
Posted: 10 Dec 2008, 10:53
by Nick
It's set in PHP.INI - upload_max_filesize. I think think you can try to change it using .htaccess (along with disabling mod_security):
php_value upload_max_filesize 100M
Posted: 12 Dec 2008, 12:16
by Bmacuser
Thanks, i changed from 2MB to 150MB in my hosting panel. An upload with 15MB ist working but with 84MB i get the error message. If i am back from my vacation i will try to do some more tests.
Posted: 12 Dec 2008, 15:57
by Nick
I would recommend to not upload files that big using web uploader.
It's better to use ftp for that matter.
Posted: 28 Dec 2008, 07:26
by Bmacuser
I use the FTP by myself. It was a test to use imagevue for multiuser. User can logon with a guest account to a specific folder and put their pictures as a "zip" file in that folder. other admins download these files and upload the pictures to the right folder. so i was testing the max upload size. I have still problems. i will test it again.