Hi,

My app do indeed have the correct structure. The default module works,
but fails for the admin module. So there is something else. Any ideas?

[EMAIL PROTECTED] application]$ pwd
/var/www/html/unimechgroups.com/httpdocs/application
[EMAIL PROTECTED] application]$ find -type d
.
./controllers
./controllers/admin
./models
./views
./views/helpers
./views/filters
./views/scripts
./views/scripts/index

/Peter

On Sun, 2007-11-18 at 12:00 -0500, Matthew Weier O'Phinney wrote:
> create the following structure:
> 
>     controllers/
>         IndexController.php
>         Admin/
>             IndexController.php
>     views/
>         scripts
>             footer.phtml
>             header.phtml
>             menu.phtml
>             index/
>                 index.phtml
> 
> It's clear from your error message that the views directory is not at
> the same level as your controllers directory; the ViewRenderer uses
> the
> above directory structure to determine where to look for views, so if
> your structure does not match it, you'll have issues.

Reply via email to