• good early morning all (2:43AM here)
    I have a problem and its a biggie i get this when i try to update any of my themes files in the editor inside wordpreee

    Warning: Cannot modify header information – headers already sent by (output started at /home/advancet/eso/wp-content/themes/eso/functions.php:376) in /home/advancet/eso/wp-admin/theme-editor.php on line 103

    now here is a snippet of code around that area from functions.php

    371 if ( $post->post_password )
    372
    373		$c[] = 'protected';
    374
    375
    376
    377	// Applies the time- and date-based classes (below) to post DIV

    help on this would be ideal

    this is the sandbox functions file wirh the widgets removed and 2 custom menus added 9f the full file is required i could just link to it or something!

Viewing 1 replies (of 1 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress.

Viewing 1 replies (of 1 total)
  • The topic ‘headers sent when using the admin file editor’ is closed to new replies.