Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #688648

    Hello,

    I’ve downloaded a fresh install of the theme from envato market and am getting errors when activating it. There are no plugins installed yet besides whatever wordpress.org adds so it is not a conflict with that. Is there some sort of extra step in permissions I have to look at for your theme? I’ve reviewed the documentation and found nothing in regards to changing anything upon activating the theme.

    I am using WordPress version 4.6.1

    Warning: session_start(): open(/tmp/sess_2183f82c349fc519aa3df94b3ca8f13a, O_RDWR) failed: Permission denied (13) in /home/websitename/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/websitename/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/websitename/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: Unknown: open(/tmp/sess_2183f82c349fc519aa3df94b3ca8f13a, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

    I’ve tried other themes and they work fine including the standard themes that come with the wordpress base install.

    #688682

    Hey CoberSolutions!

    Please add following code to functions.php file in Appearance > Editor

    add_theme_support('avia_no_session_support');

    Best regards,
    Yigit

    #688716

    Thank you, that seemed to do the trick! Is this something that will need to be added each time the theme is installed or will you have this in the next update release of the theme?

    #688723

    Hey!

    You can refer to this post and use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and add the code into functions.php file of your child theme to avoid having it overwritten with each update.

    Regards,
    Yigit

    #688756

    Ok thanks for your help, I will add it to the child theme.

    #688759

    Hey!

    You are welcome!
    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 post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Installation issue’ is closed to new replies.