Code which I have only to check but even this one doesn't work:

-- file name: banners_controller.php: ---
class BannersController extends AppController
{
        var $name = 'Banners';
        var $beforeFilter = array('checkSession', 'getName',
'getCategories');
        var $components = array('Upload');


        function index() {

        }
}


On 31 Mar, 11:16, <[EMAIL PROTECTED]> wrote:
> maybe it's related with code in your controller.
> Post something
>
> > -----Messaggio originale-----
> > Da: [email protected]
> > [mailto:[EMAIL PROTECTED] Per conto di poncjusz
> > Inviato: sabato 31 marzo 2007 9.35
> > A: Cake PHP
> > Oggetto: Unusual Internal Server Error problem
>
> > Hi,
>
> > I've got strange problem with 'Internal Server Error'. My
> > administration panel is working without any problem but when
> > I upload new controller (new functionality)- this particular
> > controller doesn't work because of 'Internal Server Error'.
>
> > Do you know what could cause problem?
>
> > regards
> > Tomek


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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