Bilder in FotoGalerie_XH nicht mehr sichtbar

Ein CMSimple Support Forum für deutsch sprechende Nutzer und Entwickler
Post Reply
Lariss
Posts: 159
Joined: Thu Dec 16, 2010 8:32 am

Bilder in FotoGalerie_XH nicht mehr sichtbar

Post by Lariss » Fri Feb 27, 2015 8:23 pm

Hallo miteinander,
die Bilder in Fotogalerie, die mit FotoGalerie_XH Version: v6.6 erstellt wurde ist nicht mehr sichtbar.
Die Website selbst ist auf CMSimple_XH 1.6.5 neulich upgedatet wurde.
Meine Frage ist, kann es sein, dass die FotoGalerie_XH nicht mehr mit neue Version von CMSimple_XH 1.6.5 kompatibel ist?
Gruß Sam

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Bilder in FotoGalerie_XH nicht mehr sichtbar

Post by cmb » Fri Feb 27, 2015 10:36 pm

Lariss wrote:Meine Frage ist, kann es sein, dass die FotoGalerie_XH nicht mehr mit neue Version von CMSimple_XH 1.6.5 kompatibel ist?
Aktuelle Versionen von FotoGalerie sind grundsätzlich nicht mehr mit CMSimple_XH kompatibel. In Deinem Fall liegt es aber vermutlich an content/plugins/fotogalerie/images/.htaccess, die für Apache 2.4 Server angepasst werden muss (so wie das auch bei aktuellen Versionen der FotoGalerie der Fall ist):

Code: Select all

<IfModule authz_core_module>
Require all granted
</IfModule>

<IfModule !authz_core_module>
order deny,allow
allow from all
</IfModule>
Zusätzlich solltest Du besser noch content/plugins/fotogalerie/data/.htaccess löschen. Diese Datei schadet eher, als das sie hilft.
Christoph M. Becker – Plugins for CMSimple_XH

Lariss
Posts: 159
Joined: Thu Dec 16, 2010 8:32 am

Re: Bilder in FotoGalerie_XH nicht mehr sichtbar

Post by Lariss » Sat Feb 28, 2015 9:06 am

Hallo Christoph,
wow, das habe ich genauso geändert, wie du es beschrieben hast, und die Bilder sind wieder da :o
Vielen danke für deine immer wertvolle Hilfe.
Gruß Sam

Post Reply