<?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%3Abryant</link>
        <description></description>
        <pubDate>Tue, 12 May 2026 17:59:23 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Abryant&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Form Generator Error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245494#post2245494</link>
          <description><![CDATA[<p>Greetings,</p>
<p>I installed the form generator plug-in on a client's cms and it is generating a 403 error when I click to generate the code.  </p>
<p>      Forbidden</p>
<p>      You don't have permission to access this resource.</p>
<p>      Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.</p>

<p>I contacted the hosting company to have them check to see if mod_security was the issue but they are not helping at all.  Is there anything that can be done to fix this?</p>
<p>Thanks,<br />Bryan</p>
]]></description>
          <pubDate>Tue, 20 Apr 2021 08:42:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245494#post2245494</guid>
        </item>
                <item>
          <title>Website Membership Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245009#post2245009</link>
          <description><![CDATA[<p>Ok thanks Damon</p>]]></description>
          <pubDate>Fri, 11 Sep 2020 07:59:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245009#post2245009</guid>
        </item>
                <item>
          <title>Website Membership Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245003#post2245003</link>
          <description><![CDATA[<p>Hello all,</p>
<p>I've had the Website Membership plug-in installed and have a few folders secured.  My client now wants to finally now start giving more people access to this secured area. </p>
<p>I have a couple of issues I would like to see happen but I can't figure out how to set this up or if it's possible to do so.</p>
<p>I have created the sign-up form with additional fields and all of this working.  First, I have two radio buttons on the sign-up form that based on which option they choose would provide them access to a certain secured folder or directory with about four pages in them.</p>
<p>Second, once the user submits the form I would like the person who updates the website to receive an email letting them know someone filled out the form and signed up.</p>
<p>Thanks,</p>
<p>Bryan</p>]]></description>
          <pubDate>Thu, 03 Sep 2020 18:06:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245003#post2245003</guid>
        </item>
                <item>
          <title>Form Generator Plugin Send Email</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244264#post2244264</link>
          <description><![CDATA[<p>I'll check the settings and see if that is the issue. </p>
]]></description>
          <pubDate>Sun, 17 Nov 2019 09:48:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244264#post2244264</guid>
        </item>
                <item>
          <title>CMS Builder Error can&apos;t pull up Admim</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242439#post2242439</link>
          <description><![CDATA[<p>Thanks for your help, Daniel.  I was able to find the root path to the temp folder and put that in the session_save_path and it allowed me to get in.  Their server is running an old version of php which I can now update also.</p>
<p>Bryan</p>]]></description>
          <pubDate>Thu, 23 Aug 2018 04:32:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242439#post2242439</guid>
        </item>
                <item>
          <title>CMS Builder Error can&apos;t pull up Admim</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242433#post2242433</link>
          <description><![CDATA[<p>Hello,</p>
<p>I hope someone can help me out with this?  I this error showing up on a client's site and I can't figure out what to do.  The site is functioning fine and all the files are in the mysql database but I'm stuck. </p>
<p>Couldn't start session! 'session_start(): open(/home/content/96/4150796/tmp/sess_g4n15vg4akcipjgd1fd9ks4jk6, O_RDWR) failed: No such file or directory (2)'!</p>

<p><a href="http://devonblackwood.net/cmsAdmin/admin.php" rel="nofollow">http://devonblackwood.net/cmsAdmin/admin.php</a></p>
<p>Bryan</p>]]></description>
          <pubDate>Wed, 22 Aug 2018 12:53:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242433#post2242433</guid>
        </item>
                <item>
          <title>Tabs Display Issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240260#post2240260</link>
          <description><![CDATA[<p>Hi Ross,</p>
<p>I was able to correct the issue by adding this if statement around the &lt;li&gt; tags and it removed the tabs when there was no data entered into a field in the CMS Builder.</p>
<p>&lt;?php if ($event_listingsRecord['participants_title']): ?&gt;<br />&lt;li class=""&gt;<br />&lt;a data-toggle="tab" href="#tab-3" aria-expanded="false"&gt;<br />&lt;?php echo htmlencode($event_listingsRecord['participants_title']) ?&gt;&lt;/a&gt;<br />&lt;/li&gt; <br />&lt;?php endif; ?&gt;</p>
<p>Bryan</p>]]></description>
          <pubDate>Fri, 24 Feb 2017 03:04:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240260#post2240260</guid>
        </item>
                <item>
          <title>Tabs Display Issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240247#post2240247</link>
          <description><![CDATA[<p>Hello,</p>
<p>If anyone could please take a look at this it would be very helpful. I've tried to find a way around this but I'm stuck.</p>
<p>I'm using tabs to display different content in. The issue I'm having is not all of the tabs will need to be displayed if there is no content in it or at least the title tab should be removed if that makes sense.</p>
<p>These tabs, in particular, may not get used depending upon the event.</p>
<p>In the PHP file I did not wrap the "title" PHP codes around the "#tab-" yet because I'm not sure if that would help this issue.</p>
<p>&lt;?php echo htmlencode($event_listingsRecord['location_title']) ?&gt;</p>
<p>&lt;?php echo htmlencode($event_listingsRecord['participants_title']) ?&gt;</p>
<p>&lt;?php echo htmlencode($event_listingsRecord['sponsors_title']) ?&gt;</p>
<p>&lt;?php echo htmlencode($event_listingsRecord['gallery_title']) ?&gt;</p>
<p>Attached are screen shots and a PHP file.</p>
<p>Good (event-good.png)<br />One event has all tabs filled in from cms content</p>
<p>Issue (event-issue.png)<br />Another event only has the first three tabs filled in because it was not needed for that event</p>
<p>Thanks,<br />Bryan</p>]]></description>
          <pubDate>Wed, 22 Feb 2017 05:47:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240247#post2240247</guid>
        </item>
                <item>
          <title>Erased Error Log - Need Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236531#post2236531</link>
          <description><![CDATA[<p>Thanks Greg.  I'm logged out of the program. </p>]]></description>
          <pubDate>Tue, 07 Apr 2015 11:28:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236531#post2236531</guid>
        </item>
                <item>
          <title>Erased Error Log - Need Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236529#post2236529</link>
          <description><![CDATA[<p>Yes thank you</p>]]></description>
          <pubDate>Tue, 07 Apr 2015 10:26:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236529#post2236529</guid>
        </item>
                <item>
          <title>Erased Error Log - Need Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236527#post2236527</link>
          <description><![CDATA[<p>Hello all. </p>
<p>Can anyone help me out?  I accidentally clicked the erase link and erased the error log file in the menu now I can't log in.</p>
<p>mysql_count() MySQL Error: Table 'cms.cmsb__error_log' doesn't exist - in header_functions.php on line 241 by mysql_count()</p>
<p>I disabled the error log functions in the header_functions.php but I hope this does not cause any issues.</p>]]></description>
          <pubDate>Tue, 07 Apr 2015 07:21:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236527#post2236527</guid>
        </item>
              </channel>
    </rss>
  