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

    Warning: session_start() [function.session-start]: open(/tmp/sess_0aa8aed9c9dcabd4cca3e3b9ef69a99f, O_RDWR) failed: Permission denied (13) in /home/vrsveric/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    I only get this message on your theme. I have installed plenty of sites with no problem. I even kept this configuration and changed the theme to avada…no errors. It has nothing to do with the install or tmp folders permission. It has everything to do with this theme. Just type the title of this topic into Google and see how many sites come up with this error. It happens and then clears itself, and then it happens again. It’s off an on. If I clear the cache it works and then comes right back. You need to look in to this.I can’t move forward on the projects with this problem.

    Your old version on the seam server work fine.

    Version 1.7 on wp 3.5.2 works fine
    Version 2.0.1 on wp 3.6.1 fails
    Version 2.4 on wp 3.6.1 fails

    I can email you the production site if you want.

    • This topic was modified 10 years, 6 months ago by samharry.
    #178741

    /portfolio.php on line 27

    The error is referencing this line

    if(!is_admin() && !session_id()) session_start();

    There might be a problem with this logic…

    Read here..
    http://stackoverflow.com/questions/6865957/php-logic-for-session-id-and-session-start

    #178745

    I looked at all of your responses to these errors and your answers seems to fall back on “It’s a host problem”. I have never had this problem with another theme off of theme forest. So please look into this instead of defaulting this back to a host problem, because it shouldn’t be a host problem. If your theme worked before, it should work again. I enabled Avada on this same install..everything worked like a charm.

    For a quick fix. I commented out this file enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    /** function extra_assets()
    {
    if(!is_admin() && !session_id()) session_start();
    }
    */

    • This reply was modified 10 years, 6 months ago by samharry.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27’ is closed to new replies.