Published: October 9, 2019
Last updated:

SUPEE-11219: different line endings for js/tiny_mce/plugins/media/editor_plugin_src.js

On attempt to apply SUPEE-11219 the following error reported:

checking file js/tiny_mce/plugins/media/editor_plugin_src.js
Hunk #1 FAILED at 379 (different line endings).
1 out of 1 hunk FAILED

Solution

Correct line endings in js/tiny_mce/plugins/media/editor_plugin_src.js from dos to unix with:
$ sed -ie 's/\x0D$//' js/tiny_mce/plugins/media/editor_plugin_src.js
and re-run the patch script.

Posted in: Known issues, supee-11219

40 votes, 4.95 avg. rating (98% score)