We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use the maleko update in order to import my old wordpress in my new refinery blog.
But when i try to import media with accented words in filenames, rake abort and says : bad URI(is not URI?): http://www.mypersonaldomain.com/blog/wp-content/uploads/2010/04/défilé_rallye.jpg
When i remove accented words in the XML, it works but now i have a 404 error because the file doesn't exist (it's normal).
Could we find a way to accept accented words in uri and skip the file if there is a 404 error with the log of that ?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use the maleko update in order to import my old wordpress in my new refinery blog.
But when i try to import media with accented words in filenames, rake abort and says :
bad URI(is not URI?): http://www.mypersonaldomain.com/blog/wp-content/uploads/2010/04/défilé_rallye.jpg
When i remove accented words in the XML, it works but now i have a 404 error because the file doesn't exist (it's normal).
Could we find a way to accept accented words in uri and skip the file if there is a 404 error with the log of that ?
Thanks
The text was updated successfully, but these errors were encountered: