CMSB v3.52 Released - Summer Update - July 26th, 2019

2 posts by 2 authors in: Forums > CMS Builder
Last Post: August 2, 2019   (RSS)

  • Archived  

By Damon - August 2, 2019

Hi,

An upgrade issue has been found in CMS Builder 3.52. This does not affect new installations.

When upgrading, you will see an error message with this:

... log_audit' doesn't exist - in auditlog_functions.php on line 27 ...

To fix manually, update the /lib/admin_functions.php file in the CMS Builder directory and change the code on line 285 from this:  

  // log upgrade
  auditLog_addEntry('CMS Version Changed from ' . $SETTINGS['programVersion'] . ' to ' . $APP['version']);
 
   // run upgrades
   require "lib/upgrade_functions.php";


to this:

   // run upgrades
   require "lib/upgrade_functions.php";
 
  // log upgrade
  auditLog_addEntry('CMS Version Changed from ' . $SETTINGS['programVersion'] . ' to ' . $APP['version']);


This fix will be applied to a new version of CMS Builder that will release next week.

Thanks!

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/