CMSB v3.54 Released - October 29, 2020

27 posts by 9 authors in: Forums > CMS Builder
Last Post: February 23, 2021   (RSS)

  • Archived  

By gkornbluth - October 29, 2020

Hi Dave,

Maybe I'm reading this wrong, but I think the REMOVEDATE UPGRADE NOTES say the same thing for the prior and current mode of operation.

Best,

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
  • Archived  

By Toledoh - October 29, 2020

Hey Jerry.

I think that previously if you had a removeDate field, and it was blank, then the post wouldn't show.  Now,  the removeDate only functions if a date is entered.

Cheers,

Tim (toledoh.com.au)
  • Archived  

By gkornbluth - October 29, 2020

Sounds right, Tim.

Is that true Dave?

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

challenge with CMSB v3.54 Released - October 29, 2020

  • Archived  

By Codee - October 30, 2020

Hello I.T.,

I just updated a client site from cmsb v3.53 to 3.54 and get a red flag at the top of the screen "Security Notice: You are currently running old and unsupported server software that no longer receives security updates. To avoid being exposed to unpatched security vulnerabilities and to ensure compatibility with future CMS releases, please upgrade at your earliest convenience.

  • Upgrade to MySQL v5.6 or newer (Your server is running MySQL v5.5.510.2.34)"

The server is running Server version: 10.2.34-MariaDB - MariaDB Server, Protocol version: 10

(the latest stable release) - shouldn't that compatibility be at least at MySQL 5.6 level?  If so, can that message be updated?

Thanks in advance.

Error on Category Menu?

  • Archived  

By hiroko - November 2, 2020 - edited: November 2, 2020

Hi,

I just uploaded this new version on a new server for a new project. (not as an update)

When I make a category menu, I am getting an error when I save (a new or existing record). I'm uploading the screenshot to this post.

This doesn't happen on the multi or single record. Can you look through this?

Thank you.

Hiroko

ps. PHP ver. is 7.4.4, MySQL ver. is 5.7.31

Error on Category Menu?

  • Archived  

By Dave - November 6, 2020

Hiroko, 

Thanks for the bug report!  In /lib/menus/default/save.php line 208 can you replace this:

if (preg_match("/:$recordNum:/", $parentCategory['lineage'])) {

With this:

if ($parentCategory && preg_match("/:$recordNum:/", $parentCategory['lineage'])) {

Let me know if that resolves the issue for you.

Dave Edis - Senior Developer
interactivetools.com

challenge with CMSB v3.54 Released - October 29, 2020

  • Archived  

By Dave - November 6, 2020

Thanks everybody for the feedback so far. 

I've made a note of everything and we'll update the database version recommendations and changelog text for the next version.

Thanks!

Dave Edis - Senior Developer
interactivetools.com

Error on Category Menu?

  • Archived  

By hiroko - November 7, 2020

Hi Dave,

Thanks! It works great now!

Hiroko

  • Archived  

By Steve99 - November 10, 2020

Looking forward to trying the shared media library!

Minor bug noticed in the security tips that come to find out was present in previous versions. The security tip check for "hide php errors" appears to run before the toggled setting is saved.

Best,
Steve