same problem
to fix it change
\wp-content\plugins\wp-ultimate-csv-importer\includes\WPImporter_includes_helper.php line 514
$fimg_name = wp_unique_filename($fimg_path, $fimg_name, $path_parts['extension']);
to
$fimg_name = wp_unique_filename($fimg_path, $fimg_name . '.' . $path_parts['extension']);
Thread Starter
Marc
(@marcceltagalapagos)
Thank you! works like a treat!
Btw, I can’t find a similar import plug-in to import just images via CSV/XML to import also the meta title, alt, description, etc. Do you know such plug in?
Thanks for the update. And do you mean a importer for media files alone?
Thread Starter
Marc
(@marcceltagalapagos)
Yes, something to upload/import title, caption, alt, description, etc…
🙂
There is no plugin available upto my knowledge
Thread Starter
Marc
(@marcceltagalapagos)
Yes, I couldn’t find one either, so I did all manually again… 🙂 Thnak YOU 🙂
That is good to know. Thanks