That’s actually an error for Redux Framework. We’ll be fixing it shortly. 😉
That’s what I call great support. Thank you. Cheers!
Ced
(@cedriccharles)
Hello there 🙂
When is “Shortly”? Because the issue is still there :s
Thank you,
Cedric
We’re going to be releasing Redux 4 this month! You can download and use it early by installing this plugin: https://github.com/reduxframework/redux-framework-4/archive/master.zip
🙂
Ced
(@cedriccharles)
Hi Dovy,
I’ve installed and activated this “redux” plugin, but I still have those PHP Warning :
[04-Jun-2020 11:09:25 UTC] PHP Warning: Use of undefined constant AUTH_KEY – assumed ‘AUTH_KEY’ (this will throw an Error in a future version of PHP) in /public_html/wp-content/plugins/wp-mail-logging/lib/vendor/redux-framework/inc/class.redux_instances.php on line 73
[04-Jun-2020 11:09:25 UTC] PHP Warning: Use of undefined constant SECURE_AUTH_KEY – assumed ‘SECURE_AUTH_KEY’ (this will throw an Error in a future version of PHP) in /public_html/wp-content/plugins/wp-mail-logging/lib/vendor/redux-framework/inc/class.redux_instances.php on line 73
Hmm. Well that stinks. That means wp-mail-logging has incorporated Redux improperly. I’ll try to see what I can do. Thanks for the heads up.
Long story short they’re loading the code before plugins_loaded fires so the Redux plugin can’t overtake their embedded plugin. Alas.
Ced
(@cedriccharles)
Thank you Dovy,
Also, I must say that I’m on a multisite install, and that WP Mail Logging is Network activated but I’ve activated the Redux plugin on a per site basis.
Have you all upgraded to the newest version of Redux? It should resolve most of these concerns. 😉