Page 2 of 4

Re: Gallery error #2032

Posted: Mon Jun 21, 2010 7:54 am
by Gregor

Code: Select all

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

Gregor

Re: Gallery error #2032

Posted: Mon Jun 21, 2010 9:06 am
by Gregor
The host provider switched off the security setting. Upload is working.

Gregor

Re: Gallery error #2032

Posted: Wed Jun 23, 2010 10:57 am
by janvl
Hi,

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

Jan

Re: Gallery error #2032

Posted: Sat Jul 10, 2010 11:43 am
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!

Re: Gallery error #2032

Posted: Tue Aug 24, 2010 1:30 pm
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 ?

Re: Gallery error #2032

Posted: Tue Aug 24, 2010 1:36 pm
by Rolf
@naturelab

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

Reg. Rolf

Re: Gallery error #2032

Posted: Tue Aug 24, 2010 1:43 pm
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...

Re: Gallery error #2032

Posted: Tue Aug 24, 2010 7:22 pm
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.

Re: Gallery error #2032

Posted: Tue Aug 24, 2010 8:39 pm
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",
?

Re: Gallery error #2032

Posted: Tue Aug 24, 2010 8:50 pm
by Jos
yes, that's what I read in the SWFUpload forum...

Re: Gallery error #2032

Posted: Tue Aug 24, 2010 9:56 pm
by naturelab
ummmm... still no luck. Not really getting anywhere.

Re: Gallery error #2032

Posted: Tue Aug 24, 2010 10:14 pm
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.

Re: Gallery error #2032

Posted: Tue Aug 24, 2010 10:33 pm
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 ?

Re: Gallery error #2032

Posted: Tue Sep 28, 2010 12:27 am
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 :(

Re: Gallery error #2032

Posted: Tue Sep 28, 2010 3:15 pm
by Jos
Zinje wrote: I don't even know where else to look :(
Neither do I  :-[