Note for upgrade to Release 2.7.6

From BOARD18 Project WIKI
Revision as of 08:47, 17 March 2021 by Rich (talk | contribs)
Jump to navigation Jump to search

Before upgrading to release 2.7.6 or any subsequent release from a release prior to release 2.7.6 please perform the following procedure.

  1. Start a terminal session on the instance to be upgraded.
  2. Go to the utility directory. cd utility
  3. Edit config.php. pico config.php
  4. Add the following lines to the end of the file.
// The SET_MET value is used to set the session wide
// MAX_EXECUTION_TIME value in milliseconds. Default is 0.
// A value of 0 indicates no timeouts will occur. 
define('SET_MET', 0);

Then save the edit session.