Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1345919

    hello! Trying to resolve this error on my website:

    Warning: session_start(): Cannot start session when headers already sent in /nfs/c03/h03/mnt/53173/domains/carousel-usa.com/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php on line 56

    Warning: session_start(): Cannot start session when headers already sent in /nfs/c03/h03/mnt/53173/domains/carousel-usa.com/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php on line 34

    Warning: Cannot modify header information – headers already sent by (output started at /nfs/c03/h03/mnt/53173/domains/carousel-usa.com/html/index.php:2) in /nfs/c03/h03/mnt/53173/domains/carousel-usa.com/html/wp-includes/pluggable.php on line 1355

    Warning: Cannot modify header information – headers already sent by (output started at /nfs/c03/h03/mnt/53173/domains/carousel-usa.com/html/index.php:2) in /nfs/c03/h03/mnt/53173/domains/carousel-usa.com/html/wp-includes/pluggable.php on line 1358

    I saw in a previous thread that this could be a php issue, the site is currently using 7.3 and we were going to migrate so we can get to 7.4. Any other ideas what could cause that so I don’t have to do the migration? thanks!

    ok I also updated the theme manually to 4.9.2 and still have the errors… and also have a sticky header issue now… Please let me know!

    • This topic was modified 3 years, 1 month ago by chryscoulter. Reason: added creds
    #1346035

    Hey chryscoulter,

    Thanks for the login details. I’m not sure why that is appearing to be honest with you, but updating the PHP version would be the first place to start. Doesn’t your hosting company offer PHP 7.4 or higher? You could verify that debugging is turned off on your installation as well: https://wordpress.org/support/article/debugging-in-wordpress/

    Best regards,
    Rikard

    #1346074

    Hello! Okay we will upgrade to PHP 7.4. I have to migrate because MediaTemple doesn’t support anything past 7.3 on their grid server :/

    Confirming debugging is off, too…

    Can you let me know about the sticky header issue as well? After updating to the latest theme, the header doesn’t stick to the top anymore and scrolls down the page, even though it is set to be sticky there in the options…

    thanks!

    #1346131

    Hi,

    Thanks for the update. The header looks to get pushed down by the notices, you can adjust that temporarily using this in Quick CSS if you like:

    #wrap_all {
        margin-top: -139px;
    }

    About the PHP version; I’m not familiar with your hosting provider, but PHP 7.4 is the minimum recommend version to run WordPress on. So if they can’t offer anything higher, it might be a good idea to look for another provider.

    Best regards,
    Rikard

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