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

How do you install image gallery module?


Go to End


14 Posts   4827 Views

Avatar
nadi

Community Member, 6 Posts

21 April 2009 at 10:28pm

Can anyone give me a detail tutorial or something on installing the image gallery module?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

22 April 2009 at 9:36am

I'd recommend using svn. Check it out from

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

You'll also need to check out dataobject_manager and swfupload.

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

run a /dev/build and you should be good to go!

Avatar
stooni

Community Member, 89 Posts

22 April 2009 at 6:04pm

how can i download to svn , what is the username and passwort for svn client???

I have first installed the Gallery and then uninstall that and install the image gallery with dataobject manager i become some error for datafield in _config.php!!!

----------thanks

---Stooni

Avatar
UncleCheese

Forum Moderator, 4102 Posts

23 April 2009 at 1:30am

Yeah, in my experience if you've already installed Gallery, ImageGallery will run into conflicts. You really just need to go through and make sure all the old Gallery tables get dropped.

There should be no user/pass on the SVN channel. It's open to anonymous reads.

Avatar
nadi

Community Member, 6 Posts

23 April 2009 at 1:42am

Thanx for the reply...uncle cheese...
Would you mind posting a swfupload module zip link?
Thanx

Avatar
stooni

Community Member, 89 Posts

23 April 2009 at 4:56am

i become always these errors

PROPFIND of '/modules/trunk/swfupload': Could not read status line:
A existing connection was closed by the remote host.
(http://carlinowebdesign.svn.beanstalkapp.com)

what is the problem? --- please help!

---stooni

Avatar
nadi

Community Member, 6 Posts

23 April 2009 at 12:22pm

Hi,
I have installed image gallery, Data object module and swfupload module...but still i am having trouble it getting work properly...like your video in you tube...i have attatched the images of my problem...please help me out
Thanx in advance.

Attached Files
Avatar
UncleCheese

Forum Moderator, 4102 Posts

24 April 2009 at 2:06am

Make sure the names of the three folders are "image_gallery", "dataobject_manager", and "swfupload" and that they are all in your Silverstripe root.

Go to Top