Can you explain? Which atec-plugins do you use? Are they all uptodate? What are you doing, what happens? Can you provide screenshot?
In general: When you change WP_* values, they are written to wp-config and it takes another load to make them effective. If you reload the same page, you toggle the switch again – you can follow this in the URL.
It happened mostly in Debug plugin. I toggle one switch, and others gets toggled too. I didn’t refresh the page, I clicked on the Debug menu which resets the URL to the main one.
Even uninstalling the Debug plugin, on Dashboard, it still displayed Debug menu. This got fixed after I re-installed Deploy plugin.
Now I’m using Mega Cache and it seems to work better overall, Debug plugin was still buggy so I’ve removed it. Also, SVG plugin is missing, can’t be downloaded.
I have fixed the Dashboard toggle issue. Also fixed the delay in wp-config update when you toggle WP_ settings like WP_DEBUG and others. It will always take a few ms for the file to save and if WP is reloaded before that, the new value is not set. Impossible to prevent this –?only if I would push a delay of a few seconds before next page can be loaded, which does not make sense.
I have uploaded new version, please update and check.