Re: FCK editor filling textarea with home page

2011-02-22 Thread WhyNotSmile
I found the solution to this. The problem was that my site was in a subdirectory, but the fck helper file was just pointing to the webroot as if it was at the top level. Adding in the subdirectory to the fck basepath solved the problem. i.e. in the fck helper, in the constructor, I had

FCK editor filling textarea with home page

2011-02-21 Thread WhyNotSmile
I'm using fck with CakePHP, on some admin pages. I thought I'd done what I've always done, but this time around, instead of seeing a blank textarea in the admin form, I see a textarea which has the home page in it - the full html. I looked around, and found someone with a similar solution - they