Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author ollybach

    (@ollybach)

    sounds like your sessions aren’t working properly
    check your php settings

    Thread Starter komodo722

    (@komodo722)

    I have just moved to a new server what is dedicated maybe i have missed a Plugin. How would i find out what i need. In my php settings

    Thank you

    Plugin Author ollybach

    (@ollybach)

    as a guess , make sure your session save path exists and is writable

    Thread Starter komodo722

    (@komodo722)

    where is the session save path exists and is writable located
    Thank u

    Thread Starter komodo722

    (@komodo722)

    sorry for the double post but this be because the new server is running php 5.4.27

    Plugin Author ollybach

    (@ollybach)

    its not because its running php 5.4, it’s because the settings in the php.ini are not correct

    if you do not know how to change those (or do not have access to those settings) speak to your host to make sure these settings are correct

    Plugin Author ollybach

    (@ollybach)

    i.e your/the session_save_path in your php.ini must point to a directory on your server that does actually exist and that directory has to be writable by the webserver

    Plugin Author ollybach

    (@ollybach)

    it may also be that sessions are not enabled on your server…i have no idea how your server is setup.

    just speak to your host or server administrator . this is a 2 minute job to enable/do

    Thread Starter komodo722

    (@komodo722)

    I have just rebuilt the Apache in whm and there is also a save path what was set as default.

    you say it may also be that sessions are not enabled on your server. do you now what it is exactly called so it can be found easily.

    Thank you

    Plugin Author ollybach

    (@ollybach)

    sorry, but you really should speak to whoever deals with/administers your server.

    i have no idea what your server is or how it is setup and am the wrong person to ask really to get your sessions working.

    Plugin Author ollybach

    (@ollybach)

    it’s the php.ini you want to be looking at

    Thread Starter komodo722

    (@komodo722)

    I have fixed it by doing a complete rebuild of Apache and it all seems to work no i must of missed something.

    Thank you for all the support

    Plugin Author ollybach

    (@ollybach)

    good stuff. glad you got it working now

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘problem with cart’ is closed to new replies.