We've recently migrated the website from domainname.com/blog (which was running in wordpress) to domainname.com. During the migration process, some of the images loaded using the shopp plugin are not showing up? Can someone help me what should be done?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
migrated from stackoverflow.com Jul 27 '12 at 4:09
|
If the problem is due to old URLs in the database, you should update the database accordingly :) When moving a WordPress database, I usually run queries like these:
If the shopp plugin stores URLs in another table, you should probably also construct a similar query to update that one as well. |
|||
|
|
|
Hopefully, this helps:
|
|||||
|