Settings keep reverting as well. I created one using code in the functions.php file instead.
I need more information than you currently have given me.
What version of WordPress are you using?
What version of PHP do you have installed and are using?
Can you check your error logs and tell what errors you see there? You may need to speak to your hosting provider to get some of the required information.
I will try help once I have the requested information until such time I’m sorry but will be unable to help, the sitemap currently works for me.
This is due to a breaking change in php7
I have a patch I can submit that gets it working again or alternatively, everywhere you have variable variables eg $$all_options[‘second_order’] change it to ${$all_options[‘second_order’]}
The braces tells it to evaluate $all_options[‘second_order’] first as php7 would now evaluate $$all_options first then look for [‘second_order’] in that array. See php7 breaking changes for more info
This plugin stopped working for me as well, seemingly coinciding with the update to PHP 7.
v1.5.7 now fully works with php 7.
You have @gingalley for providing the php 7 hosting and also myself to thank for this!
If you would like to make a donation, you can do so here : http://goo.gl/mmUuGj
This is entirely optional, but does mean that I am able to spend more time providing support and fixing issues than I would normally as working on this plugin doesn’t pay the bills.