-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Call to undefined method Drush\Boot\DrupalBoot8::get_version() #1760
Comments
PHP Fatal error: Uncaught Error: Call to undefined method Drush\Boot\DrupalBoot8::get_version() in /usr/local/drush/drush/drush/drush/includes/drupal.inc:41 |
please post full log with --debug, including the command you are running. |
This is odd because the Maybe you're somehow running a copy of Drush that is partially older code and some newer code? |
APC or the built-in 5.5 opcache can intermittently cause these sorts of problems also. Try disabling opcache in your php.ini file or reset it manually: http://php.net/manual/en/function.opcache-reset.php |
Using the Drush script found at /usr/local/drush/drush/drush/drush/drush.launcher using pcntl_exec |
what command are you running? also please run |
panjunliu@mac: |
panjunliu@mac:~/Sites/drupal8 > drush cache-rebuild --debug |
@weitzman PHP 7.0.0RC6 (cli) (built: Nov 4 2015 03:24:16) ( NTS ) |
when I disabled opcache, the error still exist. |
Are you able to try with PHP 5? |
Pretty sure this a local problem. Please completely remove Drush and reinstall drush 8.0.0 |
Fatal error: Call to undefined method Drush\Boot\DrupalBoot8::get_version() in /usr/local/drush/drush/drush/includes/drupal.inc on line 41
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to undefined method Drush\Boot\DrupalBoot8::get_version() in /usr/local/drush/drush/drush/includes/drupal.inc,
line 41
Drush Version : 8.0.0-rc3
drupal version: 8.0.0-rc3
os: mac osx 10.11.1
The text was updated successfully, but these errors were encountered: