Share

The PHP.INI file in BOTH

/etc/php/7.4/apache2/php.ini
and
/etc/php/7.4/cli/php.ini

need to be updated with the following:

  • short_open_tag = On
  • max_execution_time = 600
  • max_input_time = 1000
  • max_input_vars = 3000
  • memory_limit = 256M
  • error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING
  • post_max_size = 62M
  • upload_max_filesize = 62M
  • max_file_uploads = 50
  • date.timezone = America/Chicago
  • Remove: session.cache_limiter = nocache