Hello,

i try the last hour with a new generated project. And it works ... so
now i found the Problem:

in my AppController i wrote this:

<?php
  class AppController extends Controller {
      var $components = array('Acl',
                                                  'Auth' => array(
                                                        'authError' => 'Did you 
really think you are allowed to
see that?'
                              ), 'Session');

      public function beforeFilter(){
        $this->Auth->allow('*');
      }

  }
?>

and i get a blank page.



On 19 Dez., 16:28, AD7six <andydawso...@gmail.com> wrote:
> On Dec 19, 11:46 am, gloop <gl...@web.de> wrote:
>
> > Same issue with Cakephp 2.0.3.
>
> Does anything in your application work? How are you checking if it
> works or not?
>
> AD

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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

Reply via email to