• Resolved medyapin

    (@medyapin)


    Hi i updated to 3.8.0 then page is crashed.
    Deleted plugin from ftp and tried to reinstal but couldnt cause

    $api_client_creds = new WP_Auth0_Api_Client_Credentials( $this->a0_options );

    $api_change_password = new WP_Auth0_Api_Change_Password( $this->a0_options, $api_client_creds );
    $profile_change_pwd = new WP_Auth0_Profile_Change_Password( $api_change_password );
    $profile_change_pwd->init();

    $profile_delete_data = new WP_Auth0_Profile_Delete_Data( $users_repo );
    $profile_delete_data->init();

    $api_delete_mfa = new WP_Auth0_Api_Delete_User_Mfa( $this->a0_options, $api_client_creds );
    $profile_delete_mfa = new WP_Auth0_Profile_Delete_Mfa( $this->a0_options, $api_delete_mfa );
    $profile_delete_mfa->init();

    thoose are not included in lib folder.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter medyapin

    (@medyapin)

    this gives installation error starts from :

    Fatal error: Uncaught Error: Class ‘WP_Auth0_Api_Client_Credentials’ not found in …

    • This reply was modified 6 years ago by medyapin.
    Thread Starter medyapin

    (@medyapin)

    or maybe just because of deleting manually made some issues? i do not know… cause this class is already in wp_auth0_email_verification.php

    Josh C

    (@auth0josh)

    Sorry for the trouble here @medyapin and thanks for posting here. Looks like all the files did not get into SVN when we released! I just updated again and think I’ve got everything. Can you give that a try again on your end?

    Thread Starter medyapin

    (@medyapin)

    Perfect Thx @auth0josh

    Ryan Sechrest

    (@sovereign)

    WordPress didn’t recognize that there was an update, because the version still reads 3.8.0, although there appear to be two versions of the plugin. This would be a problem for anyone that already downloaded the old 3.8.0 version, as there is no visual indicator that a new version was released that fixes the issue of library files missing.

    Josh C

    (@auth0josh)

    It would be @sovereign except that the previous version would not even run in the state it was in. Would be impossible to have the incomplete 3.8.0 running on your site.

    That said, we have a couple of patches that need to go out and that will bump the version number up.

    Again, apologies, that was a big miss on my side. I updated our deployment and testing procedures to make sure this doesn’t happen again.

    Ryan Sechrest

    (@sovereign)

    I definitely see your point, but we, for example, just disabled the plugin after realizing it was the cause for our sites breaking. Since the plugin wasn’t removed, had we not opened a ticket and monitored the forum, we wouldn’t have known that a fix was released.

    All that said, thank you for addressing the issue so quickly!

    Josh C

    (@auth0josh)

    That makes sense and I see your point here. I’ll have a 3.8.1 release out here today or tomorrow and that should address everything.

    And you’re welcome!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘3.8.0 Does not included some files in lib folder’ is closed to new replies.