Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #533078

    Getting following warnings on a site I just started building. I have already deleted and re-uploaded the latest version of Enfold and moved all plugins to a separate folder.

    Errors:

    Warning: session_start(): open(/tmp/sess_p7jqo7amuhadqi7vr03qehfn07, O_RDWR) failed: Permission denied (13) in /home/roatanba/public_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/roatanba/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/roatanba/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    If I logout I cant log back in and I get these additional warning when trying:

    Warning: Unknown: open(/tmp/sess_p7jqo7amuhadqi7vr03qehfn07, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

    #534267

    Hey kgflash1!

    Try adding this to the bottom of your functions.php file.

    add_theme_support(‘avia_no_session_support’);
    

    Regards,
    Elliott

    #534402

    So why would this issue appear on this site but none of my others running enfold? Also wont this break again in a theme update?

    #534413

    Hey!

    Most probably because on that site, WP Debug is on.
    Can u create a child theme and add the function there, will work better for you and will not brake on new updates.

    Best regards,
    Basilis

    #534416

    define(‘WP_DEBUG’, false);

    This was in the wp-config folder. Is there anywhere else I can turn off debug?

    #535163

    OK, I need a real answer to this and for someone to actually look into this. Seems like a permissions issue maybe? The errors only show up in chrome and the website doesn’t even display correctly in chrome, the advertisement tool I am working with doesn’t show up at all.

    Adding add_theme_support(‘avia_no_session_support’); did not fully resolve any issues. I still get this warning:

    Warning: session_start(): open(/tmp/sess_p7jqo7amuhadqi7vr03qehfn07, O_RDWR) failed: Permission denied (13) in /home/roatanba/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    On a 100% fresh install with no plugins in a completely separate cpanel account the same thing is happening as well.

    #535817

    Hi!

    Thank you for the update. Make sure that the folder and file permission of your installation is correct, specifically the tmp (uploads_tmp_dir) folder. Ask your hosting provider for more info.

    Regards,
    Ismael

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