Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widgets/Blog dependency mismatch #49

Closed
drzax opened this issue Apr 22, 2013 · 4 comments
Closed

Widgets/Blog dependency mismatch #49

drzax opened this issue Apr 22, 2013 · 4 comments

Comments

@drzax
Copy link

drzax commented Apr 22, 2013

Version 0.6.2 of the blog module can't be installed on SS 3.0.x using Composer as it requires silverstripe/widgets dev-master which in turn requires silverstripe/cms >= 3.1

See silverstripe/silverstripe-blog#84 for the related bug report on the blog module.

@kmayo-ss
Copy link

kmayo-ss commented Aug 9, 2013

Looking at this now

@kmayo-ss
Copy link

kmayo-ss commented Aug 9, 2013

Version 0.6.2 of the blog also requires the CMS to be over 3.1.x so it will not support 3.0

"silverstripe/cms": ">=3.1.x-dev,<4.0"

I did try putting the blog module (version 0.6.2) manually into SS 3.0 but it throws errors on a dev/build mainly because of differences between Page.php and BlogEntry.php which extends from Page but defines it's properties as private whereas Page.php in mysite defines a lot of properties as public

@drzax
Copy link
Author

drzax commented Aug 9, 2013

That's weird. I'm sure I've had 0.6.2 installed and working on 3.0. Also, composer.json says "silverstripe/cms": "3.*", and the readme file says 3.0.

https://github.com/silverstripe/silverstripe-blog/tree/0.6.2

@kmayo-ss
Copy link

kmayo-ss commented Aug 9, 2013

OK I have tried installing it again in case I got a wrong branch previously and I do have different results and the blog module is working now will looking at creating a test branch on GitHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants