Links won’t update after migration
-
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 databaseUPDATE 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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Links won’t update after migration’ is closed to new replies.