mirai-mamori / Sakurairo

一个多彩、轻松上手、体验完善,具有强大自定义功能的WordPress主题(基于Sakura主题,支持简繁英日多语言)A Colorful, Easy-to-use, Perfect Experience, and Powerful Customizable WordPress Theme (Based on Theme Sakura. Support Simplified Chinese, Traditional Chinese, English and Japanese languages)
https://docs.fuukei.org
GNU General Public License v2.0
2.95k stars 354 forks source link

nginx php报告出现错误日志:php deprecated 不影响正常功能 #866

Closed Rick-Cooper closed 5 months ago

Rick-Cooper commented 5 months ago

问题出处: nginx php 报错: *369 FastCGI sent in stderr: PHP message: PHP Deprecated: Creation of dynamic property CSF_Field_color::$where is deprecated in /var/www/wordpress/wp-content/themes/Sakurairo/opt/classes/fields.class.php on line 17; PHP message: PHP Deprecated: Creation of dynamic property CSF_Field_image_select::$unique is deprecated in /var/www/wordpress/wp-content/themes/Sakurairo/opt/classes/fields.class.php on line 16;

有很多行报错,php是最新8.2版本

实际行为描述:

php报错

预期的行为:

no log

复现步骤:

正常浏览网页

配置与环境:

可能是主题里面一些素材php以后不支持了?

github-actions[bot] commented 5 months ago

@Rick-Cooper,感谢你给 sakurairo 提出了 issue。ヾ(≧▽≦*)o 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

KotoriK commented 5 months ago

deprecated warning 的issue迄今为止已经有10条了

636 #640 #751 #760 #764 #766 #774 #807 #860 #866

  1. deprecate不是报错,而是预告的是下个大版本才会不支持的功能,非开发者可以安全关掉。现在PHP 9还没有消息,在那之前fix掉就平安无事
  2. 这是来自外部依赖的问题,我们也在等上游修复。(v2.3.1终于修了,下个版本应该会更新上)
Rick-Cooper commented 5 months ago

好的,感谢🥰