[Mon Oct 06 20:17:00 2008] [error] [client 127.0.0.1] Empty module and/or action after parsing the URL "/images/platgestion.ico" (/).
[Mon Oct 06 20:17:00 2008] [error] [client 127.0.0.1] PHP Fatal error: Uncaught exception 'sfStopException' in D:\\Development\\symfony1.1\\lib\\filter\\sfBasicSecurityFilter.class.php:86\nStack trace:\n#0 D:\\Development\\symfony1.1\\lib\\filter\\sfBasicSecurityFilter.class.php(50): sfBasicSecurityFilter->forwardToLoginAction()\n#1 D:\\Development\\WWW\\gestion.local\\cache\\backend\\prod\\config\\config_core_compile.yml.php(1189): sfBasicSecurityFilter->execute(Object(sfFilterChain))\n#2 D:\\Development\\WWW\\gestion.local\\cache\\backend\\prod\\config\\config_core_compile.yml.php(1152): sfFilterChain->execute()\n#3 D:\\Development\\WWW\\gestion.local\\cache\\backend\\prod\\config\\config_core_compile.yml.php(1189): sfRenderingFilter->execute(Object(sfFilterChain))\n#4 D:\\Development\\WWW\\gestion.local\\cache\\backend\\prod\\config\\config_core_compile.yml.php(734): sfFilterChain->execute()\n#5 D:\\Development\\symfony1.1\\lib\\exception\\sfError404Exception.class.php(49): sfController->forward('default', 'error404')\n#6 D:\\Development\\WWW\\gestion.local\\cache\\backend\\prod\\config\\config_core_compile.yml.php(2530): sfError404Excep in D:\\Development\\symfony1.1\\lib\\filter\\sfBasicSecurityFilter.class.php on line 86
[Mon Oct 06 20:17:03 2008] [error] [client 127.0.0.1] Empty module and/or action after parsing the URL "/images/platgestion.ico" (/).
[Mon Oct 06 20:17:03 2008] [error] [client 127.0.0.1] PHP Fatal error: Uncaught exception 'sfStopException' in D:\\Development\\symfony1.1\\lib\\filter\\sfBasicSecurityFilter.class.php:86\nStack trace:\n#0 D:\\Development\\symfony1.1\\lib\\filter\\sfBasicSecurityFilter.class.php(50): sfBasicSecurityFilter->forwardToLoginAction()\n#1 D:\\Development\\WWW\\gestion.local\\cache\\backend\\prod\\config\\config_core_compile.yml.php(1189): sfBasicSecurityFilter->execute(Object(sfFilterChain))\n#2 D:\\Development\\WWW\\gestion.local\\cache\\backend\\prod\\config\\config_core_compile.yml.php(1152): sfFilterChain->execute()\n#3 D:\\Development\\WWW\\gestion.local\\cache\\backend\\prod\\config\\config_core_compile.yml.php(1189): sfRenderingFilter->execute(Object(sfFilterChain))\n#4 D:\\Development\\WWW\\gestion.local\\cache\\backend\\prod\\config\\config_core_compile.yml.php(734): sfFilterChain->execute()\n#5 D:\\Development\\symfony1.1\\lib\\exception\\sfError404Exception.class.php(49): sfController->forward('default', 'error404')\n#6 D:\\Development\\WWW\\gestion.local\\cache\\backend\\prod\\config\\config_core_compile.yml.php(2530): sfError404Excep in D:\\Development\\symfony1.1\\lib\\filter\\sfBasicSecurityFilter.class.php on line 86
[Mon Oct 06 20:17:08 2008] [error] [client 127.0.0.1] An internal URI must contain a module and an action (module/action) ("" given)., referer: http://gestion.local/
[Mon Oct 06 20:17:08 2008] [error] [client 127.0.0.1] Empty module and/or action after parsing the URL "/favicon.ico" (/).
[Mon Oct 06 20:17:11 2008] [error] [client 127.0.0.1] Empty module and/or action after parsing the URL "/favicon.ico" (/).
He hecho los siguientes cambios en el fichero routing.yml:
homepage:
url: /
param: { module: geslicsoft, action: index }
Y la función Index de mi action.class.php es esta:
public function executeIndex($request)
{
$user = $this->getUser();
if (!$user->isAuthenticated()) {
return $this->redirect('@sf_guard_signin');
}
$this->culture = $user->getCulture();
return sfView::SUCCESS;
}
¿Donde está el problema?
Saludos y gracias desde ya
Ing. Reynier Pérez Mira
Grupo de Soporte al Desarrollo - Dirección Técnica IP