Thanks :)

I suggest you turn on debug (in config/core.php) and change your
admin_index code as:

[code]
...
        debug('Invoking $this->searchConditions');
        $conditions = $this->searchConditions($this->params);
...
[/code]

Then open admin_index in your browser and tell us the result - do you
see the debug message?
Enjoy,
   John


On Jan 3, 9:33 pm, szusty <[email protected]> wrote:
> Hi :)
>
> This code:
>
> [code]
> $this->Redirect->urlToNamed();
> [/code]
>
> is changing tags on url adres.
>
> This is a example from tutorial which i now doing and ther everything
> is ok but in my code not. I don't know why becouse i do everything
> identically ;/
>
> Thenks for help, and sorry for my lame english ;p

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, 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/cake-php?hl=en

Reply via email to