PHP Warning: Cannot modify header information

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mittac
    Member
    • Feb 2014
    • 93
    • 5.0.X

    PHP Warning: Cannot modify header information

    Hello

    PHP Warning: Cannot modify header information - headers already sent by (output started at l/includes/vb5/applicationabstract.php:713) in /includes/vb5/cookie.php on line 44

    what is this mistake and how to remove it?
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74166

    #2
    Make sure there are no characters, not even spaces or blank lines, before the "<?php" in either of your config.php files. Make sure they do not end with "?>"
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • mittac
      Member
      • Feb 2014
      • 93
      • 5.0.X

      #3
      <?php
      /*======================================================================*\
      || #################################################################### ||
      || # vBulletin Core Configuration # ||
      || # ---------------------------------------------------------------- # ||
      || # All PHP code in this file is 2000-2012 vBulletin Solutions Inc. # ||
      || # This file may not be redistributed in whole or significant part. # ||
      || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
      || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
      || #################################################################### ||
      \*======================================================================*/



      checked, no spaces or characters, and the file is closed correctly

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24288
        • 6.0.X

        #4
        Make a new config file by downloading a fresh copy of the package and renaming /core/includes.config.php.new to /core/includes/config.php.

        When editing it to put the database credentials in, make sure you are using a proper text editor such as Notepad++ - do not use Windows Notepad, nor Wordpad.

        Also make sure your front end config file is NOT edited, other than the renaming of it to config.php.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • mittac
          Member
          • Feb 2014
          • 93
          • 5.0.X

          #5
          thanks

          Comment

          Related Topics

          Collapse

          Working...