Gallery error #2032

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am
Location: The Netherlands

Re: Gallery error #2032

Post by Gregor »

Code: Select all

SecFilterEngine Off
Leads to a internal server error (error 500). Just sent the host an email.

Gregor
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am
Location: The Netherlands

Re: Gallery error #2032

Post by Gregor »

The host provider switched off the security setting. Upload is working.

Gregor
janvl
Power Poster
Power Poster
Posts: 972
Joined: Wed Aug 13, 2008 10:57 am

Re: Gallery error #2032

Post by janvl »

Hi,

For all germans, on hosteurope with Webpack 3 it is working like it should.

Jan
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am
Location: Berlin

Re: Gallery error #2032

Post by nicmare »

Gregor wrote:

Code: Select all

SecFilterEngine Off
Leads to a internal server error (error 500). Just sent the host an email.

Gregor
hat same error (2032) and tried to replace the two files. but it doesnt work. then i tried the fix with the htaccess files and this finally works for me! thanks!
naturelab
Forum Members
Forum Members
Posts: 169
Joined: Thu Oct 15, 2009 11:11 am

Re: Gallery error #2032

Post by naturelab »

Hello :-

I am having the same problem. I have Gallery Gallery1.4 and CMS Made Simple 1.8.1 "Mankara".
I have the latest Flash Player installed and I have SecFilterEngine Off in my .htaccess file.

When I click "add images" I get error #2032 in a popup window, then a big square red error message, then the "content uploaded successfully" message ( even though nothing was uploaded ) - any ideas anyone ?
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Gallery error #2032

Post by Rolf »

@naturelab

Did you talk to your webhost yet?
The cause of this error is a server security setting.

Reg. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
naturelab
Forum Members
Forum Members
Posts: 169
Joined: Thu Oct 15, 2009 11:11 am

Re: Gallery error #2032

Post by naturelab »

Rolf :- Thx for quick reply. I'm not sure that it is a hosting problem.

My .htaccess file is already as follows:-

Code: Select all

Options +FollowSymLinks

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

RewriteEngine on

# tagcloud rewrite
RewriteRule ^tag/(.*)/([0-9]*)$ index.php?&mact=Search,m99,dosearch,0&m99returnid=83&m99searchinput=$1 [NC,L]
 
# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.
RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]


# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?page=$1 [QSA]
and I Don't get an internal server error (error 500) either.

What specifically do I need to ask the host ?

Thx for the reply...
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: Gallery error #2032

Post by Jos »

In the SWFUpload forum someone reports that changing the setting of the upload_url to the full path has solved the issue for him/her.

You can find this setting in modules/Gallery/templates/editgallery.tpl on line 10:

Code: Select all

upload_url: "../modules/Gallery/function.upload.php",
If somebody can confirm that here, I'll change it in a next release.
naturelab
Forum Members
Forum Members
Posts: 169
Joined: Thu Oct 15, 2009 11:11 am

Re: Gallery error #2032

Post by naturelab »

Hi Jos :-

Thanks for the suggestion - do you mean change :-

Code: Select all

upload_url: "../modules/Gallery/function.upload.php",
to

Code: Select all

upload_url: "http://www.mydomain.com/modules/Gallery/function.upload.php",
?
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: Gallery error #2032

Post by Jos »

yes, that's what I read in the SWFUpload forum...
naturelab
Forum Members
Forum Members
Posts: 169
Joined: Thu Oct 15, 2009 11:11 am

Re: Gallery error #2032

Post by naturelab »

ummmm... still no luck. Not really getting anywhere.
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: Gallery error #2032

Post by Jos »

pitty  :(

You could try to turn debug for SWFUpload on and see what it says. The setting is in the same file at line 54.
naturelab
Forum Members
Forum Members
Posts: 169
Joined: Thu Oct 15, 2009 11:11 am

Re: Gallery error #2032

Post by naturelab »

thx - good idea :-

Code: Select all

---SWFUpload Instance Info---
Version: 2.5.0 2010-01-15 Beta 2
Movie Name: SWFUpload_0
Settings:
	upload_url:               /admin/../modules/Gallery/function.upload.php
	flash_url:                ../modules/Gallery/templates/swfupload/swfupload.swf?preventswfcaching=1282688833715
	flash9_url:                ../modules/Gallery/templates/swfupload/swfupload_fp9.swf?preventswfcaching=1282688833715
	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:          8 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:             /admin/../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:        8388608 bytes
SWF DEBUG: File Upload Limit:      0
SWF DEBUG: File Queue Limit:       0
SWF DEBUG: Post Params:
SWF DEBUG:                         PHPSESSID=3d67498048cf6e70fb3e49c4c747d054
SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
SWF DEBUG: 
SWF DEBUG: Stage Resize:200 by 32
any ideas ?
Zinje
New Member
New Member
Posts: 7
Joined: Fri May 28, 2010 8:36 pm

Re: Gallery error #2032

Post by Zinje »

Hi Jos,

I checked with my hosting company and that security mod is not even installed.  I changed all files and changed all upload paths in the editgallery.tpl to full paths.  I don't even know where else to look :(
Last edited by Zinje on Tue Sep 28, 2010 4:47 am, edited 1 time in total.
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: Gallery error #2032

Post by Jos »

Zinje wrote: I don't even know where else to look :(
Neither do I  :-[
Locked

Return to “Modules/Add-Ons”