标题已在LIVE服务器上发送错误消息

时间:2015-04-20 03:33:11

标签: php html http-headers

将我的PHP项目上传到实时服务器后,我在访问某些页面时收到此错误消息。

  

警告:无法修改标头信息 - 已发送的标头   (输出始于   /home/mychoice/public_html/version-2/dashboard/includes/header.inc.html:14)   在   /home/mychoice/public_html/version-2/dashboard/modules/_modify_admin_select.inc.php   第63行

但是当在localhost上运行时,我没有收到此错误,并且每个脚本都正常工作。

我检查过空格,PHP打开结束标记,以及没有BOM的编码。

但我仍然无法弄清楚这一点。

这是我的header.inc.html页面:

<?php # -- header.html
// This page begins the HTML header for the site.

// Check for a $page_title value:
if (!isset($page_title)) $page_title = 'Computer store | Control Panel';
?><!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title><?php echo $page_title; ?></title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <link rel="icon" type="image/ico" href="favicon.ico"/>
        <link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon-precomposed.png" />

        <link rel="stylesheet" href="css/styles.css">

        <script src="js/vendor/modernizr.min.js"></script>
    </head>
    <body>
      <!--[if lt IE 7]>
        <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
      <![endif]-->

            <!-- End of header. -->

1 个答案:

答案 0 :(得分:-1)

尝试使用javascript而不是标题

<script>
vax x='index.php';

window.location.href=x;
</script>