|
|||||||
| Zend Framework Forum d'entraide sur la programmation PHP avec Zend Framework. Avant de poster -> FAQ ZF, Cours ZF |
|
|
Publicité ' | |||||||||||||||||||||
|
|
|
Outils de la discussion |
|
|
#1 |
|
Membre du Club
![]() bacar ndiayeDéveloppeur informatique Inscription : avril 2011 Messages : 73 ![]() |
bonjour,
j'ai installé zend framwork et tout marchait bien, mais quand j'ai crée mon projet et que j'ai fait mais fichier normal en suivant un tutoriel sur developpez, des que je voulai visualer une parti du travail. il ya une erreur qui est généré, qui est: Fatal error: Uncaught exception 'Zend_Config_Exception' with message 'syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in I:\wamp\www\projetzf\library\Zend\Config\Ini.php on line 181 Zend_Config_Exception: syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in I:\wamp\www\projetzf\application/configs/application.ini on line 28 in I:\wamp\www\projetzf\library\Zend\Config\Ini.php on line 181 svp sad , s'il quelqu'un qui en connais plus que moi pour maider à ce probleme, à savoir que jai pas touché au fichier ini.php tout est corret dessus le fichier application.ini est fait tel est le code suivant: [production] phpSettings.display_startup_errors = 0 phpSettings.display_errors = 0 includePaths.library = APPLICATION_PATH "/../library" bootstrap.path = APPLICATION_PATH "/Bootstrap.php" bootstrap.class = "Bootstrap" appnamespace = "Application" resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers" resources.frontController.params.displayExceptions = 0 phpSettings.date.timezone = "Europe/London" resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/" resources.view.doctype = "XHTML1_STRICT [staging : production] resources.db.adapter = PDO_MYSQL resources.db.params.host = localhost resources.db.params.username = root resources.db.params.password = "" resources.db.params.dbname = zf-tutoria [testing : production] phpSettings.display_startup_errors = 1 phpSettings.display_errors = 1 [development : production] phpSettings.display_startup_errors = 1 phpSettings.display_errors = 1 "ligne 28 est" resources.frontController.params.displayExceptions = 1 |
|
|
00
|
Copyright © 2000-2012 - www.developpez.com