Viewing 6 replies - 1 through 6 (of 6 total)
  • Same problem here! :/

    Adding a me too.

    Currently I have no idea why.
    I have spent quite a bit time and made some minor changes but currently no luck saving settings.

    I have even tried editing the settings in the DB, either I end up causing corruption or when I next reload the site the settings have been reset back to default.

    I sent lot’s of mail to her but she doesn’t cares, then I made my own options with options framework and disabled her’s then I installed an encyclopedia plugin from WP plugins directory after I added all of the cat and dog breeds and characteristics of the breeds from the wikipedia, I reviewed the SQL table of encyclopedia plugin, I got the table name of breeds and page links then I went to my own options and added a breed section to foster plugin. now It works perfect for me. I recommend you choose this way.

    I finally found the issue

    Lines 114-122 in fosterme.php

    /* =============================================================
    	DEFAULT VARS
    	Used in option pages.
     * ============================================================= */
    
     $pet_foster_options = array(
      'pfo_optionssection_remove' => '',
      'pfo_hideoptionssection_default' => ''
    );

    It is overwriting the options that are pulled from the database.

    The data (options) are getting saved and they are getting read but the above then changes them all to nothing.

    I need to look into it more but just commenting out

    /* $pet_foster_options = array(
      'pfo_optionssection_remove' => '',
      'pfo_hideoptionssection_default' => ''
    );*/

    Should fix the issue. Probably a rough hack but should work. When I am on my Desktop I will see if there is a better way to do this. (Netbook screen to small)

    BeZazz fix worked for me. Thanks!

    You’re welcome 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Nothing "saves"’ is closed to new replies.