Gallery error #2032
Re: Gallery error #2032
I'm not a programmer so this is foreign to me but i found this so maybe this would help myself and others having the 2032 problem
http://www.flashplayerfixer.com/flash-p ... r-2032.php
Which file is for the swfupload settings?
http://www.flashplayerfixer.com/flash-p ... r-2032.php
Which file is for the swfupload settings?
Last edited by Zinje on Tue Sep 28, 2010 6:21 pm, edited 1 time in total.
Re: Gallery error #2032
Settings for SWFUpload are hardcoded in templates/editgallery.tpl
Re: Gallery error #2032
I am having the same error. I read the topic and tried everything (except contacting the hoster... for now), to no avail.
I have catch the debug list (before reloading the page, where the debug is fine)
This seems to be of little help though except that there is an upload error
I have catch the debug list (before reloading the page, where the debug is fine)
Code: Select all
---SWFUpload Instance Info---
Version: 2.5.0 2010-01-15 Beta 2
Movie Name: SWFUpload_0
Settings:
upload_url: http://www.lechaletdejalybou.fr/modules/Gallery/function.upload.php
flash_url: ../modules/Gallery/templates/swfupload/swfupload.swf?preventswfcaching=1287233407181
flash9_url: ../modules/Gallery/templates/swfupload/swfupload_fp9.swf?preventswfcaching=1287233407181
use_query_string: false
requeue_on_error: false
http_success:
assume_success_timeout: 0
file_post_name: Filedata
post_params: [object Object]
file_types: *.jpg;*.jpeg;*.gif;*.png
file_types_description: Images: jpg; jpeg; gif; png
file_size_limit: 64 MB
file_upload_limit: 0
file_queue_limit: 0
debug: true
prevent_swf_caching: true
button_placeholder_id: spanButtonPlaceholder
button_placeholder: Not Set
button_image_url:
button_width: 200
button_height: 32
button_text:
button_text_style: color: #000000; font-size: 16pt;
button_text_top_padding: 0
button_text_left_padding: 0
button_action: -110
button_cursor: -2
button_disabled: false
custom_settings: [object Object]
Event Handlers:
swfupload_preload_handler assigned: true
swfupload_load_failed_handler assigned: true
swfupload_loaded_handler assigned: false
mouse_click_handler assigned: false
mouse_over_handler assigned: false
mouse_out_handler assigned: false
file_dialog_start_handler assigned: false
file_queued_handler assigned: false
file_queue_error_handler assigned: true
upload_resize_start_handler assigned: false
upload_start_handler assigned: false
upload_progress_handler assigned: true
upload_error_handler assigned: true
upload_success_handler assigned: true
upload_complete_handler assigned: true
debug_handler assigned: true
Support:
Load: Yes
Image Resize: Yes
SWF DEBUG: SWFUpload Init Complete
SWF DEBUG:
SWF DEBUG: ----- SWF DEBUG OUTPUT ----
SWF DEBUG: Version: 2.5.0 2010-03-05 Beta 3.2
SWF DEBUG: movieName: SWFUpload_0
SWF DEBUG: Upload URL: http://www.lechaletdejalybou.fr/modules/Gallery/function.upload.php
SWF DEBUG: File Types String: *.jpg;*.jpeg;*.gif;*.png
SWF DEBUG: Parsed File Types: jpg,jpeg,gif,png
SWF DEBUG: HTTP Success: 0
SWF DEBUG: File Types Description: Images: jpg; jpeg; gif; png (*.jpg;*.jpeg;*.gif;*.png)
SWF DEBUG: File Size Limit: 67108864 bytes
SWF DEBUG: File Upload Limit: 0
SWF DEBUG: File Queue Limit: 0
SWF DEBUG: Post Params:
SWF DEBUG: PHPSESSID=ea3b74835c391ca34d4821a01993c467
SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
SWF DEBUG:
SWF DEBUG: Stage Resize:200 by 32
SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.jpg;*.jpeg;*.gif;*.png
SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...
SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0
SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1
SWF DEBUG: StartUpload: First file in queue
SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0
SWF DEBUG: StartUpload(): Uploading Type: Resized Image.
SWF DEBUG: PrepareThumbnail(): Beginning image resizing.
SWF DEBUG: Settings: Width: 1024, Height: 768, Encoding: JPEG, Quality: 80.
SWF DEBUG: PrepareResizedImageCompleteHandler(): Finished resizing. Initializing MultipartURLLoader.
SWF DEBUG: Global Post Item: PHPSESSID=ea3b74835c391ca34d4821a01993c467
SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for resized upload. Starting upload to http://www.lechaletdejalybou.fr/modules/Gallery/function.upload.php for File ID: SWFUpload_0_0
SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0 Bytes: 0. Total: 87696
SWF DEBUG: Event: uploadError : IO Error : File ID: SWFUpload_0_0. IO Error: Error #2032
SWF DEBUG: Event: uploadComplete : Upload cycle complete.
Re: Gallery error #2032
Adding:
...to the top of my root .htaccess file fixed this issue for me.
Code: Select all
SecFilterEngine Off
Re: Gallery error #2032
i have the same issue and tried all of the above it works on the same server for me on another website but with older version could it be that is not working with this version of cmsms
-
- Forum Members
- Posts: 17
- Joined: Mon Aug 16, 2010 8:56 am
- Location: Groningen - The Netherlands
Re: Gallery error #2032
I too got the error #2030. In the logfiles a got this message:
mod_security:
Access denied with code 406. Error processing request body: Multipart: final boundary missing [severity "EMERGENCY"] [hostname www.domainname] [uri "/cmsms/modules/Gallery/function.upload.php"]
Mailed the hoster. They did put the directory cmsms on their mod_security-whitelist.
Now it's working fine.
mod_security:
Access denied with code 406. Error processing request body: Multipart: final boundary missing [severity "EMERGENCY"] [hostname www.domainname] [uri "/cmsms/modules/Gallery/function.upload.php"]
Mailed the hoster. They did put the directory cmsms on their mod_security-whitelist.
Now it's working fine.
Re: Gallery error #2032
I don't think it has anything to do with the 1.9.1 core version, because the topicstarter here tells he encountered the issue with 1.7.1
Re: Gallery error #2032
Yes, I haveChops13 wrote: I guess what I'm asking is.. has anyone installed Core 1.9.1 and Gallery 1.4.1.. and had them working fine together..
Re: Gallery error #2032
** Just removed my replies from this topic **
They can be found here now... http://forum.cmsmadesimple.org/index.php/topic,49366.0.html
Started new Topic as my current issue can't be fixed with all the suggested fixes on this topic..!?
And appear to be a Module issue when used with Core 1.9.1
Although.. I will try and find another web host and do an install.. but as you can read.. I have prior core versions.. using the same Gallery Module and working Successfully..!?
Regards,
Chops
They can be found here now... http://forum.cmsmadesimple.org/index.php/topic,49366.0.html
Started new Topic as my current issue can't be fixed with all the suggested fixes on this topic..!?
And appear to be a Module issue when used with Core 1.9.1
Although.. I will try and find another web host and do an install.. but as you can read.. I have prior core versions.. using the same Gallery Module and working Successfully..!?
Regards,
Chops
Last edited by Chops13 on Thu Nov 25, 2010 1:03 am, edited 1 time in total.
Re: Gallery error #2032
Found a fix for my issue in the seperate post.. so might we worth a try... if anyone is still stuck..!?
Regards,
Chops
Regards,
Chops
Chops13 wrote: ** Just removed my replies from this topic **
They can be found here now... http://forum.cmsmadesimple.org/index.php/topic,49366.0.html
Started new Topic as my current issue can't be fixed with all the suggested fixes on this topic..!?
And appear to be a Module issue when used with Core 1.9.1
Although.. I will try and find another web host and do an install.. but as you can read.. I have prior core versions.. using the same Gallery Module and working Successfully..!?
Regards,
Chops
Re: Gallery error #2032
Huh,
Just solved this problem in this way:
I saw in the cpanel - error log:
File "/home/xxx/public_html/xxxx.com/modules/Gallery/function.upload.php" is writeable by group, referer: ...
and i change the rights for this file to 644, but still no luck but in the error log appears again:
Directory "/home/xxx/public_html/xxx.com/modules/Gallery" is writeable by group, referer:...
changed the Gallery folder rights to 755 and voila
It's working.
Versions: CMS 1.9.4 "Faanui"
Gallery 1.4.4 installed from xml
Hope to help some people.
bkiss
Just solved this problem in this way:
I saw in the cpanel - error log:
File "/home/xxx/public_html/xxxx.com/modules/Gallery/function.upload.php" is writeable by group, referer: ...
and i change the rights for this file to 644, but still no luck but in the error log appears again:
Directory "/home/xxx/public_html/xxx.com/modules/Gallery" is writeable by group, referer:...
changed the Gallery folder rights to 755 and voila

