[Solved] Issue with Gallery 1.6 + CMSMS 1.11.2
Posted: Fri Sep 28, 2012 11:00 pm
I am having a weird issue with the Gallery 1.6 module and CMSMS 1.11.2.
Gallery works great in the backend but when I attempt to embed a gallery on the page and view it on the front end it is breaking the template. The content is displayed unformatted and no images are displayed. Looking at the source all the stylesheet and header data is gone. When you get to the part where gallery is called it starts out displaying the template and gets to the first image's link where it just cuts off at the href entry.
This is only happening in CMSMS version 1.11+ and is affecting 2 completely separate sites on a common server. Works for me in v 1.10.x. It doesn't matter what page template (tried NClean and my own) or Gallery template is used. Debug is giving me no clues.
Are there any requirements that Gallery needs beyond CMSMS 1.11.2 requirements? Does Gallery require php 5.3+? This server having issues is php 5.2.17.
A site on another server with php 5.3 is running cmsms 1.11.2 and latest gallery just fine (unfortunately I can't move this site).
Thanks!
Alane
Gallery works great in the backend but when I attempt to embed a gallery on the page and view it on the front end it is breaking the template. The content is displayed unformatted and no images are displayed. Looking at the source all the stylesheet and header data is gone. When you get to the part where gallery is called it starts out displaying the template and gets to the first image's link where it just cuts off at the href entry.
Code: Select all
<div class="gallery">
<h3>gallery name</h3><p>2 images</p>
<div class="pagenavigation">
</div>
<div class="img">
<a class="group" href="
Are there any requirements that Gallery needs beyond CMSMS 1.11.2 requirements? Does Gallery require php 5.3+? This server having issues is php 5.2.17.
A site on another server with php 5.3 is running cmsms 1.11.2 and latest gallery just fine (unfortunately I can't move this site).
Thanks!
Alane