서버에서 다음 오류가 발생합니다
Fatal error: Call to undefined function cache_get() in includes/module.inc on line 665
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to undefined function cache_get() in includes/module.inc, line 665
이 문제를 해결하는 방법?
필자의 경우 우분투는 기본적으로 php7을 사용하도록 설정되었습니다. 서버가 php5를 사용한다고 가정하고 Drush는 php5가 필요합니다 ... 시도
—
Jorge Orpinel
sudo ln -sfn /usr/bin/php5 /etc/alternatives/php
function cache_get() { return false; }
했습니다settings.php
.