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

Rich not working on the form element and getting js errors #141

Open
mdunbavan opened this issue Feb 12, 2014 · 1 comment
Open

Rich not working on the form element and getting js errors #141

mdunbavan opened this issue Feb 12, 2014 · 1 comment

Comments

@mdunbavan
Copy link

Hi,

I have installed the gem as suggested for Active Admin, all the rich js is being added to my head in the admin area which is great.

The only issue I have is the editor is not loading on my text area. The js errors are as follows:

Failed to load resource: the server responded with a status of 404 (Not Found) http://0.0.0.0:3000/ckeditor/config.js?t=D08E
Failed to load resource: the server responded with a status of 404 (Not Found) http://0.0.0.0:3000/ckeditor/skins/moono/editor.css?t=D08E
Failed to load resource: the server responded with a status of 404 (Not Found) http://0.0.0.0:3000/ckeditor/lang/en.js?t=D08E
Failed to load resource: the server responded with a status of 404 (Not Found) http://0.0.0.0:3000/ckeditor-contrib/plugins/richfile/plugin.js?t=D08E
Failed to load resource: the server responded with a status of 404 (Not Found) http://0.0.0.0:3000/ckeditor-contrib/plugins/MediaEmbed/plugin.js?t=D08E
Uncaught [CKEDITOR.resourceManager.load] Resource name "richfile" was not found at "/ckeditor-contrib/plugins/richfile/plugin.js?t=D08E". ckeditor.js?body=1:180

I am using rails 4 and in my active admin js I have this line:

= require rich

Can anyone tell my why I get this error?

Thanks,
Mark

@stansidel
Copy link

See Issue #88 (comment), it helped me.

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

No branches or pull requests

2 participants