Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Multivendorx has looped Wp-admin to vendor registration

MultivendorX

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #216572
      contactus
      Participant

      I’ve been setting up multivendor.
      It not has logged me out of my website with no way to get back in.

      http://www.streamingit.co.uk/Wp-admin loops to the multi vendor registration page.
      I’m locked out of my own site

      Urgent help please!!!!!

    • #216577
      contactus
      Participant

      Ok, so……
      I’ve disabled Woo commerce and Multivendorx and now have access to the Website admin login page.
      I assume that I’m not no longer an admin on my own website as I see the WordPress screens as a non admin user.

      How do I get my admin roll back please?

      I’ve found some instructions about adding new user in the PHP Admin, I’ve tried but it doesn’t seem to work. I cant login using the roll I created.

      I’m not a web developer, I’m doing this as a hobby so have little knowledge.

      Thanks for any help.
      Bryan

    • #216591

      Hi Bryan, sorry to hear that you have faced this issue.
      It may happen that you didn’t have super admin access, hence your admin access was chnaged.

      Please add the follow code to your active theme’s functions.php –

      add_action('init', 'set_user_to_admin', 99);
      function set_user_to_admin(){
          $user = get_user_by('ID', 1);
          $user->set_role('administrator');
      }
      Copy

      And access your site once and access the first user (admin) you created. It will gain the admin access.

      Once that is done, please remove these codes.

      Kindly keep us posted.

    • #218517

      It’s been long and we have not heard back from you. We presume your query is resolved now. We are closing this thread. If you need help or face issue in future please do create a new support ticket.

Viewing 3 reply threads

The topic ‘Multivendorx has looped Wp-admin to vendor registration’ is closed to new replies.