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