Published: October 9, 2019
Last updated:

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

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

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

Solution

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

Posted in: Known issues, supee-11155

41 votes, 4.98 avg. rating (98% score)