We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Can anyone tell my why I get this error?
Thanks, Mark
The text was updated successfully, but these errors were encountered:
See Issue #88 (comment), it helped me.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: