Php error for MB User Profile Plugin

Support MB User Profile Php error for MB User Profile PluginResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15932
    Alessandro LioceAlessandro Lioce
    Participant

    Hi,
    if I insert a shortcode like
    [mb_user_profile_register id="meta-box-id" label_submit="Register" confirmation="Your account has been created successfully."]

    I have an error in
    wp-content/plugins/meta-box-aio/vendor/meta-box/mb-user-profile/src/Forms/Base.php
    line 147

    I fix editing the line from
    $key = ConfigStorage::store( $this->config );
    to
    $key = \MBUP\ConfigStorage::store( $this->config );

    Bye
    Alessandro

    #15934
    Anh TranAnh Tran
    Keymaster

    Hi Alessandro, I released a new version with a hotfix for this bug yesterday. Please update.

    #15937
    Alessandro LioceAlessandro Lioce
    Participant

    Hi Anh!

    Ok! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.