Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #845060

    I am getting a white screen with “Warning: Cannot modify header information – headers already sent by (output started at /home/content/54/5465254/html/wp-includes/pluggable.php:1) in /home/content/54/5465254/html/wp-includes/pluggable.php on line 1210” at the top.
    My home page also has these errors,

    “Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/54/5465254/html/wp-includes/pluggable.php:1) in /home/content/54/5465254/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/54/5465254/html/wp-includes/pluggable.php:1) in /home/content/54/5465254/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32”

    How can I regain access to the wordpress admin panel and resolve these errors? Thanks

    #845153

    Hey Erikruthoff,

    Thanks for using our theme :)

    You can try to increase your PHP memory limit following this article: https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/ – because the white screens usually are caused by this.

    Best regards,
    John Torvik

    #846585

    Hmm, nope that didn’t solve anything. I am completely locked out of my wp-admin login to access the site. I went into mySQL and changed the theme in there to twentythirteen and still was getting the error screen.

    #847013

    Hi,

    Please try adding following code to Functions.php file in Appearance > Editor

    
    add_theme_support('avia_no_session_support');

    Best regards,
    Yigit

    #851650

    I was able to regain access to wp-admin and update enfold theme. As soon as I did that, I was once again locked out with error messages such as :

    on wp-login page,
    “Parse error: syntax error, unexpected T_FUNCTION in /home/content/54/5465254/html/wp-content/themes/enfold/config-layerslider/LayerSlider/classes/class.ls.popups.php on line 173”

    on homepage,
    “fatal error: Declaration of avia_sc_comments_list::shortcode_handler() must be compatible with that of aviaShortcodeTemplate::shortcode_handler() in /home/content/54/5465254/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments.php on line 14”

    #851673

    Hey!

    Please contact your hosting provider and ask them to upgrade PHP version to preferably 7 and minimum to 5.6.

    Cheers!
    Yigit

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