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)

Home Page:https://docs.fuukei.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Rick-Cooper opened this issue · comments

问题出处:
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 版本:PHP Version 8.2.7

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

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

deprecated warning 的issue迄今为止已经有10条了
#636 #640 #751 #760 #764 #766 #774 #807 #860 #866

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

好的,感谢🥰