You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
I installed the extension from marketplace and I found a issue with localization.
Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load: /index.php/tinymce/pt_BR.js
error — tinymce.jquery.min.js:9405
The text was updated successfully, but these errors were encountered:
Doesn't fix with nginx server, so I manually put route in the index.php on 16-line: 'language_url' => $app['url']('packages/pagekit/tinymce/languages/ru.js', and this solves the problem.
The error message from server was
/public_html/index.php/tinymce/ru-RU.js" failed (20: Not a directory)
I changed the patch in the packages/pagekit/tinymce/index.php to the right locale language. i am using nl_NL. Only nl.js is present. Also the path to this file is not right for me. I changed it to packages/pagekit/tinymce/languages/{locale}.js and i copied nl.js to nl_NL.js for me now it works.
I had a similar error, with de_DE and en_GB, this is the Console Output:
Use tinymce.min.js instead of tinymce.jquery.min.js. tinymce.jquery.min.js:1:19
Failed to load: /tinymce/en_GB.js tinymce.jquery.min.js:9405:6
I changed the packages/pagekit/tinymce/index.php on line 26 according to the guys above.
( From tinymce/{locale}.js to packages/pagekit/tinymce/languages/{locale}.js )
Now it all works flawless.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I installed the extension from marketplace and I found a issue with localization.
Failed to load resource: the server responded with a status of 404 (Not Found)
Failed to load: /index.php/tinymce/pt_BR.js
error — tinymce.jquery.min.js:9405
The text was updated successfully, but these errors were encountered: