<?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%3ADeborah</link>
        <description></description>
        <pubDate>Tue, 12 May 2026 14:27:14 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ADeborah&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Plugins error with upgrade to 3.82 from 3.56</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248298#post2248298</link>
          <description><![CDATA[<p>Hi, Interactive Tools.</p>
<p>I've upgraded several v3.80 to 3.82 and all went very well. Today I tried an upgrade from 3.56 to 3.82 and encountered a plugins error.</p>
<p>When viewing CMS Setup &gt; Plugins, the following error displays (screenshot attached):<br />---<br />Required System Plugins<br />The following errors were encountered while trying to active Required System Plugins:<br />file_get_contents(/home/zzzweb/public_html/cmszzz/lib/languages/adminMenu/.php): Failed to open stream: No such file or directory in /home/zzzweb/public_html/cmszzz/lib/Struct.php on line 62<br />---</p>
<p>- I first saw this after the upgrade while the existing plugins were in place, so I updated all plugins and yet the message persisted. <br />- Removed all plugins and the error went away. <br />- Uploaded "_example_cron.php plugin" that shipped with 3.82 and saw the error again.<br />- Re-uploaded the entire software, but the error remains.</p>
<p><span>The site is running: PHP v8.1.32, MySQL v5.7.36, which worked fine with other upgrades from 3.80.</span></p>
<p>I have a large batch of v3.56 sites to upgrade, so any tips on what I could check or try would be helpful.</p>
<p>Thank you.<br />~ Deborah</p>]]></description>
          <pubDate>Sat, 17 Jan 2026 13:54:49 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248298#post2248298</guid>
        </item>
                <item>
          <title>Free Plugin: Conditional Error Checking Pro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248282#post2248282</link>
          <description><![CDATA[<p>Hi, Kenny.</p>
<p>The timing of your Conditional Error Checking Pro plugin couldn’t have been better. Last week I was struggling to figure out how to handle separate conditional entry requirements for both root-level and submenu levels of a category menu—and your plugin solved it perfectly.</p>
<p>The interface is excellent, and your instructions are easy to follow.</p>
<p>I looking forward to checking out your beta plugins soon and will share feedback. Thank you so much for sharing this with the community!</p>
<p>~Deborah</p>]]></description>
          <pubDate>Sat, 10 Jan 2026 15:11:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248282#post2248282</guid>
        </item>
                <item>
          <title>CMSB v3.82 Beta (Improved UI, Menu Count Badges, &amp; .env support)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248275#post2248275</link>
          <description><![CDATA[<p>Hey, Dave.</p>
<p>Beta 4 looks great from here!</p>
<p>~ Deborah</p>]]></description>
          <pubDate>Tue, 06 Jan 2026 08:47:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248275#post2248275</guid>
        </item>
                <item>
          <title>Displaying value &amp; label for related table list items on Category Menu page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248240#post2248240</link>
          <description><![CDATA[<p>Hi Dave — thanks for the reminder about showme().</p>
<p>It’s a really handy tool, and I did use it here, but I wasn’t sure how to display both the values and the labels in this related use case.</p>
<p>Christine helped point me in the right direction, and I’ve now saved a working snippet in my CMSB library for future reference.</p>
<p>Appreciate the great support!</p>
<p>~ Deborah</p>]]></description>
          <pubDate>Wed, 17 Dec 2025 12:03:53 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248240#post2248240</guid>
        </item>
                <item>
          <title>Displaying value &amp; label for related table list items on Category Menu page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248232#post2248232</link>
          <description><![CDATA[<p>Hello, Christine.</p>
<p>I was unaware of the "two parallel arrays possibility". That works perfectly!</p>
<p>Thanks so much for your help.<br />Deborah</p>]]></description>
          <pubDate>Tue, 16 Dec 2025 12:06:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248232#post2248232</guid>
        </item>
                <item>
          <title>Displaying value &amp; label for related table list items on Category Menu page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248222#post2248222</link>
          <description><![CDATA[<p>Hi, All.<br /><br />I need to display both $value (numeric) and $label from the related businesses list field on the same line. Right now, I can only display either $value or $label. How can I output both together?</p>
<p>In the 'activity' Category Menu table, the 'related_businesses' list field is set up as:<br />- Get options from database (advanced)<br />- Section Tablename: business_directory<br />- Field for option values: num<br />- Field for option labels: business_name</p>
<p><strong>Desired output:</strong><br />If thhe record num in the related 'business_directory' table is 23, the HTML would be:</p>
<pre class="language-markup"><code>&lt;li&gt;&lt;a href="directory.php#biz-23"&gt;Business ABC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="directory.php#biz-45"&gt;Business XYZ&lt;/a&gt;&lt;/li&gt;</code></pre>
<p><strong>Page setup:</strong></p>
<pre class="language-php"><code>  // load records from 'activity'
  list($activityRecords, $selectedActivity) = getCategories(array(
    'tableName'            =&gt; 'activity', //
    'categoryFormat'       =&gt; 'showall', 
    'defaultCategory'      =&gt; '1', 

    // advanced options (you can safely ignore these)
    'rootCategoryNum'      =&gt; '',
    'ulAttributes'         =&gt; '',
    'selectedCategoryNum'  =&gt; '',
    'ulAttributesCallback' =&gt; '',
    'liAttributesCallback' =&gt; '',
    'loadCreatedBy'        =&gt; false,
    'loadUploads'          =&gt; true,
    'ignoreHidden'         =&gt; false,
    'debugSql'             =&gt; false,
  ));
</code></pre>
<p><strong>Current code resulting in - undefined variable "$value":</strong></p>
<pre class="language-php"><code>&lt;?php foreach ($activityRecords as $record): ?&gt;

&lt;h2&gt;&lt;?php echo htmlencode($record['name']) ?&gt;&lt;/h2&gt;

&lt;h3&gt;Related Businesses&lt;/h3&gt;
&lt;ul&gt;
&lt;?php foreach ($record['business_directory_num:labels'] as $label): ?&gt;
&lt;li&gt;&lt;a href="/business/directory/index.php#biz-&lt;?php echo $value; ?&gt;"&gt;&lt;?php echo $label; ?&gt;&lt;/a&gt;&lt;/li&gt;
&lt;?php endforeach; ?&gt;
&lt;/ul&gt;
      
&lt;?php endforeach ?&gt;</code></pre>
<p>---------------------------------</p>
<p>Can anyone offer a suggestion?</p>
<p>Deborah</p>]]></description>
          <pubDate>Wed, 10 Dec 2025 12:36:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248222#post2248222</guid>
        </item>
                <item>
          <title>Multi-search with &quot;if&quot; filter on $searchRows</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248205#post2248205</link>
          <description><![CDATA[<p>Djulia, the customWhere works beautifully!</p>
<p>Thank you!<br />Deborah</p>]]></description>
          <pubDate>Tue, 02 Dec 2025 06:41:25 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248205#post2248205</guid>
        </item>
                <item>
          <title>Multi-search with &quot;if&quot; filter on $searchRows</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248203#post2248203</link>
          <description><![CDATA[<p>In my multi-search page results, I want to omit listings that aren't approved via the "approved" checkbox.</p>
<p>I&nbsp;followed Damon's idea in the following post, but it's either not working, or I've got something not right.<br /><a href="https://interactivetools.com/forum/forum-posts.php?postNum=2236421#post2236421" rel="nofollow">https://interactivetools.com/forum/forum-posts.php?postNum=2236421#post2236421</a></p>
<pre class="language-php"><code>// list of businesses
list($business_directoryRecords, $business_directoryMetaData) = getRecords(array(
'tableName' =&gt; 'business_directory',
'loadCreatedBy' =&gt; false,
));

// SEARCH BY WORD/PHRASE //
// for type-in search box
$searchOptions = array();
$searchOptions['keywords'] = @$_REQUEST['q'];
$searchOptions['perPage'] = "200";
$searchOptions['debugSql'] = "0" ; // set to '1' to use debug

$searchTables = array();

$searchTables['business_directory'] = array(
'viewerUrl' =&gt; '/business/directory/directory-search-results.php',
'titleField' =&gt; 'business_name',
'summaryField' =&gt; 'description',
'field1' =&gt; 'num' ,
'field2' =&gt; 'contact_names',
'field3' =&gt; 'phone_1',
'field4' =&gt; 'phone_2',
'field5' =&gt; 'address',
'field6' =&gt; 'town_city',
'field7' =&gt; 'business_website_url',
'field8' =&gt; 'alternate_website_url',
'field9' =&gt; 'alternate_website_url_title',
'field10' =&gt; 'approved',
'searchFields' =&gt; array('business_name','description','contact_names'),
);
list($searchRows, $searchDetails) = searchMultipleTables($searchTables, $searchOptions);
</code></pre>
<pre class="language-php"><code>&lt;!-- HTML Search Results List --&gt;
&lt;?php $count = 0;?&gt;
&lt;?php foreach ($searchRows as $record): ?&gt;
&lt;?php if($record['field10'] == 1) { continue; } ?&gt;


&lt;!-- ShowMe simplified results --&gt;
Array
(
[tablename] =&gt; business_directory
[num] =&gt; 3
[field10] =&gt; 0
)
</code></pre>
<p>Note the [field10] shows a value of 0, but that record displays anyhow.</p>
<p>Does anyone have any thoughts on this? If it can't be done, then we won't be able to use multi-search.</p>
<p>Thanks for any help in advance!</p>
<p>~ Deborah</p>]]></description>
          <pubDate>Mon, 01 Dec 2025 12:57:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248203#post2248203</guid>
        </item>
                <item>
          <title>CMSB v3.80 Beta Released (Upload Management Features &amp; More)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248159#post2248159</link>
          <description><![CDATA[<p>Hi, Dave.</p>
<p>I’ve been testing Beta 2 and really like the new upload management features and the zipped database backups.</p>
<p>While testing Convert existing images, I hit a PHP memory limit when a batch included one or more large originals. The process returned a 500 error mid-run, the offending original was reduced to 0 bytes, and the rest of the batch didn’t process.</p>
<p>I raised memory_limit in the site's .user.ini from 128MB to 512MB, which let me process larger images, but I haven’t tested batches as large as some of my client sites.</p>
<p>To avoid any risk of losing original images, I’m planning to temporarily increase the memory limit significantly during conversions—unless you have a better approach.</p>
<p>Also, please tell me where I can find Menu view mode so I can review that as well.</p>
<p>Thanks!<br />Deborah</p>]]></description>
          <pubDate>Wed, 01 Oct 2025 12:50:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248159#post2248159</guid>
        </item>
                <item>
          <title>Auto Backup plugin - How to add &quot;cc&quot; mail field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248144#post2248144</link>
          <description><![CDATA[<p>Hey, Dave.</p>
<p>Your "cc" code works great - either version. Just what I needed!</p>
<p>Thank you.<br />Deborah</p>]]></description>
          <pubDate>Thu, 25 Sep 2025 10:07:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248144#post2248144</guid>
        </item>
                <item>
          <title>Auto Backup plugin - How to add &quot;cc&quot; mail field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248135#post2248135</link>
          <description><![CDATA[<p>Hi, All.</p>
<p>I tried adding the "cc" mail field option to the Auto Backup plugin and am not receiving the cc mail.</p>
<p>I simply added the "cc" line shown here, but perhaps I'm oversimplifying?</p>
<pre class="language-markup"><code>// email attachment
sendMessage([
'from' =&gt; "servermail@domain.com",
'to' =&gt; "emailone@domain.com",
'cc' =&gt; "emailtwo@domain2.com",  // I ADDED THIS
'subject' =&gt; "CMS Backup - ABC",
'text' =&gt; "Automatically generated backup file.",
'attachments' =&gt; [
$filename =&gt; $data,
],
]);</code></pre>
<p>Tested with 1.05 Beta and 1.04. Just wondering if it can be done - would be nice, but not critical.</p>
<p>Thanks for any ideas!<br />Deborah</p>]]></description>
          <pubDate>Fri, 19 Sep 2025 11:53:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248135#post2248135</guid>
        </item>
                <item>
          <title>CMSB v3.79 Beta Released (Developer Tools)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248105#post2248105</link>
          <description><![CDATA[<p>Hi, Dave.</p>
<p>The AutoBackup plugin works great with 3.79 beta 3. Using zip compression, I’m seeing about 80% file size savings. I also found the “Zip uncompressed backups” option in Backup &amp; Restore, which zipped my older backups as well.</p>
<p>When testing a restore, the screen immediately after clicking Restore displays unreadable characters (see attached) instead of the usual “Backup progress %” message. I tested with both a category menu and a multi-record backup. I’ve noticed similar behavior while migrating sites to a new database with older CMSB versions, but haven’t yet figured out the cause well enough to ask for assistance.</p>
<p>Thanks for the new 3.79 improvements!<br />~ Deborah</p>]]></description>
          <pubDate>Fri, 22 Aug 2025 12:21:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248105#post2248105</guid>
        </item>
                <item>
          <title>CMSB v3.79 Beta Released (Developer Tools)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248100#post2248100</link>
          <description><![CDATA[<p>Hello, Dave.</p>
<p>I'm beginning to test Beta 2 and am experiencing a conflict with Auto Backup plugin v1.04.</p>
<p><strong>1) With the plugin enabled, I see this at the top of the admin pages:</strong><br />Warning: Undefined array key "bgtasks_lastRun" in /home/tstbdgweb/public_html/cmsbbeta/plugins/autobackup_1-04-mod/autoBackup.php on line 233 <br />Warning: Cannot modify header information - headers already sent by (output started at /home/tstbdgweb/public_html/cmsbbeta/lib/errorlog_functions.php:136)<br />Warning: Cannot modify header information - headers already sent by (output started at /home/tstbdgweb/public_html/cmsbbeta/lib/errorlog_functions.php:136)<br />Warning: Cannot modify header information - headers already sent by (output started at /home/tstbdgweb/public_html/cmsbbeta/lib/errorlog_functions.php:136)<br />Warning: Cannot modify header information - headers already sent by (output started at /home/tstbdgweb/public_html/cmsbbeta/lib/errorlog_functions.php:136)<br />Warning: Cannot modify header information - headers already sent by (output started at /home/tstbdgweb/public_html/cmsbbeta/lib/errorlog_functions.php:136)</p>
<p><strong>2) On the plugins screen I see:</strong><br />The following errors were encountered while trying to active Required System Plugins:<br />Plugin Error:<br />Warning: Undefined array key "bgtasks_lastRun" in /home/myweb/public_html/cmsbbeta/plugins/autobackup_1-04-mod/autoBackup.php on line 233 <br />Warning: Cannot modify header information - headers already sent by (output started at /home/myweb/public_html/cmsbbeta/lib/errorlog_functions.php:136){"plugins":[{"name":"!</p>
<p><strong>3) If I attempt to run the plugin manually, </strong>the cron.php shows unrecognizeable characters.</p>
<p><strong>4) At some point, I saw this browser modal:</strong><br />www.[mydomain].com says<br />pdatePhpMysqlDateTime: [object Object]</p>
<p>I removed all prior backups and re-enabled the plugin. It created backups in the directory, but the "bgtasks_lastRun" message persists.</p>
<p>~ Deborah</p>]]></description>
          <pubDate>Sat, 16 Aug 2025 07:24:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248100#post2248100</guid>
        </item>
                <item>
          <title>PHP Error Alert Chrome extension</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248055#post2248055</link>
          <description><![CDATA[<p>Hi, Interactive Tools.</p>
<p>I've been using your PHP Error Alert Chrome extension for years, but a recent Chrome update has completely blocked it. I used to be able to manually re-enable it, but that's no longer an option. Grrrr!</p>
<p>Do you plan to update the extension, or do you have any alternative suggestions for Chrome or Firefox?</p>
<p>~ Deborah</p>]]></description>
          <pubDate>Sat, 12 Jul 2025 06:02:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248055#post2248055</guid>
        </item>
                <item>
          <title>Thumbnail path issue in generated admin view page code</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248052#post2248052</link>
          <description><![CDATA[<p>Dave,</p>
<p>Thanks for the explanation—I understand now and I'm glad everything's working as expected.</p>
<p>On some sites, the images can be so similar that it's hard to tell them apart when they're only 54px high while scrolling through the list.</p>
<p>For my use case, setting both max-width and max-height to the same value achieves the desired result, regardless of the image's orientation.</p>
<p>Appreciate the help—thanks again!<br />Deborah</p>]]></description>
          <pubDate>Thu, 10 Jul 2025 05:38:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248052#post2248052</guid>
        </item>
                <item>
          <title>Thumbnail path issue in generated admin view page code</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248050#post2248050</link>
          <description><![CDATA[<p>I have database section editor containing a photo upload. I set a custom CSS rule in /3rdParty/clipone/css/theme_red.css to to display the full-size thumb image instead of the default size.</p>
<p>/* show thumbnail actual size instead of default 72px by 54px */<br />.img-preview { <br />width: auto !important;<br />max-width: 100% !important;<br />height: auto !important;<br />margin: 0 auto;<br />padding: 2px;<br />display:</p>
<p>The admin view, such as /cms/admin.php?menu=photos doesn't always indicate the thumbnail image file path correctly. Of 35 photos, 9 were showing the <span style="text-decoration:underline;">full-size</span> image path in the code, instead of the <span style="text-decoration:underline;">/thumb/</span> path.<br />Example:<br />9 image paths are /_cmsupl/flwr/img_0660.jpeg<br />instead of /_cmsupl/flwr/thumb/img_0660.jpeg</p>
<p>- The physical images are sized correctly in the /thumb/ folder.<br />- Running "recreate" in the field editor for all thumbnails doesn't change anything for the admin view code.<br />- The Code Generator HTML code is correct.</p>
<p>Just wondering if the cause might be identified so I can show custom-size thumbnails in the admin list view.</p>
<p>Hope my explanation makes sense - thanks for looking at it.</p>
<p>~ Deborah</p>


]]></description>
          <pubDate>Tue, 08 Jul 2025 16:36:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248050#post2248050</guid>
        </item>
                <item>
          <title>CMSB v3.78 Beta Released (PHP 8.1 Required, Plugin and Debug Tools)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248032#post2248032</link>
          <description><![CDATA[<p>Hey, Dave,</p>
<p>The latest beta looks great! I can move imported schemas freely in the database list again—no save needed.</p>
<p>As someone who watches site performance closely, the Debug Footer report should cut out a lot of guesswork - plenty of info to see there. I haven’t run into plugin issues myself, but a simple toggle sounds like an easy way to rule things out.</p>
<p>Looking forward to running 3.78 on my sites soon—thanks for the continued improvements!</p>
<p>~ Deborah</p>]]></description>
          <pubDate>Tue, 17 Jun 2025 14:07:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248032#post2248032</guid>
        </item>
                <item>
          <title>Schemas copied to v3.77 are not available</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248005#post2248005</link>
          <description><![CDATA[<p>Hi, Dave.</p>
<p>Yes, <span>clicking "Save Details" does solve both issues. I also notice that if I create a new editor and save it, or if I save an existing editor, that fixes anything imported previously.</span></p>
<p><span>So I'll just remember that trick for the future.</span></p>
<p><span>Thanks so much for your quick (weekend) response!</span></p>
<p><span>~ Deborah</span></p>]]></description>
          <pubDate>Sun, 08 Jun 2025 10:09:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248005#post2248005</guid>
        </item>
                <item>
          <title>Schemas copied to v3.77 are not available</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248003#post2248003</link>
          <description><![CDATA[<p>Hello.</p>
<p>I'm working on a site that I originally set up with version 3.76 and later upgraded to 3.77.</p>
<p>I copied two schema files—a menugroup and a multi—from another site running 3.75. After uploading them, I saw the "Creating MySQL table for schema table" message for both, and they now appear in the Database Editor list.</p>
<p>I'm running into two issues:</p>
<ol>
<li>
<p>The editors don't appear in the left-hand menu, so I can't access them.</p>
</li>
<li>
<p>In the Database Editor, if I drag and change the order of these editors and then leave and return to the page, they revert to their original positions. This is only happening with these two schemas, not the other schemas I created with this site.</p>
</li>
</ol>
<p>I’ve confirmed that both tables exist in the database, so it seems like something isn’t connecting properly.</p>
<p>Sorry to report this—hopefully it's an easy fix.</p>
<p>Thank you!<br />Deborah</p>]]></description>
          <pubDate>Sun, 08 Jun 2025 09:38:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248003#post2248003</guid>
        </item>
                <item>
          <title>form generator not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247984#post2247984</link>
          <description><![CDATA[<p>Hi, Dave.</p>
<p>Yes, issue resolved! Tested with v3.77 and no errors or issues.</p>
<p>Thanks!<br />Deborah</p>]]></description>
          <pubDate>Tue, 03 Jun 2025 08:02:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247984#post2247984</guid>
        </item>
                <item>
          <title>form generator not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247926#post2247926</link>
          <description><![CDATA[<p>Celuch, you might check that your CSV Import is the latest version 1.17. I'm not seeing reference to CSV Import in the CMS Setup header - just "Checking for database schema updates...".</p>
<p>My sever has PHP 8.3.13 and ModSecurity active, but I have not enabled Zend OPCache.</p>
<p><span>PHP v8.3.13 (</span>phpinfo<span>) - </span><span style="color:#ff0000;">View Errors and Warnings (4) &gt;&gt;</span></p>
<ul>
<li><span>Running as web </span>and using config files:
<ul>
<li><code>/home/web/public_html/cmsbbeta/.htaccess</code></li>
<li><code>/home/web/public_html/cmsbbeta/.user.ini</code></li>
<li><code>/opt/cpanel/ea-php83/root/etc/php.ini</code></li>
</ul>
</li>
<li><span style="color:#ff0000;">Disabled functions: exec, passthru, shell_exec, system</span></li>
<li><span style="color:#ff0000;">Security Modules: ModSecurity</span></li>
<li>Caching Modules: None detected</li>
<li><span>Image Modules: gd, imagick</span></li>
</ul>
<p>I was able to generate the form code without any issues, but a few PHP errors were logged in reference to the data + time field in my form. These errors did not affect the recording of the date field data from the form submission.</p>
<p>Warning: Undefined array key "yearRangeStart" in /home/web/public_html/cmsbbeta/plugins/formgenerator_1-02/formGenerator/fg_codeGenerator.php on line 678</p>
<p>Warning: Undefined array key "yearRangeEnd" in /home/web/public_html/cmsbbeta/plugins/formgenerator_1-02/formGenerator/fg_codeGenerator.php on line 679</p>
<p>Warning: Undefined array key "use24HourFormat" in /home/web/public_html/cmsbbeta/plugins/formgenerator_1-02/formGenerator/fg_codeGenerator.php on line 688</p>
<p>Warning: Undefined array key "use24HourFormat" in /home/web/public_html/cmsbbeta/plugins/formgenerator_1-02/formGenerator/fg_codeGenerator.php on line 709</p>

<p>~ Deborah</p>]]></description>
          <pubDate>Thu, 08 May 2025 07:18:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247926#post2247926</guid>
        </item>
                <item>
          <title>CMSB v3.75 Beta (DB Performance, Debug Footers, and ZenDB)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247766#post2247766</link>
          <description><![CDATA[<p>Dave, I am using the standard admin.php login URL. I had Permalinks plugin active, but am not using it.</p>
<p>I removed the Permalinks plugin, removed it from the site's htaccess, and from the activePlugins list. Still seeing the CMSB "An unexpected error occurred".</p>
<p>There have been no additional written to the main PHP error log after the one I sent you, so that error may have happened only during installation.</p>
<p>I toggled phpHideErrors off in settings.dat.php. Now when I load the admin page, I see this: "MySQL Error(1170): BLOB/TEXT column 'mediaNum' used in key specification without a key length".</p>
<p>If this is only happening for me, then perhaps something's not right with my database. Too many tests?</p>
<p>~ Deborah</p>
<p>.</p>]]></description>
          <pubDate>Wed, 27 Nov 2024 07:43:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247766#post2247766</guid>
        </item>
                <item>
          <title>CMSB v3.75 Beta (DB Performance, Debug Footers, and ZenDB)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247764#post2247764</link>
          <description><![CDATA[<p>Hi, Dave.</p>
<p>I uploaded this beta over a v3.74 (release). I cannot access the login page and am seeing the error below. I uploaded twice and verified that the /vendor/composer/ directory files are all there.</p>
<p>-------------</p>
<p>PHP Fatal error: Uncaught Error: Class "ComposerAutoloaderInit097176c782d72c531cf2be6669039213" not found in /home/tstbdgweb/public_html/cmsbbeta/vendor/autoload.php:25<br />Stack trace:<br />#0 /home/tstbdgweb/public_html/cmsbbeta/lib/init.php(96): require_once()<br />#1 /home/tstbdgweb/public_html/cmsbbeta/lib/init.php(45): Itools\Cmsb\setupAutoLoaderAndHelpers()<br />#2 /home/tstbdgweb/public_html/cmsbbeta/lib/init.php(27): Itools\Cmsb\init()<br />#3 /home/tstbdgweb/public_html/cmsbbeta/plugins/permalinks_1-12/permalinks/permalinks_dispatcher.php(12): include_once('/home/tstbdgweb...')<br />#4 {main}<br />thrown in /home/tstbdgweb/public_html/cmsbbeta/vendor/autoload.php on line 25</p>
<p>-------------</p>
<p>This is just a test site, but I wanted to report it in case it's not "just me".</p>
<p>"10X faster" is quite an achievement! I'm looking forward to that.</p>
<p>Thanks!<br />Deborah</p>]]></description>
          <pubDate>Wed, 27 Nov 2024 06:16:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247764#post2247764</guid>
        </item>
                <item>
          <title>CMSB v3.72 Beta (Multi Field Sorting, Admin Shortcuts, and Developer Console Updates)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247459#post2247459</link>
          <description><![CDATA[<p>Dave, I tested all I could and had no issues. Big time saver to be able to toggle back-n-forth between editor and database!</p>
<p>~ Deborah</p>]]></description>
          <pubDate>Tue, 27 Aug 2024 15:07:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247459#post2247459</guid>
        </item>
                <item>
          <title>Zickey Calendar</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247453#post2247453</link>
          <description><![CDATA[<p>Hi, pgplast.</p>
<p>I have a Zickey Calendar running successfully on two sites with PHP 8.2.</p>
<p>This was a user-submitted plugin many years ago, so you'll probably want to backup your site and database prior to a PHP upgrade.</p>
<p>Hope that helps.<br />~ Deborah</p>]]></description>
          <pubDate>Thu, 22 Aug 2024 12:50:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247453#post2247453</guid>
        </item>
              </channel>
    </rss>
  