Hi there, I’m testing enfold in a new server and got this message above the header – Warning: session_start() [function.session-start]: open(/var/lib/php-cgi/session/sess_sepfhe4u0l57c15190gp67meq0, O_RDWR) failed: No such file or directory (2) in /home/storage/9/e6/ec/ehgho/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
How can I solve this?
Any help are welcome!
Thank you!
Hi!
Please try adding following code to Functions.php file in Appearance > Editor
add_theme_support('avia_no_session_support');
Regards,
Yigit
Solved: changed de php.ini
session.save_path = “/var/lib/php-cgi/session”
to
session.save_path = /tmp/
Hi,
Glad you figured it out and thanks for sharing your solution!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit