<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Acraig_bcd</link>
        <description></description>
        <pubDate>Tue, 28 Apr 2026 17:07:27 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Acraig_bcd&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>CMSB v3.75 Released (Dec 10) - DB Performance &amp; Debug Footers</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247886#post2247886</link>
          <description><![CDATA[<p>Hey Dave - </p>
<p>I upgraded to 3.75 but it is stuck on "software update to 3.65" and it doesn't go any further and I can't get into the admin panel at all.  Any ideas on how I can get access back?</p>
<p>Thanks!</p>
<p>craig</p>
]]></description>
          <pubDate>Wed, 12 Mar 2025 03:42:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247886#post2247886</guid>
        </item>
                <item>
          <title>QRC Generator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247140#post2247140</link>
          <description><![CDATA[<p>Thanks, I had the same problem! Really appreciate you figuring this out and sharing!</p>]]></description>
          <pubDate>Fri, 19 Apr 2024 13:48:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247140#post2247140</guid>
        </item>
                <item>
          <title>counts not working properly</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246814#post2246814</link>
          <description><![CDATA[<p>You are genius Steve - thank you! I just couldn't see what was right in front of me!</p>]]></description>
          <pubDate>Tue, 31 Oct 2023 11:55:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246814#post2246814</guid>
        </item>
                <item>
          <title>counts not working properly</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246806#post2246806</link>
          <description><![CDATA[<p>Hi All - <br /><br />I am sure this is staring me in the face but I don't know why it isn't working.  I have a blog on this new site and when it counts the archive articles per month on the main page the article numbers are incorrect (it attributes 4 articles to each month) it counts all articles rather than just the articles for that month.  However, when you click on a month to see those articles the counts are correct (2 articles each month) and it is the same code on the same page driving it.</p>
<p>You can see the in process site here: <a href="https://craigh103.sg-host.com/blog.php" rel="nofollow">https://craigh103.sg-host.com/blog.php</a></p>
<p>I attached the page as well as images of the numbers when it initially loads vs when you select one of the archive months.</p>
<p>Any assitance is appreciated. </p>
<p>Craig</p>]]></description>
          <pubDate>Fri, 27 Oct 2023 07:48:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246806#post2246806</guid>
        </item>
                <item>
          <title>displayed records not matching total records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245902#post2245902</link>
          <description><![CDATA[<p>Hey Daniel - </p>
<p>Nevermind - I am too clever for my own good apparently.  I found the issue. The menu system goes out to check and see if there are records to be displayed before it makes the menu option a choice. </p>
<p>Thanks for your wilingness to jump in with me!</p>
<p>Regards,</p>
<p>Craig</p>]]></description>
          <pubDate>Tue, 29 Mar 2022 06:24:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245902#post2245902</guid>
        </item>
                <item>
          <title>displayed records not matching total records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245901#post2245901</link>
          <description><![CDATA[<p>you are right!  see below - still not sure why the #5 records show up in the foreach loop</p>

<p>SELECT SQL_CALC_FOUND_ROWS `x_news`.*<br />FROM `cms_x_news` as `x_news`<br />WHERE (blog_category = '1') <br />ORDER BY `post_date` DESC<br />SELECT * FROM `cms_uploads` WHERE tableName = 'x_news' AND<br />fieldName IN ('photo') AND<br />recordNum IN (64,63,59,58,47,40,38,39,33,31,21,20,14)<br />ORDER BY `order`, num<br />SELECT SQL_CALC_FOUND_ROWS `accounts`.*<br />FROM `cms_accounts` as `accounts`<br />WHERE (`num` IN (29,26,1,18)) <br />ORDER BY fullname, username<br />SELECT SQL_CALC_FOUND_ROWS `members`.*<br />FROM `cms_members` as `members`<br />WHERE (`num` IN (29,26,1,18)) <br />ORDER BY user_fname ASC<br />SELECT * FROM `cms_uploads` WHERE tableName = 'members' AND<br />fieldName IN ('photo') AND<br />recordNum IN (1)<br />ORDER BY `order`, num<br /># records 13 </p>]]></description>
          <pubDate>Mon, 28 Mar 2022 17:19:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245901#post2245901</guid>
        </item>
                <item>
          <title>displayed records not matching total records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245898#post2245898</link>
          <description><![CDATA[<p>Hey Daniel - </p>
<p>Thanks for the help - well I don't know how to explain this but here are the debug results  and i  posted the whole page code below.  Also I took a screenshot of the x_news table in the database and you can see there are records with blog_category = 1</p>
<p>Please let me know if you need anything else. </p>
<p>thanks!</p>
<p>craig</p>
<p>SELECT SQL_CALC_FOUND_ROWS `x_news`.*<br />FROM `cms_x_news` as `x_news`<br />WHERE ('blog_category' = 1) <br />ORDER BY `post_date` DESC<br /># records 0</p>
<p>++++++++++++++++++++++++++++++++++</p>

<p>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />// $blog_where = "";<br />// $blog_where = "1";<br />$blog_rec = "";<br /><br />$libraryPath = 'cmsb/lib/viewer_functions.php';<br />$dirsToCheck = array('/home/xanitoshqadmin/public_html/','','../','../../','../../../');<br />foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br />if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }</p>
<p>list($x_sec_introRecords, $x_sec_introMetaData) = getRecords(array(<br />'tableName' =&gt; 'x_sec_intro',<br />'where' =&gt; "`sn` = 'bed'",<br />'loadUploads' =&gt; true,<br />'allowSearch' =&gt; false,<br />'limit' =&gt; '1',<br />));<br />$x_sec_introRecord = @$x_sec_introRecords[0]; // get first record<br />if (!$x_sec_introRecord) { dieWith404("Record not found!"); } // show error message if no record found</p>
<p>list($x_newsRecords, $x_newsMetaData) = getRecords(array(<br />'tableName' =&gt; 'x_news',<br />'loadUploads' =&gt; true,<br />'allowSearch' =&gt; false,<br />'where' =&gt; "'blog_category' = 1",<br />'orderBy' =&gt; "`post_date` DESC",<br />'debugSql' =&gt; true,<br />));<br />?&gt;&lt;!DOCTYPE html&gt;<br />&lt;!--[if IE 8]&gt; &lt;html class="ie ie8"&gt; &lt;![endif]--&gt;<br />&lt;!--[if IE 9]&gt; &lt;html class="ie ie9"&gt; &lt;![endif]--&gt;<br />&lt;!--[if gt IE 9]&gt;&lt;!--&gt; &lt;html&gt; &lt;!--&lt;![endif]--&gt;<br />&lt;head&gt;<br />&lt;title&gt;&lt;?php echo htmlencode($x_sec_introRecord['title']) ?&gt;&lt;?php include("core-title-tag.php"); ?&gt;&lt;/title&gt;<br />&lt;meta name="description" content="&lt;?php include("core-description-tag.php"); ?&gt;"&gt;<br />&lt;meta name="keywords" content="&lt;?php echo htmlencode($x_sec_introRecord['keywords']) ?&gt;"&gt;</p>
<p>&lt;?php include("core-head.php"); ?&gt;<br /><br />&lt;style&gt; <br />.nav-tabs &gt; li &gt; a {<br />font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;<br />font-weight: 600;<br />}<br />.blog-post-item {<br />background-color: rgba(0,0,0,0.05);<br />padding: 10px; <br />}<br />&lt;/style&gt; <br />&lt;?php include("core-analytics.php"); ?&gt;<br />&lt;?php <br />$blog_rec = $x_newsMetaData['totalRecords'];<br />echo ' # records '. $blog_rec;?&gt;<br />&lt;/head&gt;</p>
<p><br />&lt;body class="smoothscroll enable-animation"&gt;<br />&lt;!-- wrapper --&gt;<br />&lt;div id="wrapper"&gt;</p>
<p>&lt;!-- Top Bar --&gt;<br />&lt;?php include("core-top-navigation.php"); ?&gt;<br />&lt;!-- /Top Bar --&gt;</p>
<p>&lt;div id="header" class="sticky clearfix"&gt;<br />&lt;!-- TOP NAV --&gt;<br />&lt;?php include("core-main-navigation.php"); ?&gt;<br />&lt;!-- /Top Nav --&gt;<br />&lt;/div&gt;</p>
<p>&lt;section class="page-header page-header-xs shadow-after-3"&gt;<br />&lt;div class="container"&gt;</p>
<p>&lt;h1&gt;&lt;?php echo htmlencode($x_sec_introRecord['title']) ?&gt; | &lt;span class="size-16"&gt;&lt;?php echo htmlencode($x_sec_introRecord['slogan']) ?&gt;&lt;/span&gt;&lt;/h1&gt;</p>
<p>&lt;!-- breadcrumbs --&gt;<br />&lt;ol class="breadcrumb"&gt;<br />&lt;li&gt;&lt;a href="index.php"&gt;Home&lt;/a&gt;&lt;/li&gt;<br />&lt;/ol&gt;&lt;!-- /breadcrumbs --&gt;</p>
<p>&lt;/div&gt;<br />&lt;/section&gt;<br />&lt;!-- /PAGE HEADER --&gt;<br />&lt;!-- MAIN INFORMATION --&gt;<br />&lt;section&gt;<br />&lt;div class="container"&gt;<br />&lt;?php // echo $GLOBALS["blog_cat"] ;?&gt;<br />&lt;div id="blog" class="clearfix blog-isotope blog-isotope-3"&gt;</p>
<p>&lt;?php foreach ($x_newsRecords as $record): ?&gt;<br />&lt;!-- POST ITEM --&gt;<br />&lt;div class="blog-post-item"&gt;<br />&lt;!-- IMAGE --&gt;<br />&lt;?php foreach ($record['photo'] as $index =&gt; $upload): ?&gt;<br />&lt;figure class="margin-bottom-20"&gt;<br />&lt;img class="img-responsive" src="assets/images/cmsb/&lt;?php echo htmlencode($upload['filename']) ?&gt;" alt="&lt;?php echo htmlencode($upload['info1']) ?&gt; | www.xanitos.com"&gt;<br />&lt;/figure&gt;<br />&lt;?php endforeach ?&gt;</p>
<p>&lt;h2&gt;&lt;a href="&lt;?php echo $record['_link'] ?&gt;"&gt;&lt;?php echo htmlencode($record['title']) ?&gt;&lt;/a&gt;&lt;/h2&gt;</p>
<p>&lt;ul class="blog-post-info list-inline margin-bottom-0 padding-bottom-10"&gt;<br />&lt;li&gt;<br />&lt;i class="fa fa-clock-o"&gt;&lt;/i&gt; <br />&lt;span class="font-lato"&gt;&lt;?php echo date("F j, Y", strtotime($record['post_date'])) ?&gt;&lt;/span&gt;<br />&lt;/li&gt;<br />&lt;/ul&gt;</p>
<p>&lt;p&gt;&lt;?php echo $record['summary']; ?&gt;&lt;/p&gt;<br /><br />&lt;?php if(!empty($record['content'])): ?&gt;<br />&lt;a href="&lt;?php echo $record['_link'] ?&gt;" class="btn btn-reveal btn-default"&gt;<br />&lt;i class="fa fa-plus"&gt;&lt;/i&gt;<br />&lt;span&gt;&lt;?php echo htmlencode($record['link_text']) ?&gt;&lt;/span&gt;<br />&lt;/a&gt;<br />&lt;?php endif ?&gt;<br />&lt;/div&gt;<br />&lt;!-- /POST ITEM --&gt;<br />&lt;br/&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/section&gt;<br />&lt;!-- / --&gt;<br /><br />&lt;div class="container"&gt;<br />&lt;?php // echo $GLOBALS["blog_cat"] ;?&gt;<br />&lt;div id="blog" class="clearfix blog-isotope blog-isotope-3"&gt;<br /><br />&lt;?php foreach ($x_newsRecords as $record): ?&gt;<br />Record Number: &lt;?php echo htmlencode($record['num']) ?&gt;&lt;br/&gt;<br />Title: &lt;?php echo htmlencode($record['title']) ?&gt;&lt;br/&gt;<br />Blog Category (value): &lt;?php echo $record['blog_category'] ?&gt;&lt;br/&gt;<br />Blog Category (label): &lt;?php echo $record['blog_category:label'] ?&gt;&lt;br/&gt;<br />author: &lt;?php echo htmlencode($record['author']) ?&gt;&lt;br/&gt;</p>
<p>&lt;?php foreach ($record['photo'] as $index =&gt; $upload): ?&gt;<br />Upload Url: &lt;?php echo htmlencode($upload['urlPath']) ?&gt;&lt;br/&gt;<br />&lt;hr/&gt;</p>
<p>&lt;?php endforeach ?&gt;</p>
<p>&lt;!-- STEP2a: /Display Uploads --&gt;</p>
<p>&lt;hr/&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;/div&gt;<br />&lt;/section&gt;</p>
<p><br />&lt;!-- FOOTER --&gt;<br />&lt;?php include("core-footer.php"); ?&gt;<br />&lt;!-- /FOOTER --&gt;</p>
<p>&lt;/div&gt;<br />&lt;!-- /wrapper --&gt;</p>
<p><br />&lt;!-- SCROLL TO TOP --&gt;<br />&lt;a href="#" id="toTop"&gt;&lt;/a&gt;</p>
<p><br />&lt;!-- PRELOADER --&gt;<br />&lt;div id="preloader"&gt;<br />&lt;div class="inner"&gt;<br />&lt;span class="loader"&gt;&lt;/span&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;&lt;!-- /PRELOADER --&gt;</p>
<p><br />&lt;!-- core bootstrap script --&gt;<br />&lt;?php include("core-bootstrap-script.php"); ?&gt;<br />&lt;!-- /core bootstrap script --&gt;<br />&lt;!-- PAGELEVEL SCRIPTS --&gt;</p>
<p>&lt;!-- /PAGELEVEL SCRIPTS --&gt;<br />&lt;/body&gt;</p>]]></description>
          <pubDate>Mon, 28 Mar 2022 16:57:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245898#post2245898</guid>
        </item>
                <item>
          <title>displayed records not matching total records</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245895#post2245895</link>
          <description><![CDATA[<p>Hi All -</p>
<p>I have  a section that breaks up articles into different catagories then I display those catagories of articles on different pages.  I have done this a lot on websites but it is not working here and for the life of me I cannot see what is going on.</p>
<p>Below I have identified the components This is where it pulls the records for the page - if I do a record count for that subset of records (see below) the total records lists 15 (which is accurate) but when I do a foreach loop to loop through those records 6 records show up and they are all for category 5 (see attachment for results example).  This code is from a test page which I built to see if I could figure out the issue which is why there are some variables in there that are not normally there. </p>
<p>I am out of idea's it makes no sense to me.  Any help is appreciated.</p>
<p>Thanks!</p>
<p><strong>This is where it pulls records from the cms on page: </strong></p>
<p>$blog_where = "2";</p>
<p>$libraryPath = 'cmsb/lib/viewer_functions.php';<br />$dirsToCheck = array('/home/xanitoshqadmin/public_html/','','../','../../','../../../');<br />foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br />if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }</p>
<p>list($x_newsRecords, $x_newsMetaData) = getRecords(array(<br />'tableName' =&gt; 'x_news',<br />'loadUploads' =&gt; true,<br />'allowSearch' =&gt; false,<br />'where' =&gt; "blog_category = '$blog_where'",<br />'orderBy' =&gt; "`post_date` DESC",<br />));</p>
<p><strong>This displays the record count just as a check:</strong></p>
<p>$blog_rec = $x_newsMetaData['totalRecords'];<br />echo ' # records '. $blog_rec;?&gt;</p>
<p><strong>This is the foreach loop on the page:</strong></p>
<p>&lt;?php foreach ($x_newsRecords as $record): ?&gt;<br />Record Number: &lt;?php echo htmlencode($record['num']) ?&gt;&lt;br/&gt;<br />Title: &lt;?php echo htmlencode($record['title']) ?&gt;&lt;br/&gt;<br />Blog Category (value): &lt;?php echo $record['blog_category'] ?&gt;&lt;br/&gt;<br />Blog Category (label): &lt;?php echo $record['blog_category:label'] ?&gt;&lt;br/&gt;<br />author: &lt;?php echo htmlencode($record['author']) ?&gt;&lt;br/&gt;</p>
<p>&lt;?php foreach ($record['photo'] as $index =&gt; $upload): ?&gt;<br />Upload Url: &lt;?php echo htmlencode($upload['urlPath']) ?&gt;&lt;br/&gt;<br />&lt;hr/&gt;</p>
<p>&lt;?php endforeach ?&gt;</p>
<p><strong>As an FYI - the list field categories are setup like this in the table:</strong></p>
<p>1|Education<br />2|Operations<br />3|Safety and Health<br />4|Awards and Recognition<br />5|Press Releases</p>]]></description>
          <pubDate>Mon, 28 Mar 2022 14:03:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245895#post2245895</guid>
        </item>
                <item>
          <title>write data from a form to the CMS database including uploads creating two entries</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245659#post2245659</link>
          <description><![CDATA[<p>Hi - </p>
<p>We are using CMS builder to record covid vaccination information for pre-hire employees and I am using the uploadForm3_add code to upload vaccination card images.  Ultimately I want to send an email to the HR department that includes the vaccination information as well as the uploads but I am running into an issue.   When you click the upload button in the iframe it does upload to the database but then when you submit the form it creates a second record rather than writing it to the same record even though they have same tempid.  I am guessing the issue is once it uploads the images to the CMS the temp id ceases to exist and but I don't know how to counteract this. </p>
<p>Any help is appreciated. </p>
<p>Thanks!</p>
<p>Craig</p>]]></description>
          <pubDate>Wed, 06 Oct 2021 06:26:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245659#post2245659</guid>
        </item>
                <item>
          <title>Website Comments 1.05 Error - Trying to access array offset on value of type bool</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245566#post2245566</link>
          <description><![CDATA[<p>Steve!</p>
<p>You are genius!  I changed the PHP version to 7.3 and the error magically disappeared!  I'll look to upgrade to 3.54.</p>
<p>Thanks!</p>
<p>Craig</p>
]]></description>
          <pubDate>Thu, 17 Jun 2021 14:41:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245566#post2245566</guid>
        </item>
                <item>
          <title>Website Comments 1.05 Error - Trying to access array offset on value of type bool</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245564#post2245564</link>
          <description><![CDATA[<p>Hi -</p>
<p>I started getting this error with website comments 1.05 just out of the clear blue sky (I am sure something happened I just don't know what) </p>
<p><span>On the website it shows up like this:</span></p>
<p><strong>Notice: Trying to access array offset on value of type bool in /home/customer/www/delanceyplace.com/public_html/cmsAdmin/plugins/websiteComments/websiteComments.php on line 279</strong></p>
<p><span>In the error log it shows up like this: </span></p>
<p><strong> E_NOTICE: Trying to access array offset on value of type bool</strong><br /><strong>/home/customer/www/delanceyplace.com/public_html/cmsAdmin/plugins/websiteComments/websiteComments.php (line 279)</strong><br /><strong><a href="https://delanceyplace.com/view-search-results.php?2509" rel="nofollow">https://delanceyplace.com/view-search-results.php?2509</a></strong></p>
<p>It looks like the error is in the plugin itself.</p>
<p>We are running:</p>
<ul><li><span>CMS Builder v3.53 (Build 2265)</span></li>
<li><span>Website comments 1.05</span></li>
<li><span>PHP v7.4.18</span></li>
</ul><p><span>Can you guys help?</span></p>
<p>Thanks!</p>
<p>Craig</p>


]]></description>
          <pubDate>Thu, 17 Jun 2021 12:35:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245564#post2245564</guid>
        </item>
                <item>
          <title>can&apos;t clear error log</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244943#post2244943</link>
          <description><![CDATA[<p>Ok Greg - </p>
<p>After mucking around a bit I was able to resolve the issue - I think the log just got enormous like gigs enormous.  i was able to find it and clean it out at the sql level.  I guess the last question I have is can I remove all of the cmsb_ prefixed tables since it looks like those tables were all copied to cms_ </p>
<p>thanks for the help - I really appreciate the support you guys provide.</p>
<p>Regards,</p>
<p>Craig</p>]]></description>
          <pubDate>Wed, 29 Jul 2020 17:34:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244943#post2244943</guid>
        </item>
                <item>
          <title>can&apos;t clear error log</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244938#post2244938</link>
          <description><![CDATA[<p>Hi Greg - </p>
<p>Thanks - in the database they are all cmsb (see attached).  They were upgraded on the same server - I made a copy of the directory with the website in it and upgraded it so that I could move it to the new version of php and of cmsb.</p>
<p>Regards,</p>
<p>craig</p>]]></description>
          <pubDate>Wed, 29 Jul 2020 14:40:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244938#post2244938</guid>
        </item>
                <item>
          <title>can&apos;t clear error log</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244929#post2244929</link>
          <description><![CDATA[<p>Hi Guys -</p>
<p>I keep getting a 504 timeout when I try and look at the error log so I tried a work around to limit the entries per page to 5 via the url but that did not work.  I looked in the database so see if I could get at the errors that way but there were no database entries for the error log.  seemed a little weird since the count is coming from somewhere.</p>
<p>I also looked at the server info in admin &gt; general settings and it indicates the table prefix is cms_ but when I look at the database it looks like the table prefix is cmsb_ not cms_.</p>
<p>I attached images of all of these things.   This was a cms update from 2.65 to 3.53. I moved the whole thing to a new directory, updated it and pointed the domain to the new version so it could be a side effect of that but the error log seems to grow.  I just can't figure out where the numbers are coming from.  </p>
<p>Any help would be appreciated!</p>
<p>thanks!</p>
<p>Craig</p>



]]></description>
          <pubDate>Tue, 28 Jul 2020 17:57:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244929#post2244929</guid>
        </item>
                <item>
          <title>Facebook started adding query param for tracking - Remove with mod_rewrite so as not to interfere with whereRecordNumberInUrl</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243383#post2243383</link>
          <description><![CDATA[<p>me too!  this worked great!</p>]]></description>
          <pubDate>Tue, 14 May 2019 11:21:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243383#post2243383</guid>
        </item>
                <item>
          <title>hiding records from multi-search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243366#post2243366</link>
          <description><![CDATA[<p>Well...now I feel dumb....</p>
<p>After reading some more entries in the forum about "hidden" records and how they behave I discovered the interactive tools (not surprisingly) guys already thought of this.  if you use the "hidden" field as the checkbox in your section editor to hide fields you don't have to do anything in the search array to exclude these hidden records, it happens automatically.</p>
<p>By setting this:'ignoreHidden' =&gt; true,  I was actually doing what I did not want to do which was to ignore that hidden field and show the record...some days...</p>
<p>If others have this issue, as long as you use the "hidden" field in your section editor then all will be well.</p>]]></description>
          <pubDate>Thu, 09 May 2019 08:45:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243366#post2243366</guid>
        </item>
                <item>
          <title>hiding records from multi-search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243365#post2243365</link>
          <description><![CDATA[<p>Hi Deborah - </p>
<p>I had the same thought this am - the section editor does indeed indicate that "hidden" is a special field type but the 'ignoreHidden' =&gt; true,  statement still causes a 500 error on the page. I feel like we are close but there is some (critical) piece of information I am missing.</p>
<p>Thanks</p>
<p>Craig</p>
]]></description>
          <pubDate>Thu, 09 May 2019 07:17:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243365#post2243365</guid>
        </item>
                <item>
          <title>hiding records from multi-search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243362#post2243362</link>
          <description><![CDATA[<p>Hi Deborah - </p>
<p>Thank you again, but unfortunately it did not work -   when i put that in I get a 500 series error (see attached).  </p>
<p>Thanks again.</p>
<p>Craig</p>
]]></description>
          <pubDate>Thu, 09 May 2019 06:03:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243362#post2243362</guid>
        </item>
                <item>
          <title>hiding records from multi-search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243358#post2243358</link>
          <description><![CDATA[<p>Hi Deborah - </p>
<p>Funny enough, that is the post I was referencing in my initial posting that I did not understand (pasted below) - Damon makes reference to "the hidden checkbox on the record" which I could not find at all (unless it is staring me in the face) and "adding the following to the view options" and I was just unclear if it is the view options on the page (like below) or somehow in the CMS section.  I wasn't sure if I was just supposed to create a "hidden" checkbox field and magically it would adopt those properties but since my "do_not_display" field was essentially the same thing with a different name. I included a screenshot of the current fieldlist in the leadership_sales section.</p>
<p>The alternative method he proposes is essentially the method you proposed and it has the same impact on the total count as your proposed method and i wanted to avoid writing record count code etc since the built in method does it so elegantly.</p>
<p>In any case, that is my current conundrum. </p>
<p>thanks again for looking around.</p>
<p>$searchTables['x_leadership_sales'] = array(<br />'viewerUrl' =&gt; 'about-leadership.php',<br />'titleField' =&gt; 'title',<br />'summaryField' =&gt; 'content',<br />'searchFields' =&gt; array('title','content'),<br />'ignoreHidden'      =&gt; true, <br />);</p>
<p>One way you can exclude records from the multiSearch would be to use the "hidden" checkbox on the record. The record would then not appear in the search results.</p>
<p>To be able to link to the record directly and it have it display (even when marked as hidden) would  require that you add the following to the View Options:</p>
<p><code>'ignoreHidden'      =&gt; true,  // don't hide records with hidden flag set</code></p>
<p>Hope this helps. If you need any additional details about the steps or have questions, just let me know.</p>]]></description>
          <pubDate>Wed, 08 May 2019 14:53:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243358#post2243358</guid>
        </item>
                <item>
          <title>hiding records from multi-search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243354#post2243354</link>
          <description><![CDATA[<p>Hi Deborah - </p>
<p>Thank you, it works functionally but there is one caveat, the numeric result lists then don't function correctly.  Say for example I type in a name that I know is in do not display, it tells me there is 1 record in my result but of course because of the code, the record does not display (this is the good part).</p>
<p>I was hoping to exclude it farther up in the process so the results numbers are accurate. </p>
<p>Thanks again!</p>]]></description>
          <pubDate>Wed, 08 May 2019 10:27:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243354#post2243354</guid>
        </item>
                <item>
          <title>hiding records from multi-search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243350#post2243350</link>
          <description><![CDATA[<p>Hi -</p>
<p>I have a checkbox field in my section (do_not_display) and I want to exclude any record that is checked from the search results.  I  already found (unsuccessfully) you cannot use a where clause and I found another archived entry which frankly I just didn't understand (perhaps I need more coffee today).</p>
<p>Below is the search code for that table, I can attach the page code if you think that would help but I can't figure out how to exclude these records marked as do_not_display.</p>
<p>$searchTables['x_leadership_sales'] = array(<br />'viewerUrl' =&gt; 'about-leadership.php',<br />'titleField' =&gt; 'title',<br />'summaryField' =&gt; 'content',<br />'searchFields' =&gt; array('title','content'),<br />);</p>
<p>Thanks!</p>
<p>Craig</p>]]></description>
          <pubDate>Wed, 08 May 2019 08:21:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243350#post2243350</guid>
        </item>
                <item>
          <title>Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242821#post2242821</link>
          <description><![CDATA[<p>Hey Daniel - </p>
<p>I changed the php setting on my website to 7.2 in anticipation of upgrading to the latest cms release (we are currently running 3.10) when i did that, the upload option as well as the forms that write back to the data to the CMS system stopped working correctly. </p>
<p>That is what prompted my post.</p>
<p>thanks!</p>
<p>Craig</p>
]]></description>
          <pubDate>Fri, 28 Dec 2018 11:22:36 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242821#post2242821</guid>
        </item>
                <item>
          <title>Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242785#post2242785</link>
          <description><![CDATA[<p>the updateform3 file up-loader or will the forms plugin be updated to facilitate attaching files to records loaded in the database under mysqli and the 3.15 version of CMSB. Alternatively if anyone has any ideas I am open to it.  I want to move to 3.15 and php 7.x but can't because we use that process to have people upload resumes for open positions and then they all get loaded into CMSB for easy access.</p>
<p>Thanks!</p>
<p>Craig</p>
]]></description>
          <pubDate>Fri, 21 Dec 2018 15:12:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242785#post2242785</guid>
        </item>
                <item>
          <title>Getting a Fatal Error: Call to undefined function _permalink_getRedirectUrl() </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240846#post2240846</link>
          <description><![CDATA[<p>Hey Dave - </p>
<p>Thanks for getting back to me, I did not have permalinks in the subsite but in the parent site and once I removed that it was fine.  However, it is still not giving me the preview and I suspect it is because it is not picking up the correct path.  In this case the primary site is xanitoshq.com but the subsite is xanitos.com it works totally fine in the code so it is finding (I presume) the relative path correctly but when I update the subsite content in the primary site where the cms is installed I get the broken link issue - i can see the pathing is not correct when I rollover the broken link, it should be xanitoshq.com/x/assets/images/cmsb but it is showing up as xanitoshq.com/assets/images/cmsb but the website totally finds the photo correctly (which ultimately is xanitos.com/assets/images/cmsb).  I have included screen shots of the xanitoshq.com (where the cms is installed - cms_uploads_dir.png) and the section of the site that has the subsite content where I am having the issue (cms_leadership_custom_uploads_dir.png)</p>
<p>thanks!</p>
<p>Craig</p>
<p>.</p>]]></description>
          <pubDate>Wed, 05 Jul 2017 13:39:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240846#post2240846</guid>
        </item>
                <item>
          <title>Getting a Fatal Error: Call to undefined function _permalink_getRedirectUrl() </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240824#post2240824</link>
          <description><![CDATA[<p>i am getting this fatal error message when I try and view photo that was an upload field in the CMS (see cms_photo_upload.png attached). You can see the sort of broken link Not sure why it is a permalinks error since permalinks (while there) is not installed (see attached cms_plugins.png attached).</p>
<p><span>Fatal error: Call to undefined function _permalink_getRedirectUrl() in /home/xanitoshqadmin/public_html/cmsb/plugins/permalinks/permalinks_dispatcher.php on line 12</span></p>
<p><span>I am running cms 3.02, build 2060.</span></p>
<p><span>Thanks!</span></p>]]></description>
          <pubDate>Wed, 05 Jul 2017 07:46:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240824#post2240824</guid>
        </item>
              </channel>
    </rss>
  