简体   繁体   English

wp-admin中的空白页

[英]blank page in wp-admin

I am getting the following error when I want to access the wp-admin sites of my wordpress installation: 当我想访问我的wordpress安装的wp-admin网站时出现以下错误:

Fatal error: Cannot redeclare send_confirmation_on_profile_email() (previously declared in /wp-includes/user.php:2624) in /wp-admin/includes/ms.php on line 423

I looked around but couldn't find any help yet. 我环顾四周,但找不到任何帮助。 Maybe someone of you knows how to fix this error. 也许您当中有人知道如何解决此错误。

Thanks. 谢谢。

It seems send_confirmation_on_profile_email() function is used more than once. 似乎send_confirmation_on_profile_email()使用了send_confirmation_on_profile_email()函数。 So what you need, is to find that function and rename it to its relevant name but make sure it does not match with the send_confirmation_on_profile_email 因此,您需要找到该函数并将其重命名为其相关名称,但要确保它与send_confirmation_on_profile_email不匹配

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM