From CLI 1drush st This error is shown: 1PHP Fatal error: Uncaught Error: Call to undefined function cache_get() in xxxx Solution Is always due to php syntax error. What did you add just recently? Perhaps a semicolon is missing in settings.local.php? Further information in …
Read MoreIf you're seeing an error in your log: 1PHP Fatal error: Maximum execution time of 240 seconds exceeded in </path/to/any_file.php> on line xx Then you may need to edit your php.ini and update the variable 'maximum_execution_time'. Don't forget to restart your web service. If issue persist, then overrides is being …
Read More