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

SS3 dev/build error


Go to End


6 Posts   2329 Views

Avatar
sajok

Community Member, 82 Posts

3 May 2012 at 10:01am

I'm trying to install the module in Silverstripe v3 beta2. I downloaded the master branch from github and when I run dev/build I get the following error:

[Strict Notice] Declaration of TrackBackDecorator::extraStatics() should be compatible with that of DataExtension::extraStatics()
GET /dev/build?flush=1

Line 5 in /home/winopres/public_html/blog/code/TrackBackDecorator.php
Source
150 		return new SS_HTTPResponse($response, $statusCode);
151 	}
152 }
153 
154 ?>

any help?

Avatar
swaiba

Forum Moderator, 1899 Posts

3 May 2012 at 10:29am

any help?

I advise you to read / use the pull request titled "Ss3 fixes"

https://github.com/silverstripe/silverstripe-blog/pull/10

Avatar
sajok

Community Member, 82 Posts

4 May 2012 at 10:40am

I tried the "Ss3 fixes" pull request, but still it gives the same error.. any idea?

Avatar
swaiba

Forum Moderator, 1899 Posts

4 May 2012 at 11:04am

Sorry but I have no interest in the blog module as I always use wordpress for that... so I've not run into any issues here...

however you could always comment on the pull request / explain your issue to get more help

Avatar
yaunix

Community Member, 2 Posts

5 May 2012 at 5:27pm

Hi sajok,

Strict Notice is ignorable error.
If you are using SS3 with development environment, comment it out, Director::set_environment_type("dev");, or change php.ini.

In the past few days, I also installed SS3 beta2 with blog module(I also got many problems with the installation!).
I wrote step by step instruction of using blog module with SS3 beta 2.

How to install SS3 beta2 with blog module
http://gsoc2012ss.yaunix.com/blog/how-to-install-ss3-beta2-with-blog-module/

I hope it will help you.

Regards,
Yuki

Avatar
sajok

Community Member, 82 Posts

6 May 2012 at 5:37am

Edited: 11/05/2012 9:54pm

commenting out the "dev" envirenment did the trick.. thanks