Title: domar's Replies | WordPress.org

---

# domar

  [  ](https://wordpress.org/support/users/domar/)

 *   [Profile](https://wordpress.org/support/users/domar/)
 *   [Topics Started](https://wordpress.org/support/users/domar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/domar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/domar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/domar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/domar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/domar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Basic User Avatars] wp_user_avatar detect in developer site, but not in production site](https://wordpress.org/support/topic/wp_user_avatar-detect-in-developer-site-but-not-in-production-site/)
 *  Thread Starter [domar](https://wordpress.org/support/users/domar/)
 * (@domar)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/wp_user_avatar-detect-in-developer-site-but-not-in-production-site/#post-18300959)
 * I think I found the solution, for wordpress sites installed with cpanel, this
   line does not work:
 *     ```wp-block-code
       $wp_user_avatar_id = get_user_meta( $user_id, $wpdb->get_blog_prefix() . 'user_avatar', true );Replacing the direct table name("wp_user_avatar") has started detecting images.$wp_user_avatar_id = get_user_meta( $user_id, 'wp_user_avatar', true );    
       ```
   
 * can you test with others installations.
 * Regards and thanks.
 * Darío
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Basic User Avatars] wp_user_avatar detect in developer site, but not in production site](https://wordpress.org/support/topic/wp_user_avatar-detect-in-developer-site-but-not-in-production-site/)
 *  Thread Starter [domar](https://wordpress.org/support/users/domar/)
 * (@domar)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/wp_user_avatar-detect-in-developer-site-but-not-in-production-site/#post-18300890)
 * ![](https://wordpress.org/ef67d672-abef-4c8b-88ef-4d066702e4a1)
 * On the development site it adds these records(basic_user_avatar) when browsing
   in bd user_meta, that allows the image to be displayed correctly. In production
   that does not happen.
    -  This reply was modified 1 year, 5 months ago by [domar](https://wordpress.org/support/users/domar/).
      Reason: explain the problem

Viewing 2 replies - 1 through 2 (of 2 total)