Difference between revisions of "Note for upgrade to Release 2.7.6"

From BOARD18 Project WIKI
Jump to navigation Jump to search
m
m
Line 9: Line 9:
// MAX_EXECUTION_TIME value in milliseconds. Default is 0.
// MAX_EXECUTION_TIME value in milliseconds. Default is 0.
// A value of 0 indicates no timeouts will occur.  
// A value of 0 indicates no timeouts will occur.  
define('SET_MET', 0);
  define('SET_MET', 0);
</pre>
</pre>
Then save the edit session.
Then save the edit session.

Revision as of 08:57, 17 March 2021

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.