Bonjour,
Je fais mes premiers pas sur ZF. A partir du site ZF, j'ai installer le framework. Mes outils sont:
OS: Windows SP 3
Version de Zend: 1.11.11
J'utilise WampServer 2.x
Je voudrais d'abord savoir si ces outils correspondent à un bon environnement.
Quand je crée un projet avec la commande zf create project quickstart, la sortie console affiche:
Creating project at C:/wamp/www/quickstart
Note: This command created a web project, for more information setting up your V
HOST, please see docs/README
Testing Note: PHPUnit was not found in your include_path, therefore no testing a
ctions will be created.
Quand je lance maintenant mon navigateur, le dossier public n'est pas visible dans l’arborescence du dossier quickstart du projet. quanq je force en entrant l'url, http://localhost/quickstart/public j'ai cet erreur:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Toutefois, le dossier public est bien visible quand j'utilise l’explorateur de fichiers et dossiers. S'il vous plait, quelqu'un pour m'aider.
Partager