Title: Cannot find save handler &#8216;memcache&#8217;
Last modified: February 7, 2018

---

# Cannot find save handler ‘memcache’

 *  Resolved [EdFoC](https://wordpress.org/support/users/edfoc/)
 * (@edfoc)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/cannot-find-save-handler-memcache/)
 * 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](https://wordpress.org/support/users/scottpaterson/)
 * (@scottpaterson)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/cannot-find-save-handler-memcache/#post-9948437)
 * Hi [@edfoc](https://wordpress.org/support/users/edfoc/),
 * I am looking into this now.
 *  Plugin Author [Scott Paterson](https://wordpress.org/support/users/scottpaterson/)
 * (@scottpaterson)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/cannot-find-save-handler-memcache/#post-9949038)
 * Hi [@edfoc](https://wordpress.org/support/users/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](https://wordpress.org/support/users/edfoc/)
 * (@edfoc)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/cannot-find-save-handler-memcache/#post-9949063)
 * tsohost.com and it is not a custom server
 *  [babyninja](https://wordpress.org/support/users/babyninja/)
 * (@babyninja)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/cannot-find-save-handler-memcache/#post-9960491)
 * 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](https://wordpress.org/support/users/edfoc/)
 * (@edfoc)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/cannot-find-save-handler-memcache/#post-9960595)
 * 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.

 * ![](https://ps.w.org/contact-form-7-paypal-add-on/assets/icon-256x256.png?rev
   =3095880)
 * [Contact Form 7 - PayPal & Stripe Add-on](https://wordpress.org/plugins/contact-form-7-paypal-add-on/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7-paypal-add-on/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7-paypal-add-on/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7-paypal-add-on/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7-paypal-add-on/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7-paypal-add-on/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [EdFoC](https://wordpress.org/support/users/edfoc/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/cannot-find-save-handler-memcache/#post-9960595)
 * Status: resolved