安装 Silver stripe 博客模块时出错

Error while installing Silver stripe Blog module

我正在尝试安装取自 https://github.com/silverstripe/silverstripe-blog 的 Silver Stripe 博客模块,SS 版本为 3.0

当我 运行 开发构建时,它显示创建的表很少,然后发生错误,错误是

Access level to Blog::onBeforeWrite() must be public (as in class Page) in /home/hfdev/public_html/blog/code/model/Blog.php on line 33

知道如何解决这个问题吗??

SilverStripe 博客的当前 master 分支适用于 SilverStripe 3.1。这不适用于 SilverStripe 3.0。

对于适用于 SilverStripe 3.0 的博客版本,请尝试 0.6 分支: https://github.com/silverstripe/silverstripe-blog/tree/0.6