• Resolved EdFoC

    (@edfoc)


    I am getting the following error message

    Warning: session_start(): Cannot find save handler ‘memcache’ – session startup failed in paypal.php on line 107

    Any ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Scott Paterson

    (@scottpaterson)

    Hi @edfoc,

    I am looking into this now.

    Plugin Author Scott Paterson

    (@scottpaterson)

    Hi @edfoc,

    It looks like you are using memcached on your server.

    All that is happening on that line is that if a session does not exist, then the plugin is starting a session:

    
    if(!session_id()) {
    session_start();
    }

    That is a very normal thing for plugins to do. I am thinking this may be a problem with your memcached configuration.

    Who is your hosting provider? Is this a custom server?

    Thanks,
    Scott

    Thread Starter EdFoC

    (@edfoc)

    tsohost.com and it is not a custom server

    Hi, I had this problem and TSoHost set custom php.ini file which fixed this. Just do this via their online chat. Hope that works for you too.

    Thread Starter EdFoC

    (@edfoc)

    Thanks, will try that

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot find save handler ‘memcache’’ is closed to new replies.