我无法访问我的网站管理面板。它显示以下警告
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
警告中引用的theme-functions.php中最有可能出现空格。这导致PHP启动主体输出, 并且WP无法为你设置cookie, 因此你无法通过wp-admin进行身份验证。
解决方案:在第一次打开<?php或<?之前删除空格。
评论前必须登录!
注册