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?