anand-patel / oc-wysiwyg-editors

Wysiwyg Editors for October CMS
MIT License
27 stars 30 forks source link

ckeditor does not load #44

Open taviroquai opened 9 years ago

taviroquai commented 9 years ago

This can be fixed by setting the CKEDITOR base url.

naneri commented 8 years ago

I have the same problem with TinyMCE

tiny

rraulinio commented 8 years ago

So, how can I fix this?

ixperiencenl commented 8 years ago

I have the same problem. You have to hardcode the editor into your CMS as a quick fix. Issue #43 has the answer for this.

richlove1 commented 8 years ago

Same issue here. Any ideas?

naneri commented 8 years ago

@richlove1 tinymce shoould be included into the page.

richlove1 commented 8 years ago

I'm having trouble that ckeditor does not load. TinyMCE loads but does not save content or recognise changes

anand-patel commented 8 years ago

Sorry, but right now busy with other important stuff, will look into this as i will get time(after 2-3 days)

dkaitou commented 6 years ago

Hi @anand-patel

Thank you for providing this plugin. I have similar problem on my Google Chrome.

Chrome version = 64.0.3282.167 (Official Build) (64-bit) October CMS version = 1.0 PHP version = 7.1.4

The TinyMCE doesn't load on CMS -> Page The CKEditor only show with a tiny input area.

Is there any configurations that I need to change to fix this problem ?

Thank you.

dkaitou commented 6 years ago

Hi @anand-patel

I have found the issue and resolved it. The problem is from backend -> Back-end preferences -> Region -> Locale .

I did use English (Australia) and editor was trying to find en-au.js lang file.
After updating it to English (United States), the editor started to load without any problems.

Hopefully this can help someone.

Kind regards