Warning: session_start() [function.session-start]: Cannot send session
cache limiter - headers already sent (output started at
H:\www_root\zakazky\ishop\app\controllers\components\oth_auth.php:1450)
in H:\www_root\zakazky\ishop\cake\libs\session.php on line 146

I think you have a space *after* the closing php tag ?>, the tag should
be the last thing in the file, this is a common mistake.

for what you think is a bug. the access_page is only accessible if the
user has logged in successfully, it is *not* a page accessible by
everyone, you can call it redirect_after_login_page if you want. if you
restrict all actions in othAuthRestrictions, then you need to have
permissions for it in the database.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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