Note that there are some explanatory texts on larger screens.

plurals
  1. POSymfony 2 and gits : How do i install that vendors library ?? I got errors
    primarykey
    data
    text
    <p>I'm trying to set up a Symfony dev platform on webfactionnal. I'm using Git so when I download S2 I took th "without vendors" version and followed those <a href="http://symfony.com/doc/current/cookbook/workflow/new_project_git.html#cookbook-managing-vendor-libraries" rel="nofollow">instructions.</a></p> <p>So everything went fine until step 8 :<code>$ php bin/vendors install</code></p> <p>I got several error messages when trying to execute this line on my server : </p> <blockquote> <p>Warning: Wrong parameter count for parse_ini_file() in /home/quantum/webapps/quantumnetworks/bin/vendors on line 74</p> <p>Warning: Invalid argument supplied for foreach() in /home/quantum/webapps/quantumnetworks/bin/vendors on line 79 sh: ./vendor/bundles/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php: No such file or directory</p> <p>Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/quantum/webapps/quantumnetworks/app/console on line 13</p> <p>Parse error: syntax error, unexpected T_STRING, expecting</p> </blockquote> <p>all the files are originals.</p> <p>By the way, in the the /config.php I had that error : unable to read logs file, I've put it on 777 on my server and realize that it was named as log instead of logs ... why ?</p> <p>Thanks !</p> <blockquote> <p>T_CONSTANT_ENCAPSED_STRING or '(' in /home/quantum/webapps/quantumnetworks/app/console on line 13</p> </blockquote> <p>EDIT : I run php54 command to use php 5.4 as my hosting company advised me. But i still have some errors ,It download evrything, then i have </p> <blockquote> <p>Installing/Updating AsseticBundle</p> </blockquote> <p>and then come the error : </p> <blockquote> <p>Receiving objects: 100% (1918/1918), 251.85 KiB | 447 KiB/s, done. Resolving deltas: 100% (1164/1164), done. 61c9f363e73b4ecbb72f81eb62675260a1132048 HEAD is now at 41b5913 Merge pull request #27 from stof/disable_profiler</p> <p>Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/quantum/webapps/quantumnetworks/vendor/bundles/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php on line 35</p> <p>Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/quantum/webapps/quantumnetworks/app/console on line 13</p> <p>Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in /home/quantum/webapps/quantumnetworks/app/console on line 13</p> </blockquote> <p>So yeah were making progress, almost done :)</p> <p>EDIT2 :</p> <p>I called my host company, they said , when you execute a script in php, even if you type php54, the script itself, if it starts another script, won't call it with the 5.4 version. TO fix that, here are the 4 steps :</p> <pre><code>cd ~/webapps&lt;your application&gt; ln -s /usr/local/bin/php54 ./php export PATH=./:$PATH php54 bin/vendors install </code></pre> <p>need to do all of them</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload