• I have this error at the top of the page in the admin panel and in most div’s or blocks in the admin panel.

    p': case 'wp-atom.php': case 'wp-rdf.php': $newURL = trim( get_settings( "cp_feedlinkURL" ) ); if ( $newURL != '' ) { if ( function_exists('status_header') ) { status_header( 302 ); } header( "Location:" . $newURL ); header( "HTTP/1.1 302 Temporary Redirect" ); exit(); } break; case 'wp-commentsrss2.php': $newURL = trim( get_settings( "cp_feedlinkComments" ) ); if ( $newURL != '' ) { if ( function_exists('status_header') ) { status_header( 302 ); } header( "Location:" . $newURL ); header( "HTTP/1.1 302 Temporary Redirect" ); exit(); } break; } } if (!preg_match("/feedburner|feedvalidator/i", $_SERVER['HTTP_USER_AGENT'])) { add_action('template_redirect', 'feed_redirect'); add_action('init','feed_check_url'); } add_action( 'admin_menu', 'cp_addThemePage' ); ?>

    Has anyone seen this before and know how to fix the issue.

    Thanks

    James

Viewing 1 replies (of 1 total)
  • That is not an error message. Some code is being printed out instead of executed.

    You might try reinstalling the WP files. Back up the /wp-content/ folder before doing that

Viewing 1 replies (of 1 total)
  • The topic ‘Has anyone seen this error before?’ is closed to new replies.