Constant AUTH_SALT throws error message on PHp 7.2
-
My host recently updated to PHP 7.2. Since then, I have been getting the following error:
constant AUTH_SALT – assumed ‘AUTH_SALT’ (this will throw an Error in a future version of PHP) in /customers/2/5/1/SITE/httpd.www/wp-content/plugins/two-factor-authentication/includes/class-simba-tfa.php on line 25 Warning: Cannot modify header information – headers already sent by (output started at /customers/2/5/1/SITE/httpd.www/wp-content/plugins/two-factor-authentication/includes/class-simba-tfa.php:25) in /customers/2/5/1/SITE/httpd.www/wp-admin/includes/misc.php on line 1126
Warning: Use of undefined constant AUTH_SALT – assumed ‘AUTH_SALT’ (this will throw an Error in a future version of PHP) in /customers/2/5/1/SITE/httpd.www/wp-content/plugins/two-factor-authentication/includes/class-simba-tfa.php on line 25Besides the text of the error message, I have confirmed that the issue is this plugin by deactivating it, at which point it disappears.
I have deleted and reinstalled the plugin, and confirmed that the issue persists.
The topic ‘Constant AUTH_SALT throws error message on PHp 7.2’ is closed to new replies.