<?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?%3Bamp%3Bpage=2&amp;amp%3Bk=user%3AseGAP</link>
        <description></description>
        <pubDate>Sat, 19 Sep 2026 20:13:30 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?%3Bamp%3Bpage=2&amp;amp%3Bk=user%3AseGAP&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>new issue with form generator on a live site</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248495#post2248495</link>
          <description><![CDATA[<p>Thank you, Dave!&nbsp; Setting 'hidden' to '0' in the array block corrected the issue.&nbsp; Quote form works perfectly once again and deposits the record into the database. Cheers!</p>]]></description>
          <pubDate>Wed, 16 Sep 2026 17:51:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248495#post2248495</guid>
        </item>
                <item>
          <title>new issue with form generator on a live site</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248494#post2248494</link>
          <description><![CDATA[<p>Hi Codee,</p>
<p>In the code block for $colsToValues, what is 'hidden' set to?&nbsp; And can you try setting it to 0 (that's a zero)?</p>
<p>If that doesn't work, feel free to attach your form and/or email me at dave@interactivetools.com.</p>
<p>Hope that helps!</p>]]></description>
          <pubDate>Wed, 16 Sep 2026 17:22:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248494#post2248494</guid>
        </item>
                <item>
          <title>Developer Console fatal error after 3.77 → 3.84 upgrade — Shell Console flagged as malware by hosting scanner</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248493#post2248493</link>
          <description><![CDATA[<p>Hi Dave</p>
<p>All of the below is written by Claude. I’ve copied it completely so you can pick out what you need if you think it is something you could improve. Or if you think this is a host problem and I should go to them, let me know.</p>
<p><b>The issue:</b></p>
<p>After the upgrade, the site started throwing this fatal error:</p>
<p>Warning: require_once(/home/*********/public_html/cmsb/plugins/developerConsole/consoles/shellConsole.php): Failed to open stream: No such file or directory</p>
<p>Error: Failed opening required '/home/*********/public_html/cmsb/plugins/developerConsole/consoles/shellConsole.php’</p>
<p>I re-uploaded the file and it worked briefly, then the exact same error came back a short time later. This repeated a few times before I dug into it properly.</p>
<p><b>Root cause:</b></p>
<p>My host runs CPGuard, which includes a background malware scanner. I found the file in its quarantine log, flagged repeatedly under the signature {HEX}Malware.Expert.php.command.passthru — it's detecting shellConsole.php's use of proc_open() (the mechanism behind Shell Console's command execution) as shell-execution malware and quarantining it, then re-detecting it every time it's restored.</p>
<p>I understand this isn't something you can really "fix" in the sense of making proc_open()-based command execution invisible to malware scanners — a legitimate remote shell-command tool and a malicious one look identical at the code level. Given how common malware scanners are on shared/managed cPanel hosting, I'd guess this could affect other customers too, so I wanted to flag it in case it's useful.</p>
<p><b>What I did in the meantime:</b></p>
<p>Since re-uploading the file was never going to stick with the scanner re-checking this aggressively, I disabled Shell Console directly in developerConsole.php rather than keep fighting it — commented out its require_once, its pluginAction_addHandlerAndLink() registration, its entry in the dispatch() match statement, and its nav button in getNavButtons(). MySQL Console and PHP Console are unaffected and working normally. I'm aware this lives in a core-bundled file and will need to be reapplied on the next upgrade.</p>
<p><span>I've also marked the file as a false positive in CPGuard, which&nbsp;didn't have any effect. The file is still removed from the folder.</span></p>
<p><span>Thanks<br />Jeff</span></p>]]></description>
          <pubDate>Tue, 15 Sep 2026 09:39:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248493#post2248493</guid>
        </item>
                <item>
          <title>this is a newer error customer reports, over last 2 months</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248492#post2248492</link>
          <description><![CDATA[<p>Hi Dave,</p>
<p>Sorry for taking so long...client went on a sabbatical or something but is back.&nbsp; THANK YOU!&nbsp; Works terrific! Brilliant work.</p>]]></description>
          <pubDate>Mon, 14 Sep 2026 16:11:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248492#post2248492</guid>
        </item>
                <item>
          <title>new issue with form generator on a live site</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248491#post2248491</link>
          <description><![CDATA[<p>Hello IT,</p>
<p>I've tested this form a LOT but I think that was prior to upgrading to v1.03 of the plugin with CMSB v3.84 (Build 3130) . Once the form is filled in by a visitor and clicks "submit" this error pops up in the browser:</p>
<p>Error: Column 'hidden' cannot be null in /home/xxxxxx/public_html/cecmsuAdminxxxx/plugins/formgenerator_1-03/formGenerator/formGenerator.php:125</p>]]></description>
          <pubDate>Mon, 14 Sep 2026 15:37:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248491#post2248491</guid>
        </item>
                <item>
          <title>Recommended upgrade path from CMS Builder 3.54 / PHP 7.4 to current version / PHP 8.x</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248490#post2248490</link>
          <description><![CDATA[<p>Hi <span>Andreas,&nbsp;</span></p>
<p><span>We usually upgrade both at the same time.&nbsp; So upload the latest CMSB, then switch PHP over to the latest version your hosting supports.&nbsp; Then monitor the CMS Developer Log for any issues.</span></p>
<p><span>Our upgrade docs are here: <a href="https://interactivetools.com/docs/cmsbuilder/getting-started/upgrading/" rel="nofollow">https://interactivetools.com/docs/cmsbuilder/getting-started/upgrading/</a></span></p>
<p>And if you have older plugins, you may need to upgrade those as well.&nbsp; But you can wait and see if they generate any errors.</p>
<p>Hope that helps!</p>
]]></description>
          <pubDate>Sun, 13 Sep 2026 20:36:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248490#post2248490</guid>
        </item>
                <item>
          <title>Recommended upgrade path from CMS Builder 3.54 / PHP 7.4 to current version / PHP 8.x</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248489#post2248489</link>
          <description><![CDATA[<p class="PDq2pG_selectionAnchorContainer">Hi,</p>
<p>I’m preparing to upgrade a fairly old but fully functional CMS Builder installation and would appreciate advice from anyone who has done a similar migration.</p>
<p>Current setup:</p>
<ul>
<li>CMS Builder v3.54 (Build 2280)</li>
<li>PHP 7.4.33</li>
<li>MariaDB 10.11.19</li>
<li>Apache</li>
</ul>
<p>The installation includes several custom sections, custom viewers, and some custom PHP code.</p>
<p>I have already created a complete staging copy, including files and database, so I'll do all testing there before touching production.</p>
<p>My main question is about the safest upgrade sequence.</p>
<p>Would you recommend:</p>
<p><strong>A.</strong> Upgrading CMS Builder first while still on PHP 7.4, then moving to PHP 8.x<br />or<br /><strong>B.</strong> Moving directly to a newer CMS Builder release together with PHP 8.x?</p>
<p>I was considering using an intermediate CMS Builder release such as v3.59, since it appears to be one of the last versions compatible with PHP 7.x, but I would be very interested to hear what others have done in practice. Any advice and assistance would be greatly appreciated.&nbsp;</p>
<p>Kind regards.</p>

<p>Andreas Lazaris</p>]]></description>
          <pubDate>Sat, 12 Sep 2026 23:37:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248489#post2248489</guid>
        </item>
                <item>
          <title>I would like to get all CMS Versions since 3.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248488#post2248488</link>
          <description><![CDATA[<p>Hi Gary,</p>
<p>Okay, yea I'd recommend using the latest version.&nbsp; Also, we have another big update coming very soon!</p>]]></description>
          <pubDate>Tue, 01 Sep 2026 16:02:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248488#post2248488</guid>
        </item>
                <item>
          <title>Whc.ca shared hosting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248487#post2248487</link>
          <description><![CDATA[<p>Hey Jeff,</p>
<blockquote>
<p>Error: Call to undefined function DeveloperConsole\phpConsole()</p>
<p>#0 Script started at /home/xxx/public_html/cmsb/admin.php:0<br />#1 require() at /home/xxx/public_html/cmsb/admin.php:81<br />#2 include() at /home/xxx/public_html/cmsb/lib/menus/default/actionHandler.php:62<br />#3 admin_dispatchAction() at /home/xxx/public_html/cmsb/lib/menus/admin/actionHandler.php:30<br />#4 require() at /home/xxx/public_html/cmsb/lib/menus/admin/actionHandler.php:81<br />#5 Itools\Cmsb\Admin\Plugins\activatePluginAction() at /home/xxx/public_html/cmsb/lib/menus/admin/plugins.php:20<br />#6 activatePlugin() at /home/xxx/public_html/cmsb/lib/menus/admin/plugins.php:261<br />#7 include() at /home/xxx/public_html/cmsb/lib/plugin_functions.php:309<br />#8 Error thrown at /home/xxx/public_html/cmsb/plugins/developerConsole/developerConsole.php:30</p>
</blockquote>
<p>That error means plugins/developerConsole/consoles/phpConsole.php isn't defining the phpConsole() function it should. The file is loading (the console registrations just above that line worked), but the file's contents are seemingly not what's expected.</p>
<p>Can you check that file on your server? In a stock 3.82 it's 260 lines (about 10 KB), with function phpConsole() near the top. If yours is empty, truncated, or different, re-upload a fresh copy of the plugins/developerConsole/ folder and that should fix it.</p>
<p>If the file matches the stock one, let me know and I'll dig further.</p>]]></description>
          <pubDate>Tue, 01 Sep 2026 11:26:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248487#post2248487</guid>
        </item>
                <item>
          <title>I would like to get all CMS Versions since 3.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248486#post2248486</link>
          <description><![CDATA[<p>I need to update my class which is used by the website actually to run CMSB.&nbsp; I have a class called CMSBCLASS that does all of the CMSB stuff so I don't need to use the viewer functions as these are not class based.</p>
]]></description>
          <pubDate>Tue, 01 Sep 2026 04:28:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248486#post2248486</guid>
        </item>
                <item>
          <title>I would like to get all CMS Versions since 3.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248485#post2248485</link>
          <description><![CDATA[<p>Hi Gary,&nbsp;</p>
<p>We generally recommend running the latest release, as it includes the most fixes.&nbsp; &nbsp;What are you trying to do?&nbsp;</p>

]]></description>
          <pubDate>Mon, 31 Aug 2026 23:27:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248485#post2248485</guid>
        </item>
                <item>
          <title>Re: sitemap.xml generator UPDATED</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248484#post2248484</link>
          <description><![CDATA[<p>In response to: <a href="https://interactivetools.com/forum/forum-posts.php?postNum=2248070#post2248070" rel="nofollow">https://interactivetools.com/forum/forum-posts.php?postNum=2248070#post2248070</a><br /><br />This is now available as a plugin.</p>
<blockquote><a href="https://www.interactivetools.com/plugins/sitemap-generator/" rel="nofollow">https://www.interactivetools.com/plugins/sitemap-generator/</a></blockquote>]]></description>
          <pubDate>Sat, 29 Aug 2026 03:38:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248484#post2248484</guid>
        </item>
                <item>
          <title>I would like to get all CMS Versions since 3.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248483#post2248483</link>
          <description><![CDATA[<p>3.81 might be good enough.&nbsp; I have looked through the release notes and I am only concerned with the later versions.&nbsp; So, 3.81 and then again 3.84 might be enough.</p>
<p>I would still like the other versions, but beggars can't be choosers.</p>
]]></description>
          <pubDate>Fri, 28 Aug 2026 09:51:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248483#post2248483</guid>
        </item>
                <item>
          <title>I would like to get all CMS Versions since 3.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248482#post2248482</link>
          <description><![CDATA[<p>I need all of the CMS versions from the one that came after 3.65 to the current.&nbsp; Do you have a way to get those?&nbsp; &nbsp;I only see 3.84 available right now.</p>
]]></description>
          <pubDate>Fri, 28 Aug 2026 09:19:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248482#post2248482</guid>
        </item>
                <item>
          <title>Whc.ca shared hosting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248481#post2248481</link>
          <description><![CDATA[<p>Cmsb 3.82</p>
<p>Error: Call to undefined function DeveloperConsole\phpConsole()</p>
<p>#0 Script started at /home/xxx/public_html/cmsb/admin.php:0<br />#1 require() at /home/xxx/public_html/cmsb/admin.php:81<br />#2 include() at /home/xxx/public_html/cmsb/lib/menus/default/actionHandler.php:62<br />#3 admin_dispatchAction() at /home/xxx/public_html/cmsb/lib/menus/admin/actionHandler.php:30<br />#4 require() at /home/xxx/public_html/cmsb/lib/menus/admin/actionHandler.php:81<br />#5 Itools\Cmsb\Admin\Plugins\activatePluginAction() at /home/xxx/public_html/cmsb/lib/menus/admin/plugins.php:20<br />#6 activatePlugin() at /home/xxx/public_html/cmsb/lib/menus/admin/plugins.php:261<br />#7 include() at /home/xxx/public_html/cmsb/lib/plugin_functions.php:309<br />#8 Error thrown at /home/xxx/public_html/cmsb/plugins/developerConsole/developerConsole.php:30</p>

<p>Operating System<span style="text-decoration:underline;">Linux 4.18.0-553.141.2.lve.el8.x86_64</span> (release)</p>
<ul>
<li>Server Name:redactted Server IP:<code> redactted</code></li>
<li>Disk Space Used: 94%202.33 GB free of 3.58 TB (largest dirs)</li>
<li>Resource Limits: CPU Time: <code>unlimited</code> Memory Limit: <code>unlimited</code> Processes: <code>400</code>(ulimit)</li>
<li><span>Last Rebooted: 1 days, 10 hours, 5 minutes ago</span></li>
</ul>
<p>Control PanelcPanel (cPanel login, WHM login)</p>

<p>Web Server<span style="text-decoration:underline;">LiteSpeed v6.3.6</span></p>
<ul>
<li>Using config file: <code>/home/xxx/public_html/cmsb/.htaccess</code></li>
<li><span>PHP Handler: lsapi V8.3 CloudLinux 1.3</span></li>
</ul>
<p>Database Server<span style="text-decoration:underline;">MariaDB v10.6.27</span> (variables &amp; status) - Live SQL Monitor &gt;&gt;</p>
<ul>
<li>Settings:<code> xxx_yaascmsb.cmsb_*</code> (<span style="text-decoration:underline;">change</span>)</li>
<li>Privileges: <span>index, triggers, views, events, functions, temp tables, lock tables, flush, process</span></li>
<li>More...</li>
</ul>
<p>PHP VersionPHP v8.3.31 (phpinfo) - View Errors and Warnings (1) &gt;&gt;</p>
<ul>
<li>Running as xxx and using config files:
<ul>
<li><code>/opt/alt/php83/etc/php.ini</code></li>
<li><code>/home/xxx/public_html/cmsb/.htaccess</code></li>
<li><code>/opt/alt/php83/link/conf/alt_php.ini</code></li>
<li><code>/opt/alt/php83/link/conf/clos_ssa.ini</code></li>
</ul>
</li>
<li><span>Security Modules: ModSecurity</span></li>
<li>Caching Modules: None detected</li>
<li><span>Image Modules: gd, imagick</span></li>
</ul>
]]></description>
          <pubDate>Thu, 27 Aug 2026 08:01:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248481#post2248481</guid>
        </item>
                <item>
          <title>Whc.ca shared hosting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248480#post2248480</link>
          <description><![CDATA[<p>Hey Jeff,</p>
<blockquote>
<p>Even turning off psr does no fix it.</p>
</blockquote>
<p>Good to know - that rules out the psr extension.</p>
<blockquote>
<p>The developer console is failing to load on ...parameters on functions.</p>
</blockquote>
<p>Can you paste the full error message exactly as it appears? The part that's cut-off there is the important diagnostic bit. The easiest place to copy it from is the Admin Menu &gt; Developer Log in CMSB, where PHP errors and warnings get logged. Your server's PHP error log would work too.</p>
<p>Also, what CMSB version are you running? And what PHP version are you on?</p>]]></description>
          <pubDate>Thu, 27 Aug 2026 07:34:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248480#post2248480</guid>
        </item>
                <item>
          <title>Whc.ca shared hosting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248479#post2248479</link>
          <description><![CDATA[<p>The developer console is failing to load on ...parameters on functions. Even turning off psr does not fix it.</p>]]></description>
          <pubDate>Wed, 26 Aug 2026 13:29:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248479#post2248479</guid>
        </item>
                <item>
          <title>Whc.ca shared hosting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248478#post2248478</link>
          <description><![CDATA[<p>Hey Jeff,</p>
<blockquote>
<p>Whc.ca has the psr extension enabled by default. This is causing CMSB developer console to fail to load.</p>
</blockquote>
<p>What's the exact error message you're seeing? And is it just the CMSB developer console which fails to load, or any other pages as well?</p>
<blockquote>
<p>I also use cacheing with Symphony/Cache via composer.</p>
<p>What is the recommended solution.</p>
</blockquote>
<p>The <em>psr</em> extension does conflict with composer's Psr/* packages, because Symfony/Cache requires Psr/Cache, and composer will install it even while the extension is enabled, which creates the conflict.</p>
<p>If your host lets you, you can try disabling the <em>psr</em> extension, as it sounds like that's the most probable fix, but I should be able to give you a more concrete answer if you can provide the exact error message text, along with any other details you have.</p>]]></description>
          <pubDate>Wed, 26 Aug 2026 13:14:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248478#post2248478</guid>
        </item>
                <item>
          <title>loadINI: Undefined array key &quot;PATH_INFO&quot; while upgrading from 2.14 to 3.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248477#post2248477</link>
          <description><![CDATA[<p>That's great.&nbsp; Thank you for getting back to me.</p>
]]></description>
          <pubDate>Wed, 26 Aug 2026 12:23:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248477#post2248477</guid>
        </item>
                <item>
          <title>OfflineMode plugin on new share host</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248476#post2248476</link>
          <description><![CDATA[<p>Hi Jeff,</p>
<p>I am assuming here that you are using offlineMode v1.02.&nbsp;</p>
<p>Around line 264 in the offlineMode_getUrl() function, you see a $curl_options being set with CURLOPT_USERAGENT. Change that line to...</p>
<pre class="language-php"><code>$curl_options = [CURLOPT_USERAGENT =&gt; $userAgent, CURLOPT_TIMEOUT =&gt; 10];</code></pre>
<p>You can give that a try and test different values. You don't want it to be too long. Currently the default is set to 4.&nbsp;</p>
<p>I believe that will achieve what you are looking for when it comes to setting CURL timeouts. I am not sure if this is going to solve the issue if the script is hanging for another reason. Worth giving it a try.</p>
<p>Let us know if it works out for you.</p>]]></description>
          <pubDate>Wed, 26 Aug 2026 11:58:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248476#post2248476</guid>
        </item>
                <item>
          <title>OfflineMode plugin on new share host</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248475#post2248475</link>
          <description><![CDATA[<p>My offlineMode plugin is timing out. Support says to increase the timeout in the script, but it seems to be outside the script. Where do I set the timeouts for curl?</p>]]></description>
          <pubDate>Wed, 26 Aug 2026 11:45:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248475#post2248475</guid>
        </item>
                <item>
          <title>loadINI: Undefined array key &quot;PATH_INFO&quot; while upgrading from 2.14 to 3.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248474#post2248474</link>
          <description><![CDATA[<p>Hey Gary,</p>
<blockquote>
<p>I commented out the die() statement from within loadINI and it seemed to work without issue...at least that I have seen.</p>
</blockquote>
<p>That fix is fine to leave in, it won't cause any problems elsewhere.</p>
<p>We tracked down the root cause on our end, and it's patched in the next release.</p>]]></description>
          <pubDate>Wed, 26 Aug 2026 11:14:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248474#post2248474</guid>
        </item>
                <item>
          <title>loadINI: Undefined array key &quot;PATH_INFO&quot; while upgrading from 2.14 to 3.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248473#post2248473</link>
          <description><![CDATA[<p>Wow, that is strange...The PATH_INFO error was coming out of parse_ini_file which is built in to PHP.&nbsp;&nbsp;</p>
<p>I commented out the die() statement from within loadINI and it seemed to work without issue...at least that I have seen.</p>
<p>I'm going to do the same for the other site that is a problem right now, but food for thought on this one.&nbsp;&nbsp;</p>
]]></description>
          <pubDate>Tue, 25 Aug 2026 10:43:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248473#post2248473</guid>
        </item>
                <item>
          <title>loadINI: Undefined array key &quot;PATH_INFO&quot; while upgrading from 2.14 to 3.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248472#post2248472</link>
          <description><![CDATA[<p>I did that!</p>]]></description>
          <pubDate>Tue, 25 Aug 2026 09:55:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248472#post2248472</guid>
        </item>
                <item>
          <title>loadINI: Undefined array key &quot;PATH_INFO&quot; while upgrading from 2.14 to 3.65</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248471#post2248471</link>
          <description><![CDATA[<p>Hi Gary,&nbsp;</p>
<p>If you can fill out the 2nd level support request we can take a look for you to get you up and running ASAP:</p>
<p><a href="https://interactivetools.com/support/request/" rel="nofollow">https://interactivetools.com/support/request/</a></p>
]]></description>
          <pubDate>Tue, 25 Aug 2026 07:44:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248471#post2248471</guid>
        </item>
              </channel>
    </rss>
  