Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

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.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Image Gallery Extension: Testers Needed


Go to End


417 Posts   117791 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

5 March 2010 at 3:03am

Check your template and make sure there are no <% include %> tags for files that don't exist.

Avatar
churika

Community Member, 29 Posts

5 March 2010 at 9:01am

Edited: 05/03/2010 9:03am

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.

Avatar
churika

Community Member, 29 Posts

5 March 2010 at 9:11am

Edited: 05/03/2010 9:19am

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.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

5 March 2010 at 9:22am

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?

Avatar
churika

Community Member, 29 Posts

5 March 2010 at 9:42am

Edited: 05/03/2010 9:48am

I don't know :(

Help me! Send me good links!

I found it on some ultimate image gallery thread.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

5 March 2010 at 9:54am

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..

Avatar
churika

Community Member, 29 Posts

5 March 2010 at 10:11am

Thx

When I goto Extensions and Modules under silverstripes website it gives me

DOM version 374
SWFUPLOAD version 373
IMAGE GALLERY version 352

Avatar
churika

Community Member, 29 Posts

5 March 2010 at 10:49am

Edited: 05/03/2010 10:50am

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.