[symfony-users] Re: sfCKEditorPlugin not dislplaying

2010-05-26 Thread Ricardo
Hi, I have the same problem. I did what you did in the config.yml and autoload.yml but I still having this problem. What do you think I could do ? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

[symfony-users] Re: sfCKEditorPlugin not dislplaying

2010-05-17 Thread Fabrizio Cuscini
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