I solved by putting
path:       %sf_web_dir%/js/ckeditor/
in the config/autoload.yml file
This could let your app load CKEditor class.

And, concerning to the components loading of ckeditor, put this in
app.yml
all:
  ckeditor:
    basePath:         /js/ckeditor/
this path is relative to the web root.

Hope this helps.

Cheers,
Fabrizio

On May 6, 10:33 pm, zubair <[email protected]> wrote:
> Hello guys,
>
> i have a problem using thesfCKEditorPlugin. i get the CKEditor class
> not found error!
>
> Anyone with this problem, pls?
>
> thanks
>
> --
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group 
> athttp://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to