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   117784 Views

Avatar
Israel_Miranda

Community Member, 9 Posts

21 February 2009 at 12:31am

Edited: 21/02/2009 5:43am

Download needed

no way to test without the download !

Avatar
Israel_Miranda

Community Member, 9 Posts

21 February 2009 at 6:07am

I am looking forward to test this module!

Avatar
logplayer

Community Member, 3 Posts

21 February 2009 at 6:13am

Looks like a great set of modules :-)
Excuse this basic question but I am very new to Silverstripe, I can see from the screencast how to set uo the albums and images but what additionally do you have to do to get them to actually display on the draft site web page?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

21 February 2009 at 9:03am

Demo URL is up at:

http://dataobjectmanager.carlinowebdesign.com
user: admin
pass: password

SVN checkout is also ready:

svn co http://carlinowebdesign.svn.beanstalkapp.com/modules/trunk/image_gallery
svn co http://carlinowebdesign.svn.beanstalkapp.com/modules/trunk/dataobject_manager
svn co http://carlinowebdesign.svn.beanstalkapp.com/modules/trunk/swfupload

Known bugs:

- In Safari, on several occasions, editing an album put the entire CMS interface into the popup window. Yikes.

- Sometimes when uploading a batch of images, the wrong images appear. I believe I have resolved this with the latest update to the pathing on uploads, but not enough testing has been done to confirm that is resolved.

- When in the popup window, the CMS screen seems to arbitrarily refresh to a half-loaded, very ugly state that requires one to refresh the entire CMS. Happens 1 out of every 20 or 30 times and throws a prototype.js error of some sort.

That's it. Have at it, guys. Let's get this thing cleaned up and release-ready. Enjoy!

Avatar
_Vince

Community Member, 165 Posts

22 February 2009 at 11:45am

Hi, I downloaded everything from the link and placed everything in my silverstripe root directory but, when I tried to do a db/build?flush=1, I got this error message

Fatal error: Class 'SortableDataObject' not found in C:\xampplite\htdocs\VDS\image_gallery\_config.php on line 2

What am I doing wrong? Sounds like I didn't load some pre-requisite module?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

22 February 2009 at 12:32pm

Edited: 22/02/2009 12:33pm

Did you do an SVN checkout of all three modules? It requires dataobject_manager and swfupload.

Avatar
_Vince

Community Member, 165 Posts

22 February 2009 at 12:49pm

Edited: 22/02/2009 12:51pm

Yes, I did. Am I supposed to put them in the root directory in any specific order? Does one of them have to be db/build?flushed before the others? Do I have to have the gallery module as well?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

22 February 2009 at 1:45pm

Interesting. First, confirm that the SortableDataObject class exists in data_objectmanager/code.

I assume it does. If so, I think the problem may be that all three cannot be installed concurrently, which is too bad, because I'll have to revise my installation instructions. Try commenting out the SortableDataObject:: line in image_gallery/_config.php, run a build?flush=1, then uncomment it, and run another build?flush=1.

Do NOT install the other gallery module. Things will blow up big time. :)

Go to Top