BeZazz
Forum Replies Created
-
Forum: Plugins
In reply to: [Foster Me: Seek & Shelter an Animal in Need] Nothing "saves"You’re welcome ??
Forum: Plugins
In reply to: [Foster Me: Seek & Shelter an Animal in Need] Nothing "saves"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)
Yes via the admin section in WP.
Deactivating just turns them off.When you reactivate they will be as they were before (You wont lose the settings)
I can not really be of help as I am a server admin helping out a non profit group (I do not normally use WP).
But the only way to know is to disable all your plugins and then re enable them one by one.
Forum: Plugins
In reply to: [Foster Me: Seek & Shelter an Animal in Need] Nothing "saves"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 am running 4.2.2 and it works ok with the exception that I can not save the admin related options.