我的wordpress网站中的某些页面出现错误。错误总是一样的。
警告:无法修改标题信息 - 已在/ home / content / s / d / i中发送的标题(在/home/content/s/d/i/sdillinger/html/index.php:7中开始输出)第896行/sdillinger/html/wp-includes/pluggable.php
我研究了错误,似乎最常见的答案与.php文件中不必要的空格有关。我不相信这是答案,因为它看起来不像index.php代码中有无意的空格。以下是该网站上该页面的摘录。
**Start index.php code**
1<?php
2
3require_once(dirname(__FILE__) . '/temfile.php');
4
5?>
6
7<?php
8
9/**
10
11 * Front to the WordPress application. This file doesn't do anything, but 12loads
13
14 * wp-blog-header.php which does and tells WordPress to load the theme.
15
16 *
17
18 * @package WordPress
19
20 */