If one needs this app, the answer is probably yes. RT @margafret: Should I break up with my boyfriend?http://t.co/Jcbz7Kyc
May 1
Student’s brain activity flatlines during class: http://t.co/G1iDGAKf
April 26
What a terrible article. @Forbes: FBI warns that you need to clean up your computer or you could lose Internet access http://t.co/S1TAVPGh
I hate streets that use all the numbers.
iOS doesn’t crash any less than Android. It just doesn’t admit it when it happens.
iOS doesn’t crash any less than Android. It just doesn’t admit it when it happens.
April 23
RT @eileentv: A new favorite warning http://t.co/UUcyhqQo
April 13
Packed Titanic theater. The only guy. One of perhaps six old enough to have seen it the first time.
Jobs in IP intensive industries. http://t.co/uT23D3xc
R2D2 cake. Well done. http://t.co/HpPGDPz8
April 12
RT @ProPublica: A haunting photo essay on U.S. juvenile detention centers: http://t.co/lVL3Wivo #muckreads (via @coracurrier)
A picture was stolen… http://t.co/HcdlYonl
April 11
RT @jeffjarvis: Neat Kickstarter watch with changeable face: http://t.co/7s6qgnyo
April 10
RT @BoingBoing: Secret history of the near-construction of a lifesized Starship Enterprise in downtown Las Vegas http://t.co/HWwzW4lP
April 9
By packing a round sandwich in a square tin, one may avoid the arbitrariness otherwise involved in a diagonal cut, achieving maximum taste.
April 8
Brilliant: Repurpose a Squeeze Bottle for Perfect Pancakes http://t.co/3CqoPQ9t
April 6
RT @Canoe: Toronto cops threw the (Face)book at her http://t.co/Y4nF0sGd

Capifony fails on “bin/vendors install –reinstall”

Tuesday, Apr 3, 2012 10:28 pm
William Barnes

I was attempting to deploy my Symfony app using Capifony, but it just wouldn’t work. The first error in the train wreck was: “Warning: Wrong parameter count for parse_ini_file() in …/bin/vendors on line 69″. Like all problems that take forever to fix, this one was incredibly simple. My shared host had both php 5.2 and 5.3 installed. I added the following line to deploy.rb: set :php_bin, "/usr/local/bin/php-5.3"

Your path may differ.

Update: If you are having this problem, you also need to fix $interpreter in ‘bin/vendors’.