Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/rest/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php WordPress在安装插件后损坏_Php_Wordpress - Fatal编程技术网

Php WordPress在安装插件后损坏

Php WordPress在安装插件后损坏,php,wordpress,Php,Wordpress,我安装了这个插件,在安装过程中出现了一个错误,在页面刷新之前我没有时间阅读 现在我的媒体选择器根本没有加载 我没有运气就完全删除了这个插件,现在连wp管理员都联系不上了。获取错误,例如: Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xxxx.com/httpdocs/wp-content/themes/caroli/functions.

我安装了这个插件,在安装过程中出现了一个错误,在页面刷新之前我没有时间阅读

现在我的媒体选择器根本没有加载

我没有运气就完全删除了这个插件,现在连wp管理员都联系不上了。获取错误,例如:

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xxxx.com/httpdocs/wp-content/themes/caroli/functions.php:1) in /var/www/vhosts/xxxx.com/httpdocs/wp-includes/pluggable.php on line 1196

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xxxxx.com/httpdocs/wp-content/themes/caroli/functions.php:1) in /var/www/vhosts/xxxx.com/httpdocs/wp-login.php on line 425

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xxxxxx.com/httpdocs/wp-content/themes/caroli/functions.php:1) in /var/www/vhosts/xxxxx.com/httpdocs/wp-login.php on line 438

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xxxxxx.com/httpdocs/wp-content/themes/caroli/functions.php:1) in /var/www/vhosts/xxxxxx.com/httpdocs/wp-login.php on line 425

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xxxx.com/httpdocs/wp-content/themes/caroli/functions.php:1) in /var/www/vhosts/xxxxxx.com/httpdocs/wp-login.php on line 438

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/caroli.hosterspace.com/httpdocs/wp-content/themes/caroli/functions.php:1) in /var/www/vhosts/xxxxxxx.com/httpdocs/wp-includes/pluggable.php on line 925

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xxxxxxxxx.com/httpdocs/wp-content/themes/caroli/functions.php:1) in /var/www/vhosts/xxxxx.com/httpdocs/wp-includes/pluggable.php on line 926

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xxxxxx.com/httpdocs/wp-content/themes/caroli/functions.php:1) in /var/www/vhosts/xxxxxx.com/httpdocs/wp-includes/pluggable.php on line 927

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xxxxxxxx.com/httpdocs/wp-content/themes/caroli/functions.php:1) in /var/www/vhosts/xxxxxx.com/httpdocs/wp-includes/pluggable.php on line 1196
我已经下载了wordpress的一个新副本,并替换了wp-admin文件夹,wp-includes文件夹,wp-config.php文件,wp-login.php文件

我试过在plugins文件夹中更改名称,但仍然不起作用,我尝试过删除我的主题以便能够访问wp管理员,但仍然不起作用


我怀疑可能是数据库的问题,但我运气不好找到了问题。。有人能帮忙吗?

无法修改标题信息-标题已由

意味着在到达脚本末尾之前,某些文件中已经有一些文本发送到浏览器

输出开始于/var/www/vhosts/xxxx.com/httpdocs/wp content/themes/caroli/functions.php:1


检查该文件,在
之前,文件的开头可能有一个空格。我已经多次遇到过这个问题,正如Vaviloff所说,文件的开头有一个空格(在
之前,不幸的是问题并不是这样。我已经检查了空格,我已经转换为UTF-8,仍然没有luckWell,您提供的错误日志肯定指向caroli/functions.php文件的第1行。您是否碰巧有该文件的备份?functions.php的开头看起来如何?像是第10行。这对我有帮助吗如果您选择其他主题?您好,我无法联系wp管理员,因此无法运行任何插件。