• Resolved cyclingone

    (@cyclingone)


    Can anyone tell me what the follow error code means and how I can correct it. It seems to pop up whenever I update a posting, but doesn’t seem to affect anything:

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/3/d246283904/htdocs/secrets/vault/wp-content/themes/vintage/functions.php:12) in /homepages/3/d246283904/htdocs/secrets/vault/wp-includes/pluggable.php on line 850

    Thanks, Barry

Viewing 2 replies - 1 through 2 (of 2 total)
  • open up this file to edit
    /wp-content/themes/vintage/functions.php

    more than likely there is a space or extra line return after the last line of code. The last line should be
    ?>

    Nothing can be after that, not even a space. The problem is on or near line 12 in that file. Remove, save, and upload back to the server.

    Or edit in the online theme editor Appearances / Edit

    Thread Starter cyclingone

    (@cyclingone)

    Problem solved. Thanks stvwlf

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange error code’ is closed to new replies.