ecoecoe

Results 3 comments of ecoecoe

Same issue. When I import files, the spaces are replaced with underscore, so the import Errors remain. Issue reported as early as 2017: https://github.com/concrete5/addon_migration_tool/issues/41#issue-261331819

A solution could be to comment row 375 of file concrete/src/File/Service/File.php in the function "sanitize" before to start uploading files. This permit to finish the migration process. Naturally is a...

I solved this problem, and it seem to be all correct by comment that function in that lines, so the export process worked. It is only a trick, not the...