Simple Membership Plugin › Forums › Simple Membership Plugin › Not Holding Settings
Tagged: do not delete, reminder email, settings
- This topic has 7 replies, 2 voices, and was last updated 10 years, 3 months ago by
mbrsolution.
-
AuthorPosts
-
March 7, 2016 at 12:36 am #5678
Anonymous
InactiveIn Tools “Send Registration Reminder Email too” I am ticking the box but when I click to Submit the tick disappears.
Also “Auto Delete Pending Account” I would like to choose “Older than 1 month” but again, it keeps reverting to “Do not delete”.
In both cases the software is not holding the settings.
Any suggestions?
Thank you.
March 7, 2016 at 7:39 am #5691mbrsolution
ModeratorHi you might have problems with your PHP session not working correctly. Please check the following troubleshooting instructions.
March 7, 2016 at 1:16 pm #5699Anonymous
InactiveI’m sorry but the link you have given me is not related to my issue. I have also done google searches for “not holding settings” but the replies are all very specific to the individual circumstances, and again, not related to my situation.
Can you please be a little more specific about how to troubleshoot this issue.
Please note that I have deactivated all plugins and tried to save in case there was a conflict. Options still will not save.
Thank you.
March 7, 2016 at 1:33 pm #5700mbrsolution
ModeratorDid you try to disable all your other plugins and then tried to save your settings? If that did not work did you test one of WordPress default themes like Twenty Fourteen or Fifteen? If that did not work, how much memory do you have allocated to your website?
If none of the above has helped you, can you test the following?
Configure the PHP max_input_vars setting
These settings are sometimes available in the php.ini directive called max_input_vars
Edit the server php.ini or in some cases you can add a secondary php.ini inside the account (domain) folder.Configure the php.ini like this:
max_input_vars = 3000You may need to do this via .htaccess (on a shared host for instance), use:
php_value max_input_vars 3000Thank you
March 7, 2016 at 2:24 pm #5705Anonymous
InactiveThank you. I have changed theme to twenty-sixteen and deactivated all plugins except SM.
max_input_vars is already 3000. (I have a VPS with WHM/cPanel)I still can’t save the settings.
March 7, 2016 at 2:32 pm #5708mbrsolution
ModeratorHow much memory have you allocated to your website? Have you tried different browsers?
March 7, 2016 at 4:11 pm #5711Anonymous
Inactivedefine(‘WP_MEMORY_LIMIT’, ‘1024M’);
March 7, 2016 at 9:37 pm #5719mbrsolution
ModeratorYou will have to enable debug mode in your site. Then carry out a test see if anything is revealed. Can you check your server log files?
-
AuthorPosts
- You must be logged in to reply to this topic.