Change site URL and all product’s downloadable items dissappeard
-
I’m updating some features from my site and download all my production site to a local xampp based server. I modified my database to change all urls to a “localhost/testingSite/…” like pattern. All is working but all my virtual product’s downloadable items have dissappeard.
I make a second installation in another directory and the same.
Finally, in my original server i’ve made the same: new directory copy all files and create a new DDBB with all urls changed… and the same problem. All my virtual product’s downloadable items have dissappeard.When, in any of these testing installations, I add a new downloadable item, all works fine with this product. But the others still have the problem.
I’ve done this process in other sites lots of times with succesfull results.
I saw that lots of people experiment similar issues when migrating site with download permissions and so.
Any idea?
Of course, the files are in the filesystem and the attachments are in the wp-post table… everything appears to be ok but the
$product_object->get_downloads( 'edit' );
instruction basically doesn’t show the product’s downloadable items.
ThanksThe page I need help with: [log in to see the link]
- The topic ‘Change site URL and all product’s downloadable items dissappeard’ is closed to new replies.