Thread Starter
nobu1
(@nobu1)
Hello.
I saw the page, thank you.
Specifically, where part of where file should I rewrite?
I will wait the update.
Hi nobu1,
I’m sorry, I don’t understand your question. Could you please elaborate?
Thank you
Thread Starter
nobu1
(@nobu1)
Hello,
I want to remove this error message.
Hi nobu1,
As you can read in the link I already sent you, when the plugin replaces the path of the old images with the new path, several things need to be checked. For a faulty website, it’s possible that the end result of the source image path is a directory (i.e. the image metadata is empty, corrupted or something else caused by other plugins). Let’s imagine the source was /var/www/site/wp-content/uploads/2024/05, in which case all images in that directory would be replaced with the new image, and that would corrupt a lot of post content.
To prevent this, we check if something exists that shouldn’t exist, and if that’s the case, we abort the process. On basedir-sensitive websites, however, this leads to a basedir warning, because the correct input here should be a relative and not a full path. In any case, don’t worry, it’s just a warning and not an error.
In other words, if you really need this warning message to be gone, please reach out to your hosting provider with the above information so they can help you out.
Best,