- This topic has 6 replies, 2 voices, and was last updated 8 years, 4 months ago by RMS.
-
AuthorPosts
-
August 2, 2016 at 8:09 pm #96484RMSParticipant
Hi – I am getting following error after installing a plugin. I have now removed the plugins by deleting the folder via FTP. However I am still getting the error.
I get the error when logging into wordpress.
PLEASE PLEASE help …. thanks
“Warning: Cannot modify header information – headers already sent by (output started at /home/karigar0/public_html/successculture.com/wp-content/themes/adventurous/inc/adventurous-functions.php:1) in /home/karigar0/public_html/successculture.com/wp-includes/pluggable.php on line 1167”August 3, 2016 at 9:59 am #96526RMSParticipantAlso wanted to add that I have looked at the file adventurous-functions.php and removed all spaces before the <?php tag (as suggested by articles on google) but no luck – I still can’t get into the wordpress admin panel.
I also logged into the database and set the activeplugins to A:0:{} … nothing seems to solve this problem.August 3, 2016 at 11:03 am #96531MaheshParticipant@rms: Please check the space before in
header.php
andfunctions.php
also. Let me know further.Regards,
MaheshAugust 3, 2016 at 11:50 am #96532RMSParticipantHI Mahesh – thanks for your response.
There is no space at the beginning of the files. Header.php has multiple <?php tags – I can’t tell if there is a problem with any of the other tags.
Code below:
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id=”main”>
*
* @package Catch Themes
* @subpackage Adventurous
* @since Adventurous 1.0
*/
?>
<!DOCTYPE html>
<!–[if IE 6]>
<html id=”ie6″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if IE 7]>
<html id=”ie7″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if IE 8]>
<html id=”ie8″ <?php language_attributes(); ?>>
<![endif]–>
<!–[if !(IE 6) | !(IE 7) | !(IE 8) ]><!–>
<html <?php language_attributes(); ?>>
<!–<![endif]–>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<?php
/**
* adventurous_before hook
*/
do_action( ‘adventurous_before’ ); ?><div id=”page” class=”hfeed site”>
<?php
/**
* adventurous_before_header hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* adventurous_header_top 10
*/
do_action( ‘adventurous_before_header’ ); ?><header id=”masthead”>
<?php
/**
* adventurous_before_hgroup_wrap hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* adventurous_promotion_display 20
*/
do_action( ‘adventurous_before_hgroup_wrap’ ); ?><div id=”hgroup-wrap” class=”container”>
<?php
/**
* adventurous_hgroup_wrap hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* adventurous_header_image 10
* adventurous_header_right 20
*/
do_action( ‘adventurous_hgroup_wrap’ ); ?></div><!– #hgroup-wrap –>
<?php
/**
* adventurous_after_hgroup_wrap hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* adventurous_homepage_featured_position 10
*/
do_action( ‘adventurous_after_hgroup_wrap’ ); ?></header><!– #masthead .site-header –>
<?php
/**
* adventurous_after_header hook
*/
do_action( ‘adventurous_after_header’ ); ?><div id=”main-wrapper”>
<?php
/**
* adventurous_before_main hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* adventurous_featured_overall_image value after header 5
* adventurous_secondary_menu 10
* content_sidebar_check 20
* adventurous_slider_display 40
* adventurous_homepage_headline value after slider 60
* adventurous_homepage_featured_display 80
*/
do_action( ‘adventurous_before_main’ ); ?><?php
/**
* adventurous_main hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* adventurous_main_wrapper 10
*/
do_action( ‘adventurous_main’ ); ?><?php
/**
* adventurous_content_sidebar hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* adventurous_content_sidebar_wrapper 10
* adventurous_breadcrumb_display 20
*/
do_action( ‘adventurous_content_sidebar’ ); ?>August 3, 2016 at 4:41 pm #96546MaheshParticipant@rms: Have you modified the code in the theme? If not please try re-installing the theme. Hope it resolves the issue. Let me know if any problem.
Regards,
MaheshAugust 3, 2016 at 5:21 pm #96549RMSParticipantThanks Mahesh – what is the best way to reinstall if I have no access to WordPress dashboard (because of the above error)?
Will I lose all my configurations (I have not modified any code) – I have just used the wordpress dashboard to configure.August 3, 2016 at 5:44 pm #96550RMSParticipantMahesh – thanks for your help … I found the instructions for FTP install in your support pages … and it worked – I have my website back …many many thanks.
-
AuthorPosts
- The topic ‘white screen after installing plugin’ is closed to new replies.