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

Swipestripe gallery


Go to End


5 Posts   1149 Views

Avatar
Christy

Community Member, 68 Posts

3 July 2015 at 3:35pm

Has anyone had success installing the Swipestripe gallery recently? I have installed the gallery from frankmullenger/gallery but am unable to install the Swipestripe gallery (composer require swipestripe/swipestripe-gallery dev-master also silverstripe-swipestripe-gallery).

Thanks.

Avatar
Pyromanik

Community Member, 419 Posts

3 July 2015 at 10:42pm

It's probably because they conflict, especially if you didn't use composer for the install.
https://packagist.org/packages/swipestripe/swipestripe-gallery
Requires frankmullenger/gallery - if you didn't install it via composer it will probably error.

Avatar
Christy

Community Member, 68 Posts

4 July 2015 at 3:37pm

Thank you for your help.
Using composer I have installed frankmullener/gallery and swipestripe/swipestripe-gallery with this result.

C:\wamp\www\limerock15bs>composer require swipestripe/swipestripe-gallery
Using version dev-master for swipestripe/swipestripe-gallery./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for swipestripe/swipestripe-gallery dev-master -> satisfiable by swipestripe/swipestripe-gallery[dev-master].
- swipestripe/swipestripe-gallery dev-master requires frankmullenger/gallery
1.0.* -> no matching package found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion>; for more details.
Read <https://getcomposer.org/doc/articles/troubleshooting.md>; for further common problems.
Installation failed, reverting ./composer.json to its original content.

I'm thinking it is the version of the first gallery causing the problem.

Avatar
Pyromanik

Community Member, 419 Posts

5 July 2015 at 7:09am

Yep, seems like swipestripe-gallery requires v1.0, but frankmullenger/gallery only supplies v1.1

Avatar
Christy

Community Member, 68 Posts

5 July 2015 at 9:14am

Thanks, I have contacted Swipestripe.