Log Configuration Error TNG v12.2
Posted: Mon Jan 13, 2020 10:56 am
Before making changes, consider upgrading. This modification was corrected in TNG v12.3
TNG V12.2 has a non-critical error that occurs when you update the log configuration settings in the admin menu. It does not cause any user problems but generates an error when the log file settings are changed. Darrin is aware of this issue and says it will be corrected in the next release.
To correct the error open admin_updatelogconfig.php and change the line below:
Code: Select all
$fp = fopen( $rootpath . $logfile, "c" );
Code: Select all
$fp = fopen( $rootpath . $logname, "c" );
THIS MOD IS FOR TNG v12.2 ONLY
Created 1/13/20