KePitt2
unread,Dec 1, 2009, 7:13:06 PM12/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to symfony-es
No ha habido manera de actualizar mi proyecto a 1.3.
- Actualizo SF a la versión 1.3
- Actualizo sfGuardPlugin (el único utilizado) a su última versión.
- Actualizo el proyecto con project:upgrade1.3
- symfony propel:build-model
- symfony propel:build-sql
- symfony propel:build-forms
...
- symfony cc
- Entro en la página (login en el inicio), y tras hacer login:
------------------------------------------------------------
404 | Not Found | sfError404Exception
Empty module and/or action after parsing the URL "/acceder" (/).
stack trace
* at ()
in SF_SYMFONY_LIB_DIR\controller\sfFrontWebController.class.php
line 44 ...
41.
42. if (empty($moduleName) || empty($actionName))
43. {
44. throw new sfError404Exception(sprintf('Empty
module and/or action after parsing the URL "%s" (%s/%s).', $request-
>getPathInfo(), $moduleName, $actionName));
45. }
46.
47. // make the first request
...
----------------------------------------------------------------
No utilizo nada que esté obsoleto, al menos de lo que he visto.
Mi routing.yml:
## default rules
homepage:
url: /
param: { module: home, action: index }
sf_guard_signin:
url: /acceder
param: { module: sfGuardAuth, action: signin }
sf_guard_signout:
url: /salir
param: { module: sfGuardAuth, action: signout }
sf_guard_password:
url: /clave
param: { module: sfGuardAuth, action: password }
...
default_index:
url: /:module
param: { action: index }
default:
url: /:module/:action/*
AYUDA POR FAVOR!!! :(
Muchas gracias y espero que no hayáis tenido el mismo problema...