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

    Hi, I recently updated to Version: 3.4.6 and have been experiencing some issues on WP servers.

    When i use the Enfold Wp theme i get the following error messages and also can’t access the Wp admin or domain page, just get the error page.

    error messages:
    Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-content/plugins/wordfence/lib/wfBrowscap.php:1) in /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-content/plugins/wordfence/lib/wfBrowscap.php:1) in /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-content/plugins/wordfence/lib/wfBrowscap.php:1) in /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-includes/pluggable.php on line 1228

    • This topic was modified 9 years, 2 months ago by dgwdesigns.
    #558953

    Hey dgwdesigns!

    Try some of the solutions listed here, https://kriesi.at/support/topic/warning-session_start-function-session-start-help-asap-please/.

    Best regards,
    Elliott

    #565229

    I have been through all of the support articles and still haven’t found a solution to remove this issue with Godaddy. My website is live with errors and had to be taken down :( Please help!

    So far i’ve tried all the recommendations for the posts;
    – Remove line 227 from the PHP.ini file.
    – permission level of files
    – godaddy had a php5.ini file in to root of my domain. I cleared out the entire folder structure, re-installed wordpress, and let the install create a new php.ini file (not php5). Once that was complete i was able to install the ENFOLD template and all was good.
    – I had the same problem here and the trick was changing the php.ini session.save_path directive from the default value
    session.save_path = “/var/lib/php-cgi/session”
    to a path with enough permissions, like
    session.save_path = “/home/<myaccount>/tmp”
    – add_theme_support(‘avia_no_session_support’);
    – I had the same problem here and the trick was changing the php.ini session.save_path directive from the default value
    session.save_path = “/var/lib/php-cgi/session”
    to a path with enough permissions, like
    session.save_path = “/home/<myaccount>/tmp”

    #565893

    Hi!

    I would contact your hosting provider about that to see what they say.

    You can do this, https://kriesi.at/support/topic/big-issues-setting-up-a-complete-new-site-with-enfold/#post-335920, to disable the sessions but then your portfolio breadcrumbs will not link back to the correct parent page.

    Cheers!
    Elliott

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