Page 1 of 3
[opgelost] error gallery
Posted: Thu Jan 12, 2012 12:13 pm
by iStevo
Ik heb net gallery geïnstalleerd binnen mijn nieuwe cmsms 1.10.2 "Casa Pilote" en ik krijg volgende foutmelding als ik foto's probeer toe te voegen
ERROR #2032
Re: error gallery
Posted: Thu Jan 12, 2012 12:15 pm
by M@rtijn
Steve,
Alsjeblieft, gebruik de search functie op dit forum eens.
http://forum.cmsmadesimple.org/search.p ... mit=Search
Re: error gallery
Posted: Thu Jan 12, 2012 12:21 pm
by iStevo
Sorry,
Ik had te snel op ok geklikt.
Deze stappen heb ik allemaal al geprobeerd, zonder succes
SWF-upload Error #2032
Error: mod_security: Access denied with code 403. Error processing request body: Multipart: final boundary missing [severity "EMERGENCY"] [hostname "
www.cmsmadesimple.org"] [uri "/modules/Gallery/function.upload.php"]
Solution:
1) Add "SecFilterEngine Off" to the .htaccess file in the root of the website, or add it to a new .htaccess file in the modules/Gallery/ folder
2) Make sure there isn't a slash at the end of your url in this line of the config.php file: $config['root_url'] = '
http://www.yourwebsite.com';
3) CHMOD the 'modules' directory to 755 (See this forumtopic)
1) als ik SecFilterEngine Off in de .htaccess zet, start website niet meer op
2) dat is niet het geval
3) die staan goed
edit:
als ik SecFilterEngine Off in de .htaccess zet, start website niet meer op
Hoe en waar zet ik dat best? ik heb .htaccess uit docs gebruikt omwille van pretty url
Re: error gallery
Posted: Thu Jan 12, 2012 3:17 pm
by deactivated010521
----------
Re: error gallery
Posted: Sat Jan 14, 2012 11:23 am
by iStevo
Beste Arnoud,
Heb even bij de provider navraag gedaan en het is mogelijk om on/off te zetten via .htaccess
Hieronder mijn .htaccess zoals ik deze nu gebruik.
Ik heb ook problemen om bestandsbeheer te openen vanuit een pagina. Ik krijg foutmelding als ik wil bladeren om een image toe te voegen.
Ik weet niet als dit hier iets mee te maken heeft.
Code: Select all
# Attempt to override some php settings, these settings may be helpful on some hosts if your
# default configuration does not meet CMS's minimum requirements, and your host
# has given your account appropriate permissions
#php_value upload_max_filesize "10M"
#php_value session_save_path "tmp/cache"
#php_flag magic_quotes_gpc Off
#php_flag register_globals Off
#php_flag session.use_trans_sid Off
# (this is important, so uncomment if your host permit)
#Options -Indexes
#ServerSignature Off
#Options +FollowSymLinks
# To prevent E_STRICT problems with PHP 5.3+ you can uncomment the following lines
# Note: These settings should only be enabled for production sites!
#php_flag display_startup_errors 0
#php_flag display_errors 0
#php_flag html_errors 0
#php_value docref_root 0
#php_value docref_ext 0
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
# 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]
</IfModule>
<IfModule mod_header.c>
# Disable ETags
Header unset ETag
FileEtag None
</IfModule>
<IfModule mod_deflate.c>
# Compress css, plaintext, xml, gif, and images in transport.
AddOutputFilterByType DEFLATE text/css text/plain text/xml image/gif image/jpeg image/png
</IfModule>
<IfModule mod_expires.c>
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
# Set expires tags on various files... so that the browser wont attempt to reload them.
ExpiresActive On
ExpiresDefault "access plus 1 year"
<IfModule mod_header.c>
# Setting cache control to public allowes proxy servers to cache the items too.
Header set Cache-Control "public"
</IfModule>
</FilesMatch>
</IfModule>
Re: error gallery
Posted: Sat Jan 14, 2012 1:22 pm
by deactivated010521
----------
Re: error gallery
Posted: Sat Jan 14, 2012 8:05 pm
by iStevo
mod_security staat standaard niet aan op de servers.
Ik zit sinds kort bij Arvixe, dus weet echt niet wat fout loopt bij mij.
En ik gebruik MicroTiny WYSIWYG Editor
Re: error gallery
Posted: Sat Jan 14, 2012 8:18 pm
by iStevo
update:
Als ik ze per ftp in de map zet, zie ik ze wel in Gallery staan.
Is wel een omweg omdat ik ook thumbs moet bewerken dan.
Ik weet anders niet hoe het op te lossen, alle schrijfbestanden in de mappen staan goed
Re: error gallery
Posted: Sat Jan 14, 2012 9:38 pm
by Rolf
Wat staat er in de php error log?
Grtz. Rolf
Re: error gallery
Posted: Sun Jan 15, 2012 11:00 pm
by timdebuurman
Hoi,
Bij mij werkt het als je een .htaccess maakt met erin:
SecFilterEngine Off
upload dan de htacces in de map
modules/Gallery
in plaats van in de root.
(maak eerst in kladblok en sla op als bijv. galleryhtaccess.txt
dan uploaden in de map modules/gallery ,
daarna hernoemen naar .htaccess -> bij mij gaat dat door te selecteren en dan shift+F6 te doen)
Re: error gallery
Posted: Sat Feb 04, 2012 7:16 pm
by iStevo
Kan iemand me zeggen wat fout gaat met mijn gallery?
http://www.shipspotevents.com/pictures/ ... ip-weekend
> alle foto's verschijnen onder elkaar
> als ik op een foto klik opent hij deze in een nieuw pagina
Re: error gallery
Posted: Sat Feb 04, 2012 7:36 pm
by Jos
Ik kan op dit moment niet inhoudelijk kijken, maar misschien een dubbele aanroep van jquery?
Re: error gallery
Posted: Sat Feb 04, 2012 7:48 pm
by iStevo
Jos wrote:Ik kan op dit moment niet inhoudelijk kijken, maar misschien een dubbele aanroep van jquery?
Hoe kan ik dit controleren??
Ik heb gewoon copy/paste (van andere website) gedaan en site was in begin in orde.
Ik heb wel onlangs de upgrade gedaan.
Re: error gallery
Posted: Sat Feb 04, 2012 8:52 pm
by timdebuurman
iStevo,
Het lijkt erop dat de stylesheet van de gallery niet aangeroepen worden.
Re: error gallery
Posted: Sun Feb 05, 2012 7:58 am
by iStevo
mmmm en hoe moet ik die laten aanroepen?
alle stylesheets worden opgenomen in mijn sjabloon en in gallery gebruik ik slimbox