Tagged: warning
-
AuthorPosts
-
November 10, 2015 at 7:28 am #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
November 11, 2015 at 5:54 pm #534267Hey kgflash1!
Try adding this to the bottom of your functions.php file.
add_theme_support(‘avia_no_session_support’);
Regards,
ElliottNovember 11, 2015 at 10:26 pm #534402So why would this issue appear on this site but none of my others running enfold? Also wont this break again in a theme update?
November 11, 2015 at 10:45 pm #534413Hey!
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,
BasilisNovember 11, 2015 at 10:46 pm #534416define(‘WP_DEBUG’, false);
This was in the wp-config folder. Is there anywhere else I can turn off debug?
November 13, 2015 at 12:42 am #535163OK, 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.
November 14, 2015 at 10:31 am #535817 -
AuthorPosts
- You must be logged in to reply to this topic.