Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #312360

    Hi,

    I am having problems in installation of the theme Enfold he is so http://fortrio.com.br/2014/ can not remove this code of homepage which procedure?

    #312424

    Hi glaucofmc!

    It’s probably a server configuration issue. One possible reason could be that the server can’t write to the sessions folder. I recommend to contact the server administrator or host and to ask him to fix the session permissions. If they can’t help you you can try to deactivate all theme sessions with this code (add it to the enfold/functions.php or child theme functions.php file):

    
    add_theme_support('avia_no_session_support');
    

    but I wouldn’t recommend it because it may break the portfolio breadcrumbs which use sessions to store the browser history.

    Best regards,
    Peter

    #312435

    thank you !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘session_start() [function.session-start]’ is closed to new replies.