Deprecated: strip_tags() in searchMultipleTables

4 posts by 3 authors in: Forums > CMS Builder
Last Post: 3 hours ago   (RSS)

in viewer_functions.php find "functionsearchMultipleTables($searchTables, $searchOptions)"

Look for

$record['_summary'] = strip_tags($record['_summary']);

// change to 

$record['_summary'] = strip_tags($record['_summary'] ?? "");
Jeff Shields

Thanks all, for the report and fix!  We'll include this in the next release.

Dave Edis - Senior Developer
interactivetools.com

Thanks you!