Title: Discrepancy in UsersWP Data Sync.
Last modified: May 7, 2020

---

# Discrepancy in UsersWP Data Sync.

 *  Resolved [Eugene](https://wordpress.org/support/users/euguk007/)
 * (@euguk007)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/discrepancy-in-userswp-data-sync/)
 * Hi.
 * There’s an obvious discrepancy in the code, which keeps the post-installation
   message > _UsersWP data sync – Users data sync is running in the background. 
   Taking a while? Click here to run it now._ < alive at the top of the Dashboard.
   When the link is clicked, a blank page appears with no action taken.
 * Looking at your code, I can see that there is an assumption that the DB prefix
   is set to wp_. Having changed it to the actual prefix, the message disappeared.
 * FILE: class-uwp-background-updater.php
    CODE from Line 29:
 *     ```
           public function __construct() {
               // Uses unique prefix per blog so each blog has separate queue.
               $this->prefix = 'wp_' . get_current_blog_id();
               $this->action = 'uwp_updater';
   
               parent::__construct();
           }
       ```
   
 * Hope this helps.

Viewing 1 replies (of 1 total)

 *  [Rahul Gandhi](https://wordpress.org/support/users/wpdev10/)
 * (@wpdev10)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/discrepancy-in-userswp-data-sync/#post-12796080)
 * Hi,
 * Thanks for reporting! But that is not used for DB transactions. It is just a 
   prefix for the action name and to make it unique action name we use prefix wp_
   with current site ID. This should not affect anything related to functionality.
 * Regards,
    Patrik
    -  This reply was modified 6 years, 1 month ago by [Rahul Gandhi](https://wordpress.org/support/users/wpdev10/).

Viewing 1 replies (of 1 total)

The topic ‘Discrepancy in UsersWP Data Sync.’ is closed to new replies.

 * ![](https://ps.w.org/userswp/assets/icon-256x256.png?rev=2784318)
 * [UsersWP - Front-end login form, User Registration, User Profile & Members Directory plugin for WP](https://wordpress.org/plugins/userswp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/userswp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/userswp/)
 * [Active Topics](https://wordpress.org/support/plugin/userswp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/userswp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/userswp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rahul Gandhi](https://wordpress.org/support/users/wpdev10/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/discrepancy-in-userswp-data-sync/#post-12796080)
 * Status: resolved