Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #241693

    Hi,

    I use DesktopServer for the local installations of all of the WordPress websites I maintain. However I now am getting a weird error and I only get it with Enfold.

    Warning: session_start(): open(\xampplite\tmp\sess_8gpu5geh22ur6lvmq8ej338b70, O_RDWR) failed: No such file or directory (2) in D:\DesktopServersites\www.mysite.dev\wp-content\themes\testsite\config-templatebuilder\avia-shortcodes\masonry_entries.php on line 33

    I am using a childtheme. Would you happen to know what might be going on?

    #241951

    Hey Martin!

    Please download the theme again from your themeforest account then override the theme files. That should fix the issue.

    Best regards,
    Ismael

    #242259

    I just downloaded it but it didn’t make any difference. I still get the error.

    I was already using version 2.6.2 and I now downloaded and used version 2.6.2 again so I don’t really see how that would solve it seeing as there hasn’t been a version update?

    #242495

    Hey!

    Can you reproduce the issue on a default theme? Please try to edit wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php, find this code:

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

    Replace it with:

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

    Regards,
    Ismael

    #243003

    I don’t seem to encounter it with the default theme or any other theme (I have a lot I bought from Themeforest).

    The new string doesn’t seem to have any effect.

    I will try it on a live server to see if it’s really only locally.

    #243007

    Hmmm on a live server I don’t seem to encounter this issue. I need to look closer at DesktopServer I think. For now I will close this and have a talk with the folks over at DS.

    Thanks for the help so far. If I need more help I’ll be back (cue Schwarzenegger voice) :-)

    #243024

    Okay just to give a heads up. I just installed an older version of DesktopServer (version 3.5.8) and now I don’t seem to have any issue. The issue only shows when I use DsktopServer 3.6.1 (the latest).

    Isn’t that weird. I thought I would let you know just in case anyone else struggles with this.

    #243138

    Hey!

    Thanks for the heads up. I’m really not sure why it doesn’t work on the latest version of the app. I’m using WAMPSERVER on my end.

    Cheers!
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Getting a strange error on my local installation’ is closed to new replies.