-
AuthorPosts
-
March 23, 2014 at 1:15 am #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?
March 24, 2014 at 6:31 am #241951Hey Martin!
Please download the theme again from your themeforest account then override the theme files. That should fix the issue.
Best regards,
IsmaelMarch 24, 2014 at 7:03 pm #242259I 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?
March 25, 2014 at 4:10 am #242495Hey!
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,
IsmaelMarch 25, 2014 at 9:50 pm #243003I 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.
March 25, 2014 at 10:00 pm #243007Hmmm 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) :-)
March 25, 2014 at 11:03 pm #243024Okay 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.
March 26, 2014 at 5:54 am #243138 -
AuthorPosts
- The topic ‘Getting a strange error on my local installation’ is closed to new replies.