<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Deprecated: strip_tags() in searchMultipleTables</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Deprecated-strip_tags-in-searchMultipleTables-82978</link>
        <description></description>
        <pubDate>Sat, 14 Mar 2026 06:52:32 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Deprecated-strip_tags-in-searchMultipleTables-82978" rel="self" type="application/rss+xml" />

                <item>
          <title>Deprecated: strip_tags() in searchMultipleTables</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247760#post2247760</link>
          <description><![CDATA[<p>Thanks you!</p>]]></description>
          <pubDate>Mon, 25 Nov 2024 12:58:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247760#post2247760</guid>
        </item>
                <item>
          <title>Deprecated: strip_tags() in searchMultipleTables</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247759#post2247759</link>
          <description><![CDATA[<p>Thanks all, for the report and fix!  We'll include this in the next release.</p>]]></description>
          <pubDate>Mon, 25 Nov 2024 12:57:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247759#post2247759</guid>
        </item>
                <item>
          <title>Deprecated: strip_tags() in searchMultipleTables</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247758#post2247758</link>
          <description><![CDATA[<p>in viewer_functions.php find "<span style="color:#c678dd;">function</span><span style="color:#61afef;">searchMultipleTables</span><span style="color:#abb2bf;">($searchTables, $searchOptions)</span>"</p>
<p>Look for</p>
<pre class="language-markup"><code>$record['_summary'] = strip_tags($record['_summary']);

// change to 

$record['_summary'] = strip_tags($record['_summary'] ?? "");</code></pre>]]></description>
          <pubDate>Mon, 25 Nov 2024 09:33:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247758#post2247758</guid>
        </item>
                <item>
          <title>Deprecated: strip_tags() in searchMultipleTables</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247754#post2247754</link>
          <description><![CDATA[<p>Hi,</p>
<p>I use cmsb v3.71 with php 8.1 and receive error </p>
<p>Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /home/xxxxxxx/public_html/search.php on line 118</p>
<p>where i have:</p>
<p>list($searchRows, $searchDetails) = searchMultipleTables($searchTables, $searchOptions);</p>
<p>Is there anything I can do to fix this?</p>
]]></description>
          <pubDate>Mon, 25 Nov 2024 05:27:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247754#post2247754</guid>
        </item>
              </channel>
    </rss>
  