Support » Theme: Hestia » Update broke website

  • Resolved baumbach

    (@baumbach)


    I updated Hestia from version: 1.1.24 to 1.1.28 and it broke the website, I had to restore from backup. I was not able to access the Admin at all, and the front-end worked, but had this error.

    Warning: Cannot modify header information – headers already sent by (output started at <SNIP> wp-content/themes/hestia/inc/features/feature-general-settings.php:9) in /home/<SNIP>/public_html/<SNIP>/wp-includes/pluggable.php on line 1195

    I updated via the wp-admin within my site, I did not use FTP or other,

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello baumbach,

    The warning header already sent can be sorted out you need to put the ob_start(); in the top of the header file.

    Kind Regards,

    Manoj

    Hi @phpexpert21 thanks for the reply, please confirm were I need to add “ob_start()” Is it. Edit /wp-content/themes/hestia/header.php is this were I add ob_start() the next line below <?php

    <?php
    ob_start()
    /**
    * The template for displaying the header
    *
    * Displays all of the head element and everything up until the page header div.
    *
    * @package Hestia
    * @since Hestia 1.0
    */

    Hi @baumbach,

    This problem should be fixed in the latest update 1.1.29 , so please try to update and let me know.

    Regards,
    Rodica

    I installed HestiaVersion: 1.1.30 and it seems OK, thanks

    Hi @baumbach,

    I’m really glad I could help you with this issue.
    If you are happy with our theme or support you can always leave us a review here https://wordpress.org/support/theme/hestia/reviews/ . It would help us a lot.

    Best regards,
    Rodica

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.