Thanks Ant, this was the problem
Cheers
Ing. Reynier Pérez Mira
Grupo de Soporte al Desarrollo - Dirección Técnica IP


> -----Original Message-----
> From: symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED]
> On Behalf Of Ant Cunningham
> Sent: Thursday, June 05, 2008 10:37 AM
> To: symfony-users@googlegroups.com
> Subject: [symfony-users] Re: new project sfConfigurationException error
> 
> 
> Its probably because you used the module name default. Since you didn't add
> all the methods in the skeleton default module or redirect them via
> configuration it can't find them.
> 
> 
> On 6/5/08 10:28 AM, "Reynier Perez Mira" <[EMAIL PROTECTED]> wrote:
> 
> >
> > Hi,
> > I'm trying to start a fresh Project and aparently al lis fine. When I open
> the
> > page for check if every is fine as I thought this error appear:
> >
> > ==========
> > [sfConfigurationException]
> > Invalid configuration settings: [sf_error_404_module] "default",
> > [sf_error_404_action] "error404"
> > stack trace
> >
> >     * at ()
> >       in SF_SYMFONY_LIB_DIR/controller/sfController.class.php line 218 ...
> >              215.         $error = 'Invalid configuration settings:
> > [sf_error_404_module] "%s", [sf_error_404_action] "%s"';
> >              216.         $error = sprintf($error, $moduleName,
> $actionName);
> >              217.
> >              218.         throw new sfConfigurationException($error);
> >              219.       }
> >              220.     }
> >      221.
> >     * at sfController->forward('default', 'module')
> >       in SF_SYMFONY_LIB_DIR/action/sfAction.class.php line 137 ...
> >
> > ...
> >
> > I didn't touch any code yet simply I start  a new Project (symfony new),
> > create the application (symfony app backend), add a default module(symfony
> > module backend default) and test if this work. ¿Any idea? I'm using Ubuntu
> > Linux Server 8.04 como OS, Symfony 1.0.16 and PHP 5.2.4-2ubuntu5.1
> >
> > Cheers and thanks in advance
> > Ing. Reynier Pérez Mira
> > Grupo de Soporte al Desarrollo - Dirección Técnica IP
> >
> > >
> 
> 
> 
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to