Tyler Freeman
unread,May 20, 2012, 11:10:37 PM5/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apostr...@googlegroups.com
Hi,
I just spent all day getting my site up on to work on GoDaddy
*shudder* don't ever do it if you don't have to.
Among the numerous problems I had to solve was that the CLI PHP
version was of course different that what the web server was running.
I changed the $PATH with the .bash_profile and wrote a custom php.ini
that I had to explicitly point to to get past this error:
Warning: array_shift(): The argument should be an array
from sfCommandManager.class.php on line 122
Now I have everything working, but I need to get the auto syncing
working between my site and Vimeo. My question is what is a good way
to test this? I'm worried that when symfony does anything automaticly
it's going to run afoul of the old CLI PHP version or the bad php.ini
it defaults to.
Any suggestions on what to change or where to look?
thanks,
Tyler