সার্ভারে আমি নিম্নলিখিত ত্রুটিটি পাচ্ছি
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
কিভাবে এটি ঠিক করবেন?
sudo ln -sfn /usr/bin/php5 /etc/alternatives/php
function cache_get() { return false; }
থেকেsettings.php
।