简体   繁体   English

WordPress的抛出标头错误WP-管理员

[英]Wordpress throwing header error wp- admin

Here is an error: 这是一个错误:

Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/webpresenter-Qa/wp-content/plugins/QuoteForm/QuoteForm.php:397) in /Applications/MAMP/htdocs/webpresenter-Qa/wp-includes/pluggable.php on line 1196 警告:无法修改标头信息-已在/ Applications / MAMP / htdocs / webpresenter-中发送过标头(输出始于/Applications/MAMP/htdocs/webpresenter-Qa/wp-content/plugins/QuoteForm/QuoteForm.php:397)第1196行的Qa / wp-includes / pluggable.php

How can I solve this error? 我该如何解决这个错误?

Looks Like Extra White Space Added in your QuoteForm.php File or You are echoed something before Header 看起来像在QuoteForm.php文件中添加了多余的空格,或者在标题之前回显了某些内容

Please Refer Below Link for more details: 请参考以下链接以获取更多详细信息:
https://www.arclab.com/en/kb/php/php-warning-cannot-modify-header-information-headers-already-sent.html https://www.arclab.com/cn/kb/php/php-warning-cannot-modify-header-information-headers-already-sent.html

Open this file wp-content/plugins/QuoteForm/QuoteForm.php 打开此文件wp-content / plugins / QuoteForm / QuoteForm.php

and remove space from bottom line or start line of page. 并从页面的底行或起始行删除空格。

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

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