Search…

X3 Photo Gallery Support Forums

Search…
 
mo|series
Experienced
Topic Author
Posts: 25
Joined: 04 Dec 2008, 14:40

Error [IOErrorEvent type="ioError" bubbles=false c

04 Dec 2008, 14:48

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
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

05 Dec 2008, 07:42

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.
firedev.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Error [IOErrorEvent type="ioError" bubbles=fal

05 Dec 2008, 07:45

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.
 
Bmacuser
Experienced
Posts: 33
Joined: 01 Aug 2008, 09:29

10 Dec 2008, 08:38

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
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

10 Dec 2008, 10:53

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
firedev.com
 
Bmacuser
Experienced
Posts: 33
Joined: 01 Aug 2008, 09:29

12 Dec 2008, 12:16

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.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

12 Dec 2008, 15:57

I would recommend to not upload files that big using web uploader.
It's better to use ftp for that matter.
firedev.com
 
Bmacuser
Experienced
Posts: 33
Joined: 01 Aug 2008, 09:29

28 Dec 2008, 07:26

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.