Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

在 PHP 7.2 上运行

621sama edited this page Feb 8, 2018 · 2 revisions

由于 PHP 7.2 更新中有一些 Breaking Change,导致 Blessing Skin 在 PHP 7.2 上运行时会出现如下错误:

count(): Parameter must be an array or an object that implements Countable (View: /var/www/html/skin/resources/views/admin/index.tpl)

错误详情可参考:https://github.com/printempw/blessing-skin-server/issues/110

由于某些原因,我无法直接在源码中对底层框架进行修改,所以该修复只能以补丁包的形式提供。

😎 适用于 v3.3.2 的补丁包

  • Dropbox
  • MEGA
  • 也可以去企鹅群 573741451 的群文件里下载

🤔 如何使用?

把压缩包里的 vendor 文件夹拖到 Blessing Skin 根目录下,覆盖并替换原来的 vendor 即可。

Clone this wiki locally