Skip to content
New issue

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

install-jsdeps.sh fails to get TinyMCE #6694

Closed
JintoAntony opened this issue Mar 24, 2019 · 2 comments
Closed

install-jsdeps.sh fails to get TinyMCE #6694

JintoAntony opened this issue Mar 24, 2019 · 2 comments

Comments

@JintoAntony
Copy link

It shows error when trying to update tinymce

Installing jQuery...
Wrote file /var/lib/roundcube/program/js/jquery.min.js
Done.

Installing jsTimezoneDetect...
Wrote file /var/lib/roundcube/program/js/jstz.min.js
Done.

Installing PublicKey.js...
Wrote file /var/lib/roundcube/program/js/publickey.js
Done.

Installing tinymce...
Fetching http://download.ephox.com/tinymce/community/tinymce_4.5.8.zip
ERROR: Incorrect sha1 sum of /var/lib/roundcube/temp/js_cache/tinymce-4.5.8.zip. Expected: 08b0757264adb86066940bbafb7aa9ec0c7c6685, got:

@alecpl
Copy link
Member

alecpl commented Mar 25, 2019

Looks like that URL is now different and the page redirects to new location. The installation script uses curl without -L argument, so it does not use redirect.

So, there are two ways to fix this. I think we'll just update the download URL in jsdeps.json file. ^The new URL is https://download.tiny.cloud/tinymce/community/tinymce_4.5.8.zip.

@alecpl alecpl added this to the 1.4.0 milestone Mar 25, 2019
@alecpl alecpl changed the title install-jsdeps.sh update error on roundcube version 1.3.8 install-jsdeps.sh fails to update TinyMCE Mar 25, 2019
alecpl added a commit that referenced this issue Mar 25, 2019
@alecpl alecpl changed the title install-jsdeps.sh fails to update TinyMCE install-jsdeps.sh fails to get TinyMCE Mar 25, 2019
alecpl added a commit that referenced this issue Mar 25, 2019
@alecpl
Copy link
Member

alecpl commented Mar 25, 2019

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants