<?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%3Ayodare</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 12:30:36 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ayodare&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>jQuery Ajax Error 0 on Save and Drag Order</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230906#post2230906</link>
          <description><![CDATA[<p>Thanks Dave! This workaround fixes my "error 0" popup issue on empty jQuery/AJAX calls! Made my day!</p>
<p>At this point, the issue seems to only effect cmsAdmin directory.  Upon testing, I only receive a "0" response within the CMSB Admin directory on shared servers with Apache 2 and running PHP as CGI. I sent Dave an email with more troubleshooting info; so maybe he'll discover (and hopefully explain) what's happening. Ultimately, I could have a unique issue. We'll see... </p>]]></description>
          <pubDate>Fri, 07 Jun 2013 11:15:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230906#post2230906</guid>
        </item>
                <item>
          <title>jQuery Ajax Error 0 on Save and Drag Order</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230900#post2230900</link>
          <description><![CDATA[<p>The issue started around May 17th to previously installed (and working) CMSB's on multiple servers. I'm having our web host look into this first so I don't waste your time if the issue is on their end (wouldn't be the first time).</p>
<p>HOWEVER, I did discover something interesting... If I remove the php.ini file located within the cmsAdmin directory, I receive a 500 error ONLY when trying to access menu items under the "Admin" tab (General Settings, Section Editors, Code Generator, etc.). All the other content editor menu items/links load correctly and content can be modified/saved as usual. I replaced the php.ini file and the Admin menu items started loaded again. Almost seems like paths are modified if any .ini file exists within the cmsAdmin directory.</p>
<p>Does this connect the dots for anyone?</p>]]></description>
          <pubDate>Wed, 05 Jun 2013 15:16:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230900#post2230900</guid>
        </item>
                <item>
          <title>jQuery Ajax Error 0 on Save and Drag Order</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230891#post2230891</link>
          <description><![CDATA[<p>Applies to CMS Builder v2.15 - v2.53 and Firefox v20 - v21<br /><br />"error 0" POPUP MESSAGE in CMSB admin  (<strong>only</strong> on following jQuery/Ajax calls):<br />- Admin &gt; Section Editor &gt; MySection &gt; Field Editor 'Save' button (error 0 popup... saves field options, but must select 'ok' then hit 'Cancel' to exit Field Editor)<br />- Admin &gt; Section Editor &gt; MySection "drag / sort field order" (error 0 popup... saves field order, but must select 'ok')<br />- Admin &gt; MyMultiSection "drag / sort record order" (error 0 popup... saves record order, but must select 'ok')<br /><br /><span style="text-decoration:underline;">STRANGE</span>, BUT NO "error 0" POPUP MESSAGES FOR: - Admin &gt; Section Editor  "drag / sort section menu order"<br /><br /><strong>SERVER INFO:</strong><br />Shared Hosting<br />Linux System running Apache 2<br />Server API: CGI/FastCGI <br />MySQL Versions Tested: MySQL v5.0.51a and MySQL v5.0.91<br />PHP Versions Tested:  PHP v5.2.17 and PHP v5.3.13<br /><br /><strong>ADDITIONAL TROUBLESHOOTING INFO:</strong><br />I suspected the error started from either a server config update via host or browser bug/depreciated cross-site support. I tested the root html directory AND the CMSB Admin directory (on multiple web servers) using the "php_exit_bug.php" test script that Dave provided in another post. <span style="text-decoration:underline;">I only receive a "0" response within the CMSB Admin directory</span>. The root directory and all other sub-directories exit with NO response (correctly). So... This leads me to believe a CMSB directory setting is causing the conflict. Any settings within the default CMSB .htaccess or .ini that would cause this?</p>]]></description>
          <pubDate>Tue, 04 Jun 2013 17:15:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230891#post2230891</guid>
        </item>
                <item>
          <title>Re: [equinox69] Error uploading 10MB+ files server returned: HTTP 500</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218522#post2218522</link>
          <description><![CDATA[That's a good point equinox69, but unfortunately, it was one of the first things I tried. File dimensions, color-space, unknown extensions, and file corruption can always have the potential for generating upload errors. I tested a handful of different files/file-types; all which produced the same error.<br />]]></description>
          <pubDate>Thu, 15 Nov 2012 16:40:41 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218522#post2218522</guid>
        </item>
                <item>
          <title>Re: [Dave] Error uploading 10MB+ files server returned: HTTP 500</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218521#post2218521</link>
          <description><![CDATA[Thanks for test file Dave. I put it in the CMSB directory and tested it with a 5MB file and a 14MB file. The 5MB file displayed successful upload results. The 14MB file displayed a 500 Error page.<br /><br />I called the web host tech support and they mentioned PHP had a 32MB limit (which is BS). The tech support guy put me on hold... 5 min later he said I now have a 32MB limit. <b>HOWEVER...</b> before I hung up the phone, I refreshed my phpinfo test page and it served me an ERROR PAGE! In fact, <i>all</i> php pages within the CMSB directory served up the same ERROR. He stuttered for awhile after I informed him of the directory error, then he said... a ticket was created and sent up a few tiers. [crazy]<br /><br />Well... I looked into the <i>new</i> issue and it appears the Default PHP Version was changed to v5.3 by Tech Support. I set the Default PHP Version back to 5.2 and my php pages started loading again. v5.3 could have conflicted with directive php.ini values in CMSB directory. Anyway... I'm still waiting to hear back from a more knowledgeable hosting tech support rep. I'll let you know what I discover.<br />]]></description>
          <pubDate>Thu, 15 Nov 2012 16:26:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218521#post2218521</guid>
        </item>
                <item>
          <title>Re: [Dave] Error uploading 10MB+ files server returned: HTTP 500</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218512#post2218512</link>
          <description><![CDATA[For the actual upload field config, I tried both unlimited (box unchecked) and a value of 51200.<br />Within  Admin &gt; General Settings the last line displays the following...<br /><b>Server Resource Limits:</b> CPU Time: 120 seconds,  Memory Limit: 200 MB,  Processes: 64306<br /><br />Is there any chance CMSB is calling PHP Version 5.3 during the upload process instead of my Default PHP Version 5.2? Other than that, the only possible explanation could be Apache settings trumping PHP.INI during execution. Could this happen even when PHPINFO displays my revised/desired values?<br />]]></description>
          <pubDate>Thu, 15 Nov 2012 13:48:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218512#post2218512</guid>
        </item>
                <item>
          <title>Error uploading 10MB+ files server returned: HTTP 500</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218499#post2218499</link>
          <description><![CDATA[Has anyone ever received HTTP 500 errors when trying to upload larger files (10-12MB and up) using CMSB admin file upload field (both flash and non-flash) with the following configuration and troubleshooting? . . .<br /><br />ERROR DISPLAYED in CMSB admin AFTER UPLOAD REACHES 100% (<b>only</b> when trying to upload files 10-12MB or larger):<br /><i>&quot;Error uploading 'my-14mb-test-file.pdf', server returned: HTTP 500&quot;</i><br /><br /><b>SERVER INFO:</b><br />Shared Hosting<br />Linux System running Apache<br />Default PHP Version 5.2.17<br /><br /><b>DEFAULT PHP.INI REVISIONS</b> (also added these to php.ini for CMSB directory and custom upload directory):<br />upload_max_filesize = 100M<br />post_max_size       = 200M<br />memory_limit = 120M<br />max_execution_time = 600<br />max_input_time = 900<br />;; note... Using default value for upload_tmp_dir<br /><br /><b>ADDITIONAL NOTES:</b><br />CMS Builder v2.15<br />PHPINFO test displays revised (correct) .ini values<br />Upload field configured to accept multiple file extensions (including PDF) and unlimited file size<br />Error when configuring upload field with both custom upload directory and default<br />CGI Error log shows nothing<br /><br /><br />[mad] Am I missing something? Should I direct my attention to Apache settings OR to settings within CMSB?<br />]]></description>
          <pubDate>Wed, 14 Nov 2012 18:20:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218499#post2218499</guid>
        </item>
                <item>
          <title>Re: [chris] How to Create a Global Dropdown List (list options)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199805#post2199805</link>
          <description><![CDATA[OK. . . Thanks for clearing that up. Sounds like I'll have to create a custom workaround. Just didn't want to &quot;re-invent the wheel&quot; if CMSB Admin area already had a simple way to import/input large global data lists.<br /><br />Thanks Chris!<br />]]></description>
          <pubDate>Fri, 16 Oct 2009 13:26:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199805#post2199805</guid>
        </item>
                <item>
          <title>Re: [chris] How to Create a Global Dropdown List (list options)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199789#post2199789</link>
          <description><![CDATA[Hi Chris.<br /><br />There are actually a couple reasons. . .<br /><br />1. Don't really want to create 100 records and then cut/paste 100 times for each drop-down list item [crazy]. Unless I can batch records from text file array or CSV??<br />2. Would like to create some kind of template for &quot;global&quot; values. (ex: &quot;Available Colors&quot; list options for product A, B, and C would be different from products D, E, and F)<br /><br />Lets say you have Possible Color Names based on each manufacturer. And you have a section to create records for products by each manufacturer. AND the Color Names change every year.<br /><br />Is there any way to swap out last year's Color Names list with this year's Color Names list with a single copy/paste?<br /><br />Thanks!<br />]]></description>
          <pubDate>Wed, 14 Oct 2009 16:55:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199789#post2199789</guid>
        </item>
                <item>
          <title>How to Create a Global Dropdown List (list options)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199772#post2199772</link>
          <description><![CDATA[Seems simple, but I think I'm looking at it the wrong way. . .<br /><br />Trying to narrow down the reasons for my admin drop-down list issues. Maybe someone could clearly explain how to accomplish the following:<br /><br />CMSB v1.33<br />For Admin (add/edit) area use only:<br />1. Create one &quot;global&quot; or &quot;master&quot; list of drop-down options (like 100 options)<br />2. Use/Load the above data for list options when creating the corresponding List Field within Section Editors.<br />3. When the &quot;master&quot; list changes, all drop-down list options of that field will update.<br /><br />I tried many different approaches, but could only produce &lt;select&gt; for drop-down options. Additionally, I was able to load an option drop-down list of section record titles. DON'T WANT TO CREATE 100 RECORDS containing only 1 field for each list option.<br /><br />It would be nice if I could create 1 record with a text area field called Options_01 and load list options per line or array.<br /><br />Any detailed explanation regarding the creation of &quot;global&quot; data/variables would be a tremendous help.<br /><br />Thanks!<br />]]></description>
          <pubDate>Wed, 14 Oct 2009 14:04:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199772#post2199772</guid>
        </item>
              </channel>
    </rss>
  