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

From BOARD18 Project WIKI
Jump to navigation Jump to search
m
(total rewrite)
 
Line 1: Line 1:
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.
Release 2.7.6 has been deprecated and should not be used. Changes related to it have been backed out of subsequent releases.


# Start a terminal session on the instance to be upgraded.
All subsequent releases can now be upgraded to from a release prior to release 2.7.6 without performing any extra steps.
# Go to the utility directory. '''cd utility'''
# Edit config.php. '''pico config.php'''
# Add the following lines to the end of the file.
<pre>
// 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);
</pre>
Then save the edit session.

Latest revision as of 10:05, 27 May 2021

Release 2.7.6 has been deprecated and should not be used. Changes related to it have been backed out of subsequent releases.

All subsequent releases can now be upgraded to from a release prior to release 2.7.6 without performing any extra steps.