Re: how to disable security component for a single action?

2010-11-08 Thread massl
Just in case someone finds this at google (like me): Don't forget to add another = after $this->action. Or better: if(isset($this->Security) && 'myaction' == $this->action) { $this->Security->enabled = false; -- View this message in context: http://cakephp.19694.n2.nabble.com/how-to-disable-

I18N problem with default language (FIXED)

2010-05-26 Thread massl
>category][$_this->__lang][$domain] == 0)) {". So I have forced cake to re-read the language file if it doesn't contain anything. This happened with CakePHP 1.2.6 as well as 1.2.7. But enough of this blah. The problem was, that I've used __() in bootstrap.php - which was o

Re: passing more parameters leads to duplicate content

2010-05-05 Thread massl
for this (no code needed, just theoretical). massl Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, se

passing more parameters leads to duplicate content

2010-05-05 Thread massl
e to enter the parameter count. Does someone maybe have a better idea to solve this issue? massl Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "Ca

_Token missing after submitted ajax form

2009-02-20 Thread massl
Hey, this is my first post, so please be gentle to me ;) I've created an ajax form to submit some data (nothing special here). When this data is verified I'd like to redirect to another action in the same or another controller (error occurs with both variants). This also should be nothing specia