Check your template and make sure there are no <% include %> tags for files that don't exist.
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
that's the only include i have...
do i need to drag GalleryPageContent.ss into my themes folder?
when i include <% include AlbumList %> it works fine but not what i need, but <% include GalleryPageContent %> does not.
ok i found the problem with the error message but it still doesn't display any images in my template...
taking out this code in GalleryPageContent.ss and leaving the <% include UserGallery %> fixed the error
<% if AdminGallery %>
<% include AdminGallery %>
<% else %>
<% end_if %>
but again, no images show up or anything.
i also put the code back in there, but i copied UserGallery.ss and renamed it AdminGallery.ss....still no missing file error but also still no images showing up.
Oh my lord.. where did you find this distribution of ImageGallery? Those files haven't been in the core for over a year! Did you get this from SVN?
I don't know :(
Help me! Send me good links!
I found it on some ultimate image gallery thread.
The best way to get it is through SVN..
svn co http://carlinowebdesign.svn.beanstalkapp.com/modules/trunk/image_gallery
But the Silverstripe downloads section should have an svn export for download as well.
You're using an archaic version.. wow..
Thx
When I goto Extensions and Modules under silverstripes website it gives me
DOM version 374
SWFUPLOAD version 373
IMAGE GALLERY version 352
OK I've got all the new versions installed, still no images showing up?
What exactly do I need to put in my .ss Template to make this stuff show up?
I still have the same wierd button images under my Photos and Albums tabs in the CMS.