• Resolved Adriano G. V. Esposito

    (@adriano-esposito)


    I updated to 3.8.9 but I have some troubles.

    The plugin does not work but show this message
    La password per la decodifica della cifratura non è impostata

    that is original
    The password of decoding is not set

    I want to get rid of this but I dont know WHY this happens.

    I see there is a problem with global $str_key; that contains the “password of decoding” but why?

    Thanks.

    http://wordpress.org/plugins/captcha/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Adriano G. V. Esposito

    (@adriano-esposito)

    Inspecting furthermore I see that at least a call to encode fails because $str_key passed to the function as $Password is empty:

    // Check if key for encoding is empty
    if ( ! $Password ) die ( __( "Encryption password is not set", 'captcha' ) );

    But I see also the global $str_key is set right in the row 105. I am confused. Why this variable is see as empty?

    Thread Starter Adriano G. V. Esposito

    (@adriano-esposito)

    Uoa! The new version do not have the global $str_key, I am right?!

    Hi Adriano,

    Please try to go to the plugin settings page and re-save the settings.

    Sincerely,
    Support Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘malfunctioning after last update’ is closed to new replies.