I haven't used FCK in some time and don't remember the details, but
it's possible that it's adding a new form element along with all of
the other page elements it creates.This would cause Security to
blackhole your submission. You could check for this by disabling
Security and checking $data after submit:

if (!empty($this->data))
{
        Debugger::log($this->data);
        // or die(debug($this->data));

If there's anything in there that's unexpected you could tell Security
to ignore it.

On Thu, Apr 23, 2009 at 8:02 AM, toby1kenobi <toby.math...@gmail.com> wrote:
>
> Anyone see (or think of) anything that might be causing my issue?
>
> Cheers,
>
> Toby
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to