> > Well, it seems pretty obvious to me. Try rereading the error; > "PHP Warning: parse_ini_file(/opt/php-5.3.22/bin/includes/../drush.info): > failed to open stream: No such file or directory". This means that when PHP > tried to read "/opt/php-5.3.22/bin/includes/../drush.info" it could not > find the file. > So what you should do is... check where that file went :) > Obviously, "/opt/php-5.3.22/bin/includes/../drush.info" means it's in > "/opt/php-5.3.22/bin/drush.info" (since ../ means 'go up 1 directory'). Yup! Makes sense now. Thanks, Tul! Tim On Wed, Jun 11, 2014 at 5:40 PM, Maciek Sokolewicz < maciek.sokolewicz@xxxxxxxxx> wrote: > On 11-6-2014 19:41, Tim Dunphy wrote: > >> PHP Warning: parse_ini_file(/opt/php-5.3.22/bin/includes/../drush.info): >> failed to open stream: No such file or directory >> > > Well, it seems pretty obvious to me. Try rereading the error; > > "PHP Warning: parse_ini_file(/opt/php-5.3.22/bin/includes/../drush.info): > failed to open stream: No such file or directory". This means that when PHP > tried to read "/opt/php-5.3.22/bin/includes/../drush.info" it could not > find the file. > > So what you should do is... check where that file went :) > Obviously, "/opt/php-5.3.22/bin/includes/../drush.info" means it's in > "/opt/php-5.3.22/bin/drush.info" (since ../ means 'go up 1 directory'). > > Good luck, > - Tul > -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B