SmartString Errors After v3.74 Upgrade

3 posts by 2 authors in: Forums > CMS Builder
Last Post: November 6   (RSS)

Hi Mark99, 

Good find, yes that's a bug.  We'll patch it in the next release.

If you're comfortable editing PHP you can patch it as follows: 

  • Open /cmsb/lib/menus/admin/general_server_info.php
  • Search for:    fromArray
  • Replace this: SmartString::fromArray
  • With this:       SmartArray::new

Or alternatively, you can just temporarily uncheck this setting: 

Admin > Security > Developer Warnings [_] Disable PHP developer warnings: E_STRICT, E_DEPRECATED (only needed during development)

Thanks for the report!

Dave Edis - Senior Developer
interactivetools.com

Thanks, that seemed to fix it :)