Code: Select all
SecFilterEngine Off
Gregor
Code: Select all
SecFilterEngine Off
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!Gregor wrote:Leads to a internal server error (error 500). Just sent the host an email.Code: Select all
SecFilterEngine Off
Gregor
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]
Code: Select all
upload_url: "../modules/Gallery/function.upload.php",
Code: Select all
upload_url: "../modules/Gallery/function.upload.php",
Code: Select all
upload_url: "http://www.mydomain.com/modules/Gallery/function.upload.php",
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
Neither do IZinje wrote: I don't even know where else to look