This plugin deleted all my posts and pages. It doesn’t work, let’s report this plugin. The same thing happened to other people in the reviews.
]]>Does not import.
Just leaves image markers (blank images) in the media folder.
Any ideas?
Steve B
]]>Hi,
so i am using this plugin it worked greatly in exporting the json file the file size was around 53.75 MB but when i try to import the same file it gives error that file size exceed the limit. So how can i increase the file size limitation
What does the option for “Number of latest files to keep” do?
Keep where?
Unless I misunderstood this does not actually remove or move media correct, it just exports the DB for media.
I am trying to move the media library of a website that uses WPML (WordPress Multilingual) to display pages and other content in 8 different languages.
I have looked in the JSON export file and it seems that the plugin is exporting 8 copies of each media item.
Each entry is identical and so the import functionality makes 8 copies in the library.
I think that this is because the WPML Plugin creates a database entry for every entity which could possibly be translated, including media library entries.
Is there a way to get the Moving Media Library plugin to recognise that each item in the media library has equivalents in other languages, and to get it to only export the original media?
Thanks, Philip
]]>Hi There, I’m using this plugin and absolutely love it, but the issue I’m facing is that The number of images I have is really huge and this plugin seems to loose around 1000 images for some reason
]]>I have tried several times and several helper plugins and I can’t seem to get the import to work. It only shows “Sorry, this file type is not permitted for security reasons.”
Even though I am able to upload this JSON file to the Media Library. I also tried editing the admin.php file to remove the check for unfiltered uploads, but nothing happened. Why doesn’t it work?
]]>Export went ok. I checked the JSON and it looks legit.
I copied all media files to new site.
But the import just doesn’t work. I upload file, click on button, it reloads page, but nothing happens. The media Library is the same.
]]>When I click on “Als JSON exportieren” (“Export as JSON”), then the section “JSON File” appears including an empty table (with just the headline row).
No JSON download starts and no JSON file link is shown. ??
WordPress: Version 5.6 | PHP 7.2.26
]]>Hi
I just exported and imported my media library using a json file. When I go to my media library, there are just lots of empty boxes where the images should be. Does it just take a while for them to show ?
Thanks
Andrew
Hello, tell me what needs to be done, it was not possible to copy the file, although everything works fine from a multisite when transferred to a regular wordpress, but in the opposite direction ” Warning: rename(/tmp/phpJyMEZwphpjymezw,/wp-content/uploads/moving-media-library/moving_media_library_2021-05-18_07-47-44.json): No such file or directory in /sites/mmslon.ru/wp-content/plugins/moving-media-library /lib/class-movingmedialibraryadmin.php on line 362″
]]>it should be
$posts_meta = $wpdb->get_results(
”
SELECT *
FROM {$wpdb->prefix}postmeta
WHERE meta_key = ‘_wp_attached_file’
OR meta_key = ‘_wp_attachment_metadata’
OR meta_key = ‘_wp_attachment_image_alt’
”
);
I didnt read the message about breaking my site, and it broke it. Is there any fix for this?
]]>Just found this plugin and the fact it retains the image id is perfect.
But, unfortunately it doesnt work.
PNG’s transfer over into the 2nd library but are missing the image itself.
JPG’s dont even transfer over at all. Says “import now complete” but nothing in library.
This would be an AWESOME plugin if developer could get working.
I’ll be happy to work with you if you need my feedback and help.
]]>Hi. Luckily we back up as we always do, before doing new work, as this plugin completely wrecked my client’s website.
-This plugin deleted pages and I’m not even sure how that’s possible when all you’re dealing with is media.
-This plugin renamed menu items with random media filenames (e.g. Home > secondary15.jpg).
I like to give an opportunity to address things before dumping a bad review, so here is me letting you know what we’re seeing.
]]>Hi
Thanks for the awesome plugin – so easy.
When I imported the JSON to my new staging site, some of the actual files for example wp-content\uploads\2020\04 had not been transferred across, so all the media library items for this folder are listed, but without the corresponding image of course. I have now uploaded these images from the source folder, but the image thumbnails are still not showing in the media library.
Should I import the JSON file again, or is their a way of connecting these missing images to the database posts table?
Thanks in advance
Dave
Warning: Use of undefined constant posts – assumed ‘posts’ (this will throw an Error in a future version of PHP) in /…/wp-content/plugins/moving-media-library/lib/class-movingmedialibrary.php on line 117
Warning: Use of undefined constant postmeta – assumed ‘postmeta’ (this will throw an Error in a future version of PHP) in /…/wp-content/plugins/moving-media-library/lib/class-movingmedialibrary.php on line 126
]]>Hi
I copied my /uploads/ folder from OLDserver to NEWserver. I then ran the EXPORT on OLDserver and ran the IMPORT on NEWserver. It said that it worked, but the medi library showed empty thumbnails. Is there a step that I missed or does it take time to update the thumbnails in the background?
Here is a screenshot: https://imagebin.ca/v/5hN9OMeIMZ7o
I can see that lots of image rows have been added to wp_posts.
I have also checked and the URL for these image records are valid and correct.
What did I do wrong? Thanks!
]]>/moving-media-library/lib/class-movingmedialibraryadmin.php の178行目で「Fatal error: Call to undefined function wp_date() 」が出て、エクスポートができません。
wp_dateがWordPressの5.3.0以降から実装された関数だと思いますが、こちらが訳あって、WordPressのアップデートができない状況で、4.8.1を使用しています。
5.3.0以降にアップデートするしかないのでしょうか。