I recently moved my site to a new hosting company and now I am getting this error across the top of the admin page and website:
Warning: session_start(): open(./temp/sess_b1bbd10cc6f4bc1ab5db1f56d2bc9012, O_RDWR) failed: No such file or directory (2) in /home/alachef2/public_html/justoneafrica.org/wpsite/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Line 32 of the masonry_entries.php:
if(!is_admin() && !current_theme_supports(‘avia_no_session_support’) && !session_id()) session_start();
The website is at:
http://www.justoneafrica.org/wpsite/
Can you help me figure out what is needed to fix this?
Thank you!
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support(‘avia_no_session_support’)
Cheers!
Josue
Great! That fixed it. Thank you.
Hey!
Glad it is been solved!
We will be happy to assist with anything else you might need, I will close the task here!
Cheers!
Basilis