Sunday, January 3, 2010

Re: Problem with app_controller.php

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 <szustak.tom...@gmail.com> 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: