<?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%3Amdegive</link>
        <description></description>
        <pubDate>Sun, 03 May 2026 21:21:20 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Amdegive&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Warning: ini_set(): A session is active</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229973#post2229973</link>
          <description><![CDATA[<p>I thought I had replied to this but now I don't see it.</p>
<p>ftp &amp; server info is in Support #CTS-262247, opened for another issue.<br /><br /> Try with TLG Content/Newsletters Articles, modify first article, click preview.<br /><br /> The newsletter page can be found at /newsletters/newsletter_detail.php<br /><br /> The includes are in /includes.<br /><br /> Thank you!<br /><br /><span style="color:#000000;">Michel</span></p>

]]></description>
          <pubDate>Thu, 21 Mar 2013 12:30:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229973#post2229973</guid>
        </item>
                <item>
          <title>Options Available for $searchOptions Array in Multi-Search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229847#post2229847</link>
          <description><![CDATA[<p>I also only would like an additional where clause "where publish=1", is this possible?</p>]]></description>
          <pubDate>Fri, 15 Mar 2013 07:48:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229847#post2229847</guid>
        </item>
                <item>
          <title>Warning: ini_set(): A session is active</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229735#post2229735</link>
          <description><![CDATA[<p>I reviewed every page and removed any session_start() and also made sure that cmsbuilder include is the first thing in the page and the problem still occurs.</p>

<p>if I comment out line 458, I get:  You must be logged in to use this feature!</p>]]></description>
          <pubDate>Wed, 06 Mar 2013 11:41:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229735#post2229735</guid>
        </item>
                <item>
          <title>Warning: ini_set(): A session is active</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229732#post2229732</link>
          <description><![CDATA[<p>When I click Preview on any of sections, I get an error message that says:<br /><br />Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /home/linley5/public_html/cms_builder/lib/init.php on line 449 Couldn't start session! 'A session had already been started - ignoring session_start()'!<br /><br />if I comment out line 449, then it dies on 458<br /><br />if I comment out line 458, I get:<br /> You must be logged in to use this feature!<br /> <br />here is the url it generated<br /><a href="https://linleygroup.com/newsletters/newsletter_detail.php?preview-9999999999" rel="nofollow">https://linleygroup.com/newsletters/newsletter_detail.php?preview-9999999999</a><br /><br />The Preview Page Url is set to "/newsletters/newsletter_detail.php"<br />The Filename Fields is set to "title"<br /><br />I do have a session_start() in my php script</p>]]></description>
          <pubDate>Wed, 06 Mar 2013 08:44:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229732#post2229732</guid>
        </item>
                <item>
          <title>Disabled accounts - Viewers causes SQL error!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229704#post2229704</link>
          <description><![CDATA[<p>When I turn on Disabled Accounts     Viewers: Hide records that are "Created By" a user who is: deleted, disabled, or expired on one my my sections I get the following SQL error:</p>
<p>MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY dragSortOrder DESC LIMIT 1' at line 3</p>
<p>Here is the debugSql:</p>
<p>SELECT SQL_CALC_FOUND_ROWS `newsletters`.* FROM `cms_newsletters` as `newsletters` WHERE (num=4828 AND newsletters.createdByUserNum IN (SELECT num FROM `cms_accounts` WHERE disabled != 1 AND (expiresDate &gt; NOW() OR neverExpires = 1))) ORDER BY pub_date DESC, title LIMIT 1</p>
<p>And here is the code:</p>
<p>    list($newsletterRecords, $newsletterMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'newsletters',<br />    'where'       =&gt; 'num='.$num,<br />    'allowSearch' =&gt; false,  <br />    'limit'       =&gt; '1',<br />    'debugSql'=&gt; true,<br />    ));<br /><br /></p>
<p>I have version 2.5 installed.</p>]]></description>
          <pubDate>Tue, 05 Mar 2013 08:04:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229704#post2229704</guid>
        </item>
                <item>
          <title>Hide some articles in editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229701#post2229701</link>
          <description><![CDATA[<p>Is a way to hide some articles in a section based on some value in a column. Like being able to specify a where clause in the editor. There are some articles that are auto-generated and I don't want anybody to be able to edit?</p>]]></description>
          <pubDate>Mon, 04 Mar 2013 15:42:53 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229701#post2229701</guid>
        </item>
                <item>
          <title>Cannot activate a plugin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229053#post2229053</link>
          <description><![CDATA[<p>Never mind I figured it out, path to library was incorrect</p>]]></description>
          <pubDate>Thu, 10 Jan 2013 11:36:08 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229053#post2229053</guid>
        </item>
                <item>
          <title>Cannot activate a plugin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229052#post2229052</link>
          <description><![CDATA[<p>This plugin worked under the previous version.</p>
<p>Why won't it activate under the new version?</p>]]></description>
          <pubDate>Thu, 10 Jan 2013 11:18:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229052#post2229052</guid>
        </item>
                <item>
          <title>Cannot activate a plugin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2219090#post2219090</link>
          <description><![CDATA[<p>I renctly upgraded to the latest version and had to reactivate my plugins, One of my plugin won't activate, after I click activate I get a blank page. The others activated just fine.</p>
<p>The plugin is "SaveTrigger".</p>
<p>Any idea what could cause this?</p>
<p>I have uploaded the plugin code just in case</p>]]></description>
          <pubDate>Mon, 07 Jan 2013 14:59:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2219090#post2219090</guid>
        </item>
                <item>
          <title>SELECT MATCH HAVING</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218381#post2218381</link>
          <description><![CDATA[I am sing the MYSQL MATCH to search for keywords within the content field. My select (generated through cmsbuilder List()) looks like this:<br />SELECT SQL_CALC_FOUND_ROWS `listings`.*, MATCH(headline,content) AGAINST('2 bedroom' IN BOOLEAN MODE) AS relevance FROM `cms_listings` as `listings` WHERE (MATCH(headline,content) AGAINST('2 bedroom' IN BOOLEAN MODE) HAVING relevance &gt; 0.2) ORDER BY area, relevance DESC, date_available DESC<br /><br />MYSQL gives a syntax error at the &quot;HAVING&quot;. If I remove the parenthesis after WHERE and before HAVING it works.<br /><br />CMS Builder is inserting these parentheses. Is there a way to avoid this?<br />]]></description>
          <pubDate>Fri, 02 Nov 2012 13:08:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218381#post2218381</guid>
        </item>
                <item>
          <title>Views</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211702#post2211702</link>
          <description><![CDATA[Could you guys support Views?<br /><br />I want to be able to have a view that selects data from 2 tables with same columns.<br /><br />I actually managed to do this by first creating a section in CMS with the columns that I wanted, then with phpmyadmin, I dropped the table and created a view to replace the table.<br /><br />Works great except that CMS complained that my view was not a table, line 213 of lib/database_functions.php, once I removed the die statement, everything worked fine.<br /><br />mysql_query(&quot;ALTER TABLE `&quot;.mysql_escape($mysqlTableName).&quot;` $addFieldSQL&quot;) or die(&quot;Error adding fields to '$mysqlTableName', the error was:\n\n&quot;. htmlspecialchars(mysql_error()));<br /><br />Would be a nice feature for a future release.<br />]]></description>
          <pubDate>Wed, 08 Jun 2011 11:59:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211702#post2211702</guid>
        </item>
                <item>
          <title>Re: [Dave] sessions and timeouts - general overview needed</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211095#post2211095</link>
          <description><![CDATA[hum... been doing php for a lot of years and by changing the timeout in the php.ini it works, don't see why I would have to create a separate folder for it to work. PHP manages those session not the hosting company, especially not on a vps server.<br />]]></description>
          <pubDate>Mon, 02 May 2011 10:00:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211095#post2211095</guid>
        </item>
                <item>
          <title>Re: [Jason] sessions and timeouts - general overview needed</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211085#post2211085</link>
          <description><![CDATA[session timeout is set to 60*60*24 in init.php, yet the admin times out after 20 min.<br /><br />Is the admin timeout set somewhere else?<br />]]></description>
          <pubDate>Fri, 29 Apr 2011 14:01:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211085#post2211085</guid>
        </item>
                <item>
          <title>Re: [chris] CMS Editor - Sort by multiple columns</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208788#post2208788</link>
          <description><![CDATA[How about you implement it like the search, where you can specify multiple fields to sort on<br />]]></description>
          <pubDate>Wed, 22 Dec 2010 19:34:58 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208788#post2208788</guid>
        </item>
                <item>
          <title>Re: [chris] CMS Editor - add item to a list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208785#post2208785</link>
          <description><![CDATA[This is your reply to everything... We can do it ... custom programing...<br /><br />Could you please add this to your list of future enhancements?<br />]]></description>
          <pubDate>Wed, 22 Dec 2010 19:31:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208785#post2208785</guid>
        </item>
                <item>
          <title>Re: [chris] CMS Editor - Sort by multiple columns</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208782#post2208782</link>
          <description><![CDATA[Could you please add this to your list of future enhancements?<br />]]></description>
          <pubDate>Wed, 22 Dec 2010 19:23:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208782#post2208782</guid>
        </item>
                <item>
          <title>CMS Editor - add item to a list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208777#post2208777</link>
          <description><![CDATA[In the CMS Editor, when I am adding/editing content. I would like to ability to add an item to a pulldown list on the fly if it is not the list without having to bail out of the section and go to the &quot;list&quot; section, add the item and come back to the content I was editing.<br />]]></description>
          <pubDate>Wed, 22 Dec 2010 14:46:57 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208777#post2208777</guid>
        </item>
                <item>
          <title>CMS Editor - Filter</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208776#post2208776</link>
          <description><![CDATA[In the CMS Editor, when I am viewing a section, is there a way to filter information based on one of the fields? For example: where type&lt;&gt;'BLOG'<br />]]></description>
          <pubDate>Wed, 22 Dec 2010 14:44:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208776#post2208776</guid>
        </item>
                <item>
          <title>CMS Editor - Sort by multiple columns</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208775#post2208775</link>
          <description><![CDATA[In the CMS Editor, when I am viewing a section I can click on a column to sort by that column, I would like to be able to sort on multiple columns?<br />]]></description>
          <pubDate>Wed, 22 Dec 2010 14:42:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208775#post2208775</guid>
        </item>
                <item>
          <title>Re: [mdegive] Search the whole CMS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208697#post2208697</link>
          <description><![CDATA[Here is what I added in the query section:<br />  if ($where) { $query .= &quot;WHERE $where&quot;; }<br />  <br />  //MMD orderBy<br />  if (@$searchOptions['orderBy']!=&quot;&quot;)<br />  	$query .= &quot; ORDER BY &quot;.$searchOptions['orderBy'].&quot; &quot;;<br />  //MMD orderBy END	<br />  <br />  $query      .= getMysqlLimit($searchOptions['perPage'], @$_REQUEST['page']);<br /><br />Works GREAT! Can you add that to your next release?<br />]]></description>
          <pubDate>Thu, 16 Dec 2010 18:50:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208697#post2208697</guid>
        </item>
                <item>
          <title>Re: [mdegive] Search the whole CMS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208696#post2208696</link>
          <description><![CDATA[I can code it myself, but I thought your others users would benefit from that feature. Should be pretty simple to add at the end of the select<br />]]></description>
          <pubDate>Thu, 16 Dec 2010 18:36:31 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208696#post2208696</guid>
        </item>
                <item>
          <title>Re: [mdegive] Search the whole CMS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208690#post2208690</link>
          <description><![CDATA[By the way, thank you VERY MUCH. That is exactly what I wanted![laugh]<br /><br />I added an OrderBy option but it is not added to the query:<br />$searchOptions['orderBy'] = &quot;pub_date DESC, title&quot;;<br /><br />SELECT SQL_CALC_FOUND_ROWS * FROM ( SELECT 'news' as `tablename`, num, `title` as `_title`, `content` as `_summary`, `pub_date` as `field1`, `type` as `field2`, `link_url` as `field3`, '' as `field4`, '' as `field5`, '' as `field6`, '' as `field7`, '' as `field8`, '' as `field9`, '' as `field10`, CONCAT_WS('\t', `title`, `content`) as _content FROM `cms_news` UNION SELECT 'newsletters' as `tablename`, num, `title` as `_title`, `content` as `_summary`, `pub_date` as `field1`, '' as `field2`, '' as `field3`, '' as `field4`, '' as `field5`, '' as `field6`, '' as `field7`, '' as `field8`, '' as `field9`, '' as `field10`, CONCAT_WS('\t', `title`, `content`) as _content FROM `cms_newsletters` UNION SELECT 'press' as `tablename`, num, `title` as `_title`, `content` as `_summary`, `pub_date` as `field1`, '' as `field2`, '' as `field3`, '' as `field4`, '' as `field5`, '' as `field6`, '' as `field7`, '' as `field8`, '' as `field9`, '' as `field10`, CONCAT_WS('\t', `title`, `content`) as _content FROM `cms_press` UNION SELECT 'reports' as `tablename`, num, `title` as `_title`, `content` as `_summary`, `pub_date` as `field1`, '' as `field2`, '' as `field3`, '' as `field4`, '' as `field5`, '' as `field6`, '' as `field7`, '' as `field8`, '' as `field9`, '' as `field10`, CONCAT_WS('\t', `title`, `content`) as _content FROM `cms_reports` UNION SELECT 'white_papers' as `tablename`, num, `title` as `_title`, `content` as `_summary`, `pub_date` as `field1`, '' as `field2`, '' as `field3`, '' as `field4`, '' as `field5`, '' as `field6`, '' as `field7`, '' as `field8`, '' as `field9`, '' as `field10`, CONCAT_WS('\t', `title`, `content`) as _content FROM `cms_white_papers` ) as combinedTable WHERE (`_content` LIKE '%linley%') LIMIT 10 OFFSET 10<br />]]></description>
          <pubDate>Thu, 16 Dec 2010 17:23:46 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208690#post2208690</guid>
        </item>
                <item>
          <title>non-breaking spaces are stripped from table cell contents</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208596#post2208596</link>
          <description><![CDATA[non-breaking spaces are stripped from table cell contents.<br />for example, &quot;&lt;td&gt;&amp;nbsp;&amp;nbsp;text&amp;nbsp;text&lt;/td&gt;&quot;<br />after save becomes  &quot;&lt;td&gt; text text&lt;/td&gt;&quot;<br />]]></description>
          <pubDate>Mon, 13 Dec 2010 17:53:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208596#post2208596</guid>
        </item>
                <item>
          <title>Re: [Jason] Search the whole CMS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208234#post2208234</link>
          <description><![CDATA[Well that's really too bad for CMS system it should have this capability, most of them do...<br /><br />You really did b=not answer my question though!<br /><br />As I explained I need to search across multiple tables, I understand you had a script called MultiSearch.php, where can I find it?<br />]]></description>
          <pubDate>Wed, 24 Nov 2010 12:10:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208234#post2208234</guid>
        </item>
                <item>
          <title>Search the whole CMS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208217#post2208217</link>
          <description><![CDATA[When I bought CMS Builder, I also bought the Search Engine. I though this search engine would be based on the CMS and let me search in any of the sections I created but instead it is just a search engine that searches through html pages. No good to me.<br /><br />I can't believe that CMSBuilder does not have a search capability built in or a plugin that would let me specify what sections/field to search on.<br /><br />I saw that somebody created MultiSearch.php but I am not sure where to find the latest version of this script.<br /><br />Help!<br />]]></description>
          <pubDate>Tue, 23 Nov 2010 18:11:06 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208217#post2208217</guid>
        </item>
              </channel>
    </rss>
  