Hi guys,
I was trying to duplicate a site I built with Enfold and everything seemed to go fine, it isn’t on a domain yet only reachable by IP.
Problem is I’m getting the error
Warning: session_start(): open(/tmp/sess_43f434ec94319325d74768086e2899fc, O_RDWR) failed: Permission denied (13) in /home/bespthailgolf/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/bespthailgolf/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/bespthailgolf/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
In previous threads I’ve seen it suggested that we put this in functions.php
add_theme_support(‘avia_no_session_support’);
What if any issues does turning off session support cause?
Thanks
Sean
Hey seanchk,
Thank you for using Enfold.
Another solution is to alter the save_path directory. https://kriesi.at/support/topic/warning-session_start-function-session-start/#post-447416
Related threads:
https://kriesi.at/support/topic/warning-session_start-function-session-start-help-asap-please/
https://kriesi.at/support/topic/enfold-warning-session_start-function-session-startline-27/
Best regards,
Ismael
Thanks Ismael.