Je n'arrive pas à afficher mon nouveau module dans symfony
Bonjour :D,
J'ai suivi les instruction du tutorial de symfony pour créer le module job de JobeetJob et ça a trés bien marché. Mais maintenent, j'ai créer mon propre module Bus, et j'ai suivi exactement les mémes instructions mais quand j'essaye d'y acceder par l'explorer en faisant le lien :
http://symfony/frontend_dev.php/bus ça marche pas !!!:roll:
ça me retourne cette exception :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| 404 | Not Found | sfError404Exception
Empty module and/or action after parsing the URL "/$bus/" (/).
stack trace
1. at ()
in SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 44 ...
if (empty($moduleName) || empty($actionName))
{
throw new sfError404Exception(sprintf('Empty module and/or action after parsing the URL "%s" (%s/%s).', $request->getPathInfo(), $moduleName, $actionName));
}
// make the first requestat sfFrontWebController->dispatch()in SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 159 ... */
public function dispatch()
{
$this->getController()->dispatch();
}
/**at sfContext->dispatch()in SF_ROOT_DIR/web/frontend_dev.php line 15 ...require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
$configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'dev', true);
sfContext::createInstance($configuration)->dispatch(); |
Quelqu'un pourai me dire s'il y a quelque chose qui m'a échaper ?
Merci.
Cordialement,