I have installed symfony from the tutorial Tutorial.The installation is ok and it shows me the Welcome page but when i click on configure your symfony app
it gives the following error
Fatal error: Clas开发者_运维技巧s 'Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass' not found in C:\xampp\htdocs\Symfony\vendor\symfony\src\Symfony\Component\DependencyInjection\Compiler\PassConfig.php on line 48
There are differences between zip and tar.gz archives. If you are working on windows, I recommend download and use zip archive of Symfony standard edition.
I've wrote a post about this on my blog in polish [link points to the page translated to english]:
http://translate.google.pl/translate?hl=pl&sl=pl&tl=en&u=http%3A%2F%2Fblog.kowalczyk.cc%2F2011%2F04%2F01%2Fsymfony2-fatal-error-class-resolvedefinitiontemplatespass-not-found-in-pathpassconfig-php-on-line-line%2F
In general, the conclusion is that .tgz archives have some parts missing, and you must use .zip in order to get the full package.
精彩评论