Skip to content

Undefined index: ckeditor #121

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

Closed
bjsmasth opened this issue Mar 19, 2015 · 4 comments
Closed

Undefined index: ckeditor #121

bjsmasth opened this issue Mar 19, 2015 · 4 comments

Comments

@bjsmasth
Copy link

I have used FMElfinderBundle and TrsteelCkeditorBundle and configure as mentioned in documentation. Unfortunately i have got Undefined index: ckeditor

@helios-ag
Copy link
Owner

Can you post your full configuration?

@Hakadel
Copy link

Hakadel commented May 6, 2015

I use ivory but I think it's the same, this is my config.yml

ivory_ck_editor:
    default_config: default
    configs:
        default:
            filebrowserBrowseRoute: elfinder
            filebrowserBrowseRouteParameters: []

Make sure you have an empty array for 'filebrowserBrowseRouteParameters'.

I think you actually have : instance: ckeditor

@GoZOo
Copy link

GoZOo commented May 21, 2015

i have same error and solve it doing :

filebrowser_image_browse_url:
            route: elfinder
            route_parameters: []

@helios-ag
Copy link
Owner

Fixed readme in 6a04bbd

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

4 participants