WordPress警告支持

时间:2017-11-04 08:50:08

标签: wordpress wordpress-theming

我无法访问我的网站管理员面板。它显示以下警告

Warning: Cannot modify header information – headers already sent by (output started at /home/filmymik/public_html/wp-content/themes/jarida/functions/theme-functions.php:1) in /home/filmymik/public_html/wp-includes/pluggable.php on line 1210

然而,该网站运作良好。可能是什么问题?

1 个答案:

答案 0 :(得分:0)

您很可能在警告中引用的theme-functions.php中有前导空格。这导致PHP启动正文输出,WP无法为您设置cookie,因此您无法对wp-admin进行身份验证。

解决方案:在第一次打开<?php<?之前删除空白。