Reputation: 2311
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: Class 'Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass' not found in C:\xampp\htdocs\Symfony\vendor\symfony\src\Symfony\Component\DependencyInjection\Compiler\PassConfig.php on line 48
Upvotes: 3
Views: 2239
Reputation: 10467
I've wrote a post about this on my blog in polish [link points to the page translated to english]:
In general, the conclusion is that .tgz archives have some parts missing, and you must use .zip in order to get the full package.
Upvotes: 2
Reputation: 391
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.
Upvotes: 7