Description
Hi, I'm running PHP 5.4.3-1 at Fedora 16 32bits so I try with Symfony 2.0.14 and Symfony 2.0.13, in both cases the .tgz file, uncompress in my ROOT_DIRECTORY at /var/www/html/symfony, set owner to apache:apache recursive for all the directory and set app/cache and app/logs permission to 777 recursively too, and both cases return the same error/issue:
Whoops, looks like something went wrong.
1/1InvalidArgumentException: There is no extension able to load the configuration for "framework" (in /var/www/html/symfony/app/config/config_dev.yml). Looked for namespace "framework", found none
in /var/www/html/symfony/vendor/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php line 272
at YamlFileLoader->validate() in /var/www/html/symfony/vendor/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php line 242
at YamlFileLoader->loadFile() in /var/www/html/symfony/vendor/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php line 42
at YamlFileLoader->load() in /var/www/html/symfony/vendor/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php line 50
at DelegatingLoader->load() in /var/www/html/symfony/app/AppKernel.php line 34
at AppKernel->registerContainerConfiguration() in /var/www/html/symfony/app/bootstrap.php.cache line 863
at Kernel->buildContainer() in /var/www/html/symfony/app/bootstrap.php.cache line 779
at Kernel->initializeContainer() in /var/www/html/symfony/app/bootstrap.php.cache line 513
at Kernel->boot() in /var/www/html/symfony/app/bootstrap.php.cache line 544
at Kernel->handle() in /var/www/html/symfony/web/app_dev.php line 27
Any advice on this?