Tagged: Error Message
I keep getting error messages at the top and bottom of the pages. I try a different browser until I find a version that does not have the error and will let me log in. I have found that the problem goes away on its own or when clearing cache, or viewing in a private browser window, but does not work well for presenting to clients
Warning: session_start(): open(/tmp/sess_07ddbe608ceb2daed9f3cb9873a97bfd, O_RDWR) failed: Permission denied (13) in /home/stlvision/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/stlvision/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/stlvision/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Hey Shane!
Please add following code to functions.php file in Appearance > Editor
add_theme_support('avia_no_session_support');
Cheers!
Yigit
This works! Thx