<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>fatal-error on IT Quicktasks</title><link>https://quicktasks.ismael.casimpan.com/tags/fatal-error/</link><description>Recent content in fatal-error on IT Quicktasks</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2018–2022, Ismael Casimpan Jr.; All Rights Reserved</copyright><lastBuildDate>Fri, 17 Apr 2020 23:50:10 +0800</lastBuildDate><atom:link href="https://quicktasks.ismael.casimpan.com/tags/fatal-error/index.xml" rel="self" type="application/rss+xml"/><item><title>Fatal Error: Call to undefined function cache_get()</title><link>https://quicktasks.ismael.casimpan.com/post/fatal-error-call-to-undefined-function-cache_get/</link><pubDate>Fri, 17 Apr 2020 23:50:10 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/fatal-error-call-to-undefined-function-cache_get/</guid><description>
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 https://www.drupal.org/forum/support/post-installation/2016-06-23/fatal-error-call-to-undefined-function-cache_get</description></item><item><title>PHP Fatal Error: Maximum Execution time exceeded</title><link>https://quicktasks.ismael.casimpan.com/post/maximum-execution-time-exceeded/</link><pubDate>Fri, 07 Feb 2020 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/maximum-execution-time-exceeded/</guid><description>
If you're seeing an error in your log:
1PHP Fatal error: Maximum execution time of 240 seconds exceeded in &amp;lt;/path/to/any_file.php&amp;gt; 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 done in code. Search it as follows and fix accordingly:
1grep -Ri max_execution_time ./*</description></item></channel></rss>