• mtm

    (@flatpack-music)


    I’ve been developing a membership site in which this plugin has been working fine with Wishlist Member and BBPress. I’ve just migrated from local dev to a staging environment and all links to avatars have stuck on the local URL like they’ve somehow been hard-coded.

    I did the following:

    – flush permalinks
    – run velvet blues update URLs plugin
    – run the following via SQL in the database

    UPDATE wp_usermeta SET meta_value = replace(meta_value, 'Existing URL','New URL');

    After the first two of these, no change. The third pushed everything back to default gravatar.

    How do we handle migration please?

    • This topic was modified 3 years, 8 months ago by mtm.
    • This topic was modified 3 years, 8 months ago by mtm.
Viewing 1 replies (of 1 total)
  • Hi @flatpack-music

    Thank you for using Basic User Avatars.

    If you look inside the usermeta table for a specific user that their avatar is pointing to an old URL after running the steps above did this change within the database table itself for this user?

Viewing 1 replies (of 1 total)
  • The topic ‘Links won’t update after migration’ is closed to new replies.