• Resolved dewmuffins

    (@dewmuffins)


    I received all green lights throughout the Duplicator process. But there are three warning messages visible on the pages and admin pages.

    Here are the warning messages:

    Warning: session_start() [function.session-start]: open(/var/chroot/home/content/42/10501042/tmp/sess_07cuilirg0hgg3du985l6b7370, O_RDWR) failed: No such file or directory (2) in /home/content/42/10501042/html/shop/wp-content/plugins/jigoshop/classes/jigoshop_session.class.php on line 20

    Warning: Unknown: open(/var/chroot/home/content/42/10501042/tmp/sess_07cuilirg0hgg3du985l6b7370, O_RDWR) failed: No such file or directory (2) 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 () in Unknown on line 0

    Note: the first warning shows on the top of the pages and the other 2 show up at the bottom of the pages.

    Also, I am using the Jigoshop plugin.

    http://wordpress.org/extend/plugins/duplicator/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Dewmuffins,

    I would double check with the Jigoshop authors. Also it may be related to how the server is setup…

    Here is a helpful link I found on from doing a Google search on the warning…

    Hope that helps!

    Thread Starter dewmuffins

    (@dewmuffins)

    Hi Lifeinthegrid,

    I am working with the support staff at jigoshop. Still no luck however. They asked me to delete the jigoshop folder from the server, download a fresh copy of the jigoshop plugin from wordpress.org, manually unpack the zip, upload the unpacked files to the server. But, this did not fix the warning messages.

    Thanks for your help. I will checkout the provided link in hopes of resolving this issue.

    Yeah I think it has to do with the configuration of the server I would check with your hosting provider to see if they have a work-around for the issue…

    Cheers!

    Thread Starter dewmuffins

    (@dewmuffins)

    Hi Lifeinthegrid,

    I was able to rectify part of the issue by implementing the suggestion you provided in the link referencing the session.

    I found session_start(); in the jigoshop_session.class.php file and replaced it with session_save_path(“/tmp”); session_start();

    Now all I need to do is figure out how to get rid of the first warning message.

    Thanks.

    You can see the message on my site located at http://dev.dewmuffins.com/shop/

    Thread Starter dewmuffins

    (@dewmuffins)

    I spoke to soon. The above change removed the warning message but now I can’t see my product pages.

    I will change the jigoshop_session.class.php back and start from scratch.

    Hey Dewmuffins,

    The only think I could really think of is to remove the plugin and try setting it up again. I’m thinking the server may not be setup correctly to handle session variables. The jigoshop staff should be able to login to your server and help you pin-point the problem… Have you considered checking with your hosting provider to see what they recommend for PHP session handling?

    Thread Starter dewmuffins

    (@dewmuffins)

    Hi Lifeinthegrid,

    I took the plugin reinstall route without any luck, and the folks on the Jigoshop forum appeared to give up.

    I did as you suggested, and contacted my hosting provider (GoDaddy.com) and now the problem is now resolved. The tech support person on the phone could not give me specifics as to what caused the problem (other then noticing an FTP problem and a temp director was being created manually). He told me that a higher up tech support person well versed in WordPress was working on the problem. I just checked the site about a minute ago and it seems to be fixed. Hopefully, the trouble ticket I will be receiving via email will have more details.

    Thanks for all your help.

    Regards,
    -Dewmuffins

    No Problem! Glad you got things up and running….

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Warning messages on site after successful install’ is closed to new replies.