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.

Blog Module /

Discuss the Blog Module.

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

Get the Blog Module to work with SilverStripe v2.4.2


Go to End


3 Posts   2106 Views

Avatar
cads

Community Member, 2 Posts

8 October 2010 at 11:27am

Has this module been tested on SilverStripe v2.4.2?
I had to make two changes to get it working:

1. in \blog\code\TrackBackDecorator.php line 4 change "function extraDBFields()" to "function extraStatics()"

2. in \blog\code\BlogHolder.php line 163 comment out "Database::alteration_message("Blog page created","created");"

Avatar
carlos

Community Member, 42 Posts

8 October 2010 at 2:03pm

Hi,

which version of blog are you using? 0.4 should work fine.

cheers

Avatar
cads

Community Member, 2 Posts

8 October 2010 at 7:28pm

Edited: 08/10/2010 7:29pm

Hi Carlos,

you are right! It is my fault. By mistake, I downloaded an old release of the module. 0.4 works just fine.
Thanks for your help!