Tagged Questions
0
votes
0answers
26 views
Symfony v2.2.1 kernel.trust_proxy_headers must be defined
Trying to use Symfony v2.2.1.
I can clear the dev cache without any problem, but when I try to clear prod cache, it keeps telling me:
...
0
votes
1answer
27 views
Composer - .phar and .json file locations - Symfony2
I'm trying to install this https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/index.md and I'm following the Composer install advice.
When I installed Symfony2 I also ...
-2
votes
0answers
37 views
php - composer / symfony2 xml/csv export [closed]
I currently have to create a new Export-API that receives some Objects, puts those Objects into a filter to get diffrent Output-formats like xml,csv etc.
So basically what I need is a library that is ...
0
votes
2answers
30 views
Symfony2 stop Composer installing parameters.yml.dist into parameters.yml
New in symfony 2.3 the composer install script also copies the parameters.yml.dist file contents into the parameters.yml file, explained further here.
My question is, how can I stop composer ...
0
votes
1answer
25 views
Doctrine2 Mutliple DBs without Symfony2?
Hey guys I know that using the Doctrinebundle in Symfony2 it is possible to instantiate multiple DB connections under Doctrine...
$connectionFactory = ...
0
votes
1answer
70 views
Symfony 2.3 Composer Requested Package Not Found
I receive the following error every time I try to run composer update:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package ...
0
votes
1answer
38 views
Capifony (Capistrano) asks for github credentials when trying to deploy Symfony2 app
I am trying to put my website in production with capifony (capistrano) symfony2 app
Everything goes well but at some point it asks about Github credentials for private repos.
here is my error
...
0
votes
2answers
38 views
Symfony InvalidArgumentException when running app/console
I have been developing a website using Symfony. Everything was good until earlier today I was adding some Fixtures using the DoctrineFixturesBundle and ran the "app/console" command. I received the ...
1
vote
2answers
70 views
Capistrano - Forward key to work composer properly
While deploying I got:
--> Updating Composer dependencies
....
** [out :: myproj] Could not fetch ...
1
vote
1answer
94 views
Cannot setup sonata using composer
I have set up symfony using composer.
I have added some dependancies in my composer .json file like so:
{
"name": "symfony/framework-standard-edition",
"license": "MIT",
"type": "project",
...
1
vote
1answer
82 views
Cannot update “Updating dependencies (including require-dev)” with composer update -v
Cannot update "Updating dependencies (including require-dev)" with composer update -v
Use Windows 7
PHP: 5.4.7
OpenSSL enabled for CLI
Composer version c93aecee4d3998d17a1986f042187d38dd394397
...
0
votes
1answer
35 views
Update composer from command line
I am currently working with symfony2 and I want to launch to download the libraries I need. I know the command in linux is "$ ./composer.phar update --dev" however when I run this in windows it ...
0
votes
2answers
100 views
Composer freezing when installing symfony vendors
I'm trying to install Symfony 2. I get the same issue of I download the archive without vendors and if I try to install via curl.
Running OSX/MAMP setup.
➜ composer install
Loading composer ...
0
votes
1answer
46 views
Cannot install CalendarBundle via Composer
I want to use yvoyer/CalendarBundle on my Symfony2.2 project.
I add it on composer.json and run:
composer update star/calendar-bundle --prefer-source
And it return this error:
$ composer update ...
0
votes
0answers
112 views
Symfony + Composer update dependency issues
I'm running into issues trying to update my Symfony proj:
php composer.phar update
Which returns:
Problem 1
- Conclusion: don't install symfony-cmf/symfony-cmf 1.0.0-alpha1
- remove ...