今天一位网友在安装wordpress时遇到Warning: Parameter 1 to wp_default_styles() expected to be a reference, value given in /*/wp-includes/plugin.php on line 2,他在搜索看到ytkah之前的文章,但是没找到那个文件。这个一般是php版本太低引起的,升为7.4应该就可以解决。如果不行,可以将debug关闭,在wp-config.php文件中加入

define('WP_DEBUG', false);

  这样基本可以解决了!

 

Warning: Parameter 1 to wp_default_styles() expected to be a reference, value given in /wp-includes/plugin.php on line 2如何解决

 

相关文章:

  • 2022-02-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-06
  • 2021-12-04
  • 2022-12-23
  • 2021-08-25
猜你喜欢
  • 2021-09-01
  • 2022-02-03
  • 2022-12-23
  • 2022-02-02
  • 2021-08-29
  • 2021-05-24
  • 2021-12-28
相关资源
相似解决方案