• Resolved razumny

    (@razumny)


    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 25

    Besides 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Thanks for the report. This is a programming deprecation notice (not an error); it means that it could cause a problem on future, not-yet-released PHP versions. I have adjusted our development version so that it is now fixed for future releases.

    Thanks again,
    David

    Thread Starter razumny

    (@razumny)

    My pleasure. The only way to get a better product is to make clear reports that you can act on, right?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Constant AUTH_SALT throws error message on PHp 7.2’ is closed to new replies.