Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #465154

    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!

    #465273

    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

    #465598

    Great! That fixed it. Thank you.

    #465641

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘PHP Error after moving site to new host’ is closed to new replies.