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

files not found #13

Closed
barrancoguillaume opened this issue Jul 23, 2012 · 1 comment
Closed

files not found #13

barrancoguillaume opened this issue Jul 23, 2012 · 1 comment

Comments

@barrancoguillaume
Copy link

When I installed IvoryCKEditorBundle, CKeditor didn't show up. Firebug telled me it was because some files were not found.
They were not found because they were searched at http://localhost/ and not at http://localhost/my_project/.

I suggest this to fix it :
In Resources/view/Form/ckeditor_widget.html.twig :
Replace this line : var CKEDITOR_BASEPATH = '../../bundles/ivoryckeditor/';
By this : var CKEDITOR_BASEPATH = '{{ asset('bundles/ivoryckeditor') }}/';
It will automatically search the files in the assets directory.

@egeloen
Copy link
Owner

egeloen commented Jul 29, 2012

Fixed by #12

@egeloen egeloen closed this as completed Jul 29, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants