Title: Doesn&#8217;t save
Last modified: March 2, 2017

---

# Doesn’t save

 *  [katandmouse](https://wordpress.org/support/users/katandmouse/)
 * (@katandmouse)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/)
 * We’ve used this for a couple of years and loved it until recently. Now you can’t
   save recipes. So far, Yumprint is not responding. I just want to know at this
   point if they are going to fix it or we need to toss it and find another.
 * Other people are reporting this under reviews.
 * Yumprint, what’s up?
    -  This topic was modified 9 years, 4 months ago by [katandmouse](https://wordpress.org/support/users/katandmouse/).

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/topic/doesnt-save-7/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/doesnt-save-7/page/2/?output_format=md)

 *  [mschtoni](https://wordpress.org/support/users/mschtoni/)
 * (@mschtoni)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8843564)
 * The Website Hosting “api.yumprint.com” is down.
    yumprint.com is registered by
   wallmartlabs maybe ask there to bring the server online again.
 *  [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8843674)
 * Same problems here. Yes it appears the plugin is attempting to send data to api.
   yumprint.com which is no longer online. I sent an email to [support@yumprint.com](https://wordpress.org/support/topic/doesnt-save-7/support@yumprint.com?output_format=md)
   however haven’t heard anything back.
 * I also look through the plugin’s code to see if the plugin could be used without
   the 3rd party service. The JS code is difficult to read as it’s complied but 
   I’m thinking that the 3rd party service might be required to use this plugin.
   If anyone figures out how to use the plugin without the 3rd party calls, let 
   me know.
 *  [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8844292)
 * Ok after some more development, I successfully removed the remote call on save.
   Here is a fork of the plugin: [https://github.com/austinginder/recipe-card](https://github.com/austinginder/recipe-card).
   Hopefully Yumprint will release an update and/or fix things on there end. If 
   not this plugin is only useable by forking and removing the remote API calls.
 *  [happyhealthfreak](https://wordpress.org/support/users/happyhealthfreak/)
 * (@happyhealthfreak)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8844827)
 * Thanks for figuring out a solution Austin! But I have no idea what “forking” 
   is and what to do with that link. Can you explain it further? Thanks!
 *  [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8845020)
 * That means I made custom changes to the plugin since the plugin author is not
   supporting it. My version of the plugin will need to be installed manually. First
   disable and remove your existing Recipe Card plugin and replace with mine. On
   Github select the green (clone or download) button in the top right then “Download
   Zip”. Upload and activate under plugins on your website.
 *  [codewhiz](https://wordpress.org/support/users/codewhiz/)
 * (@codewhiz)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8845334)
 * Same problem here. Nice Job, Austin. Is this forked version named the same? Will
   it get overwritten when Recipe Card is updated? What about editing existing recipes
   with the new forked version? Are there any drawbacks to not connecting to the
   YumPrint Servers? Why did they have the calls in the first place?
 * Thanks. This is great
    Scott
    -  This reply was modified 9 years, 4 months ago by [codewhiz](https://wordpress.org/support/users/codewhiz/).
    -  This reply was modified 9 years, 4 months ago by [codewhiz](https://wordpress.org/support/users/codewhiz/).
 *  [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8845382)
 * I bumped the version number to prevent an autoupdate from replacing my version
   however if the plugin author does release an update I’d highly installing that
   over my modified version.
 * According to the code it looked like they were passing recipes back to their 
   server when you save. That is why the saving stopped working when their server
   went offline. I suspect there are other things that have stopped working. I noticed
   the save recipe button is no longer working as it’s attempting to use Yumprint’s
   server.
 *  [succotash](https://wordpress.org/support/users/succotash/)
 * (@succotash)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8845583)
 * I’m wondering the same thing about this plugin. I have it across different blogs
   as my main recipe plugin, but nothing new saves. I’ve contacted customer service
   but no response. 🙁 Actually sad about this as this (was) my fave recipe plugin.
 *  [webwayz](https://wordpress.org/support/users/webwayz/)
 * (@webwayz)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8845886)
 * Topman [@austinginder](https://wordpress.org/support/users/austinginder/) – deleted
   Recipe Card plugin – downloaded yours as a zip installed it from it, added new
   recipe – and the old recipes reappeared! result.
 *  [triplelatte](https://wordpress.org/support/users/triplelatte/)
 * (@triplelatte)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8846238)
 * Hi Austin…I installed your forked plugin. Thanks so much for sharing.
 * I’m getting an error Warning: Invalid argument supplied for foreach() in /public_html/
   wp-content/plugins/recipe-card-master/yumprint-recipe.php on line 610
 * Any ideas?
 *  [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8846507)
 * Not sure as that file remained the same. That’s not an error I’m seeing. Might
   try and rename the folder `recipe-card-master` back to `recipe-card`.
 *  [triplelatte](https://wordpress.org/support/users/triplelatte/)
 * (@triplelatte)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8846548)
 * will do…thanks!
 *  [wpkiller](https://wordpress.org/support/users/wpkiller/)
 * (@wpkiller)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8848052)
 * Dear Austin, thank you for your fork. It’s a life saver.
    Yet, I’m getting the
   following error:
 * Warning: Invalid argument supplied for foreach() in /home/brwsugar/public_html/
   wp-content/plugins/recipe-card-master/yumprint-recipe.php on line 607
    -  This reply was modified 9 years, 4 months ago by [wpkiller](https://wordpress.org/support/users/wpkiller/).
 *  [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8848075)
 * I’m thinking it’s having issues with older versions of PHP as I’m not seeing 
   the issues on my end. See here: [https://github.com/austinginder/recipe-card/issues/1](https://github.com/austinginder/recipe-card/issues/1)
   and try out the code in master branch for a fix.
 *  [wpkiller](https://wordpress.org/support/users/wpkiller/)
 * (@wpkiller)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/#post-8848088)
 * I’m seeing it in a preview of a new draft post.
    If I preview older posts – it
   doesn’t show.
 * The thing is I can’t publish the post as it will be sent to the users.
 * I’ve also tried renaming the folder in the ZIP to recipe-master and installed
   it like that, but didn’t work.
 * I’ll have a look at your last comment. thanks.

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/topic/doesnt-save-7/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/doesnt-save-7/page/2/?output_format=md)

The topic ‘Doesn’t save’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recipe-card_cfc7c6.svg)
 * [Recipe Card](https://wordpress.org/plugins/recipe-card/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recipe-card/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recipe-card/)
 * [Active Topics](https://wordpress.org/support/plugin/recipe-card/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recipe-card/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recipe-card/reviews/)

 * 29 replies
 * 17 participants
 * Last reply from: [thecompuerguyjeff](https://wordpress.org/support/users/thecompuerguyjeff/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/doesnt-save-7/page/2/#post-8861022)
 * Status: not resolved