1770 Posts in 495 Topics by 531 members
Blog Module
SilverStripe Forums » Blog Module » SS3 dev/build error
Discuss the Blog Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 868 Views |
-
SS3 dev/build error

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=1Line 5 in /home/winopres/public_html/blog/code/TrackBackDecorator.php
Source
150 return new SS_HTTPResponse($response, $statusCode);
151 }
152 }
153
154 ?>
any help? -
Re: SS3 dev/build error

3 May 2012 at 10:29am
any help?
I advise you to read / use the pull request titled "Ss3 fixes"
-
Re: SS3 dev/build error

4 May 2012 at 10:40am
I tried the "Ss3 fixes" pull request, but still it gives the same error.. any idea?
-
Re: SS3 dev/build error

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
-
Re: SS3 dev/build error

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 -
Re: SS3 dev/build error

6 May 2012 at 5:37am Last edited: 11 May 2012 9:54pm
commenting out the "dev" envirenment did the trick.. thanks
| 868 Views | ||
|
Page:
1
|
Go to Top |



