Re: drush 5.3 failing to launch under php 5.3.22

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux