poststatus / wptest

WP Test - The Best Tests For WordPress
GNU General Public License v3.0
944 stars 110 forks source link

Failed to import media #55

Closed borekb closed 7 years ago

borekb commented 8 years ago

After following the instructions, this was the output:

image

Should I move the uploads folder to my WP site first? Did not find any mention of such step in README.


OCR of the message:

Import WordPress
Failed to import Media “canola2”
Failed to import Media “dsc20050315_145007_132”
Failed to import Media “dsc20050727_091048_222”
Failed to import Media “dsc20050813_115856_52”
Failed to import Media “dsc20050831_165238_332”
Failed to import Media “dsc20050901_105100_212”
Failed to import Media “Bell on Wharf”
Failed to import Media “Golden Gate Bridge”
Failed to import Media “Sunburst Over River”
Failed to import Media “Boardwalk”
Failed to import Media “Yachtsody in Blue”
Failed to import Media “Rain Ripples”
Failed to import Media “Sydney Harbor Bridge”
Failed to import Media “Wind Farm”
Failed to import Media “Antique Farm Machinery”
Failed to import Media “Orange Iris”
Failed to import Media “Rusty Rail”
Failed to import Media “Sea and Rocks”
Failed to import Media “Big Sur”
Failed to import Media “Windmill”
Failed to import Media “Huatulco Coastline”
Failed to import Media “Brazil Beach”
Failed to import Media “Huatulco Coastline”
Failed to import Media “Boat Barco Texture”
Failed to import Media “dsc20040724_152504_532”
Failed to import Media “dsc20050604_133440_3421”
Failed to import Media “OLYMPUS DIGITAL CAMERA”
Failed to import Media “I Am Worth Loving Wallpaper”
Failed to import Media “Image Alignment 150x150”
Failed to import Media “Image Alignment 300x200”
Failed to import Media “Image Alignment 580x300”
Failed to import Media “Image Alignment 1200x4002”
Failed to import Media “Triforce Wallpaper”
Failed to import Media “Unicorn Wallpaper”
Failed to import Media “Eddy - Need (Remix)”
Failed to import Media “Horizontal Featured Image”
Failed to import Media “Vertical Featured Image”
Failed to import Media “Fight Club”
Failed to import Media “Iron Man 2”
Failed to import Media “Man Of Steel”
Failed to import Media “The Amazing Spider Man”
Failed to import Media “The Dark Knight Rises”
Failed to import Media “Static Pages”
Failed to import Media “Captain America”
All done. Have fun!

Remember to update the passwords and roles of imported users.
Astartebaal commented 8 years ago

Had exactly the same problem, tried to look for answers but didn't found any :-(

adamdipardo commented 8 years ago

Looks like all the media attachments got moved in the demo site. Was able to get around this issue by editing the wptest.xml file and then importing. Do a search and replace and change every occurrence of this:

http://wptest.io/demo/wp-content/uploads/

To this:

http://wptest.io/demo/wp-content/uploads/sites/2/

Astartebaal commented 8 years ago

Thanks a lot Adamdipardo, worked all fine now 👍