It's working.
Versions: CMS 1.9.4 "Faanui"
Gallery 1.4.4 installed from xml
Hope to help some people.
bkiss
Re: Gallery error #2032
I'm having the error #2032 even though I've tried every solution listed above.
I'm using CMSMS 1.9.4.1 and Gallery 1.4.4, my server doesn't have "SecFilterEngine" installed and my folder are CHMOD 755.
I even tried installing an older version of the module and nothing. I edited the editgallery.tpl and to add the full path, but the error is still there.
Does anyone has a different solution to this?
Thanks a lot for any help on this.
I'm using CMSMS 1.9.4.1 and Gallery 1.4.4, my server doesn't have "SecFilterEngine" installed and my folder are CHMOD 755.
I even tried installing an older version of the module and nothing. I edited the editgallery.tpl and to add the full path, but the error is still there.
Does anyone has a different solution to this?
Thanks a lot for any help on this.
Re: Gallery error #2032
Problem Solved!
It seems that my attempts to change folder permissions to 755 using FileZilla or the File Manager, weren't enough. I had to ask my Hosting Provider for help. Now it's working as it should.
Thanks all for posting your solutions.
It seems that my attempts to change folder permissions to 755 using FileZilla or the File Manager, weren't enough. I had to ask my Hosting Provider for help. Now it's working as it should.
Thanks all for posting your solutions.
Re: Gallery error #2032
I just went through this with 1.9.4.2 on various feature-identical domains/accounts on the same server (reseller account).
Gallery worked and uploaded just fine - except on one single account I'd get error #2032 no matter what I tried (.htaccess, full path, different vanilla db/cmsms install in the same account) until I changed the permissions of the Gallery folder and its contents from 644 to 755.
All other accounts/installations seem to work fine with the Gallery folder on 755 and its contents on 644. Weird...
Gallery worked and uploaded just fine - except on one single account I'd get error #2032 no matter what I tried (.htaccess, full path, different vanilla db/cmsms install in the same account) until I changed the permissions of the Gallery folder and its contents from 644 to 755.
All other accounts/installations seem to work fine with the Gallery folder on 755 and its contents on 644. Weird...
Re: Gallery error #2032
I've the same problem with 2 sites. Other sites are woking perfect and then it's a great module.
Do I have to change the Gallery map and all of it's content to 755 in Modules - Gallery or/and the Gallery map in uploads - images? Now I've only changed the modulemap Gallery and subfolders in the modulemap but it still isn't working well.
Do I have to change the Gallery map and all of it's content to 755 in Modules - Gallery or/and the Gallery map in uploads - images? Now I've only changed the modulemap Gallery and subfolders in the modulemap but it still isn't working well.