<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Knowledge Base</title>
    <subtitle type="text">Knowledge Base:</subtitle>
    <link rel="alternate" type="text/html" href="http://expressionengine.com/index.php" />
    <link rel="self" type="application/atom+xml" href="http://expressionengine.com/xml/atom/knowledge_base/" />
    <updated>2010-01-13T21:13:58Z</updated>
    <rights>Copyright (c) 2009, EllisLab Inc.</rights>
    <generator uri="http://expressionengine.com/" version="1.6.6">ExpressionEngine</generator>
    <id>tag:expressionengine.com,2009:06:12</id>


    <entry>
      <title>IPN not being recorded by Simple Commerce module</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/ipn_not_being_recorded_by_simple_commerce_module/" />
      <id>tag:expressionengine.com,2009:index.php/2.7871</id>
      <published>2009-06-12T04:09:00Z</published>
      <updated>2009-06-12T04:14:01Z</updated>
      <author>
            <name>Lisa Wess</name>
            <uri>http://www.lisajill.net</uri>      </author>

      <category term="Technical Issues"
        scheme="http://expressionengine.com/knowledge_base/category/technical_issues/"
        label="Technical Issues" />
      <category term="Troubleshooting"
        scheme="http://expressionengine.com/knowledge_base/category/troubleshooting/"
        label="Troubleshooting" />
      <content type="html"><![CDATA[
        <p>When testing the Simple Commerce module sometimes the IPN email may go through but the Simple Commerce module does not record it.&nbsp; Here are some items to check when this occurs:</p>

<p>1.&nbsp; Both buyer and seller are verified.<br />
2.&nbsp; Buyer is logged in to ExpressionEngine when purchasing.<br />
3.&nbsp; The email address in the Simple Commerce module matches that entered into PayPal.&nbsp; This is case sensitive.</p>

<p>
</p>      ]]></content>
    </entry>

    <entry>
      <title>How many custom fields can my installation support?</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/how_many_custom_fields_can_my_installation_support/" />
      <id>tag:expressionengine.com,2008:index.php/2.5374</id>
      <published>2008-10-12T01:25:58Z</published>
      <updated>2009-01-14T17:50:59Z</updated>
      <author>
            <name>Lisa Wess</name>
            <uri>http://www.lisajill.net</uri>      </author>

      <category term="Technical Issues"
        scheme="http://expressionengine.com/knowledge_base/category/technical_issues/"
        label="Technical Issues" />
      <category term="Troubleshooting"
        scheme="http://expressionengine.com/knowledge_base/category/troubleshooting/"
        label="Troubleshooting" />
      <content type="html"><![CDATA[
        <p>ExpressionEngine includes the ability to create your own custom fields; however, this ability is not limitless.&nbsp; As you approach a few hundred custom fields, there is a minor possibility that your site will encounter a limit imposed by MySQL.&nbsp; There is not a set limit to the total number of custom fields and the exact limit depends on several interacting factors.&nbsp; There are a few symptoms that can help to identify when you have reached this limit:</p>

<p><b>MySQL Error</b>:</p>

<blockquote><p>
MySQL ERROR:</p>

<p>Error Number: 1117</p>

<p>Description: Too many columns
</p></blockquote>

<p>or:</p>

<blockquote><p>
#1030 - Got error 139 from storage engine
</p></blockquote>

<p><br />
If you encounter these symptoms, it is best to remove custom fields until the symptom is gone.&nbsp; </p>

<p>In most cases where this many custom fields are used, there are better approaches to storing the data.&nbsp;  If you need assistance in discovering an approach that will work for your site, please post on the <a href="http://expressionengine.com/forums">forums</a>.&nbsp; </p>

<p>There is no work-around for this MySQL limitation at this time.</p>

<p>For more information, please review <a href="http://expressionengine.com/forums/viewthread/61159/#301157">this thread</a>.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Can I use Really Simple Discovery (RSD) with the MetaWeblog API?</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/really_simple_discovery_with_the_metaweblog_api/" />
      <id>tag:expressionengine.com,2008:index.php/2.5139</id>
      <published>2008-09-04T16:12:24Z</published>
      <updated>2009-01-14T17:51:25Z</updated>
      <author>
            <name>Derek Jones</name>
            <uri>http://derekderekderek.com/</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/knowledge_base/category/modules/"
        label="Modules" />
      <category term="Blogger API"
        scheme="http://expressionengine.com/knowledge_base/category/blogger_api/"
        label="Blogger API" />
      <category term="Metaweblog/MoveableType API"
        scheme="http://expressionengine.com/knowledge_base/category/metaweblog_moveabletype_api/"
        label="Metaweblog/MoveableType API" />
      <content type="html"><![CDATA[
        <p>Yes, you can use <a href="http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html">Really Simple Discovery</a> for your weblogs that use the MetaWeblog API, to make it easier for services and software to find your endpoint URLs.&nbsp; Here are some simple step by step instructions with examples:</p>

<p>First, create your MetaWeblog API configuration, and take note of the id of the weblog you have setup this configuration for.&nbsp; In this example, we&#8217;ll assume the weblog id is 4.&nbsp; Copy the endpoint URL provided in the MetaWeblog API control panel to the clipboard.</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">http</span><span style="color: #007700">:</span><span style="color: #FF8000">//example.com/index.php?ACT=47&amp;id=1 </span>
</span>
</code></div>

<p>Next, create your RSD XML file.&nbsp; You can use an ExpressionEngine template to do this (choose &#8220;XML&#8221; for the template type), and use the following format as a guide.&nbsp; In this example, we&#8217;re naming the template &#8216;rsd.xml&#8217; and placing it in the &#8216;site&#8217; template group.&nbsp; The link you copied in the first step goes in the <em>apiLink</em> attribute, and the weblog id goes in the <em>blogID</em> attribute.</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?xml version</span><span style="color: #007700">=</span><span style="color: #DD0000">"1.0" </span><span style="color: #0000BB">?&gt; <br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">rsd version</span><span style="color: #007700">=</span><span style="color: #DD0000">"1.0" </span><span style="color: #0000BB">xmlns</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://archipelago.phrasewise.com/rsd" </span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">service</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">engineName</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">ExpressionEngine</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">engineName</span><span style="color: #007700">&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">engineLink</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">http</span><span style="color: #007700">:</span><span style="color: #FF8000">//expressionengine.com/&lt;/engineLink&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">homePageLink</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">http</span><span style="color: #007700">:</span><span style="color: #FF8000">//example.com/&lt;/homePageLink&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">apis</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">api name</span><span style="color: #007700">=</span><span style="color: #DD0000">"MetaWeblog" </span><span style="color: #0000BB">preferred</span><span style="color: #007700">=</span><span style="color: #DD0000">"true" </span><span style="color: #0000BB">apiLink</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://example.com/index.php?ACT=47&amp;amp;id=1" </span><span style="color: #0000BB">blogID</span><span style="color: #007700">=</span><span style="color: #DD0000">"4" </span><span style="color: #007700">/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">apis</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">service</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">rsd</span><span style="color: #007700">&gt; </span>
</span>
</code></div>

<p>Note that this will also work with the Blogger API.&nbsp; The same &lt;api&gt; tag would be used, but the <em>name</em> attribute would use <em>Blogger</em>.&nbsp; You can add additional &lt;api&gt; tags for other MetaWeblog endpoint URLs and weblogs, but only one should have <em>preferred</em> set to <em>true</em>.&nbsp; The others should set this value to <em>false</em>.</p>

<p>The last step is to put an auto-discovery link in the &lt;head&gt; section of your HTML.&nbsp; Normally this would be in every page, much like your stylesheets and feed links.</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #007700">&lt;</span><span style="color: #0000BB">link rel</span><span style="color: #007700">=</span><span style="color: #DD0000">"EditURI" </span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"application/rsd+xml" </span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"RSD" </span><span style="color: #0000BB">href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;path='site/rsd.xml'&#125;" </span><span style="color: #007700">/&gt; </span>
</span>
</code></div>

<p>And that&#8217;s it!&nbsp; Now when using applications and services that utilize the MetaWeblog API, instead of typing in the full endpoint URL, you can simply give it your domain name, and the application or service will do the legwork for you.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Preventing Apache from executing files with multiple extensions</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/preventing_apache_from_executing_files_with_multiple_extensions/" />
      <id>tag:expressionengine.com,2008:index.php/2.4294</id>
      <published>2008-03-18T16:20:42Z</published>
      <updated>2009-01-13T17:42:43Z</updated>
      <author>
            <name>Derek Allard</name>
            <uri>http://www.derekallard.com</uri>      </author>

      <category term="Installation &amp;amp; Upgrading"
        scheme="http://expressionengine.com/knowledge_base/category/installation_and_upgrading/"
        label="Installation &amp;amp; Upgrading" />
      <category term="Miscellaneous"
        scheme="http://expressionengine.com/knowledge_base/category/miscellaneous/"
        label="Miscellaneous" />
      <content type="html"><![CDATA[
        <p>Some configurations of the Apache webserver will run <a href="http://httpd.apache.org/docs/1.3/mod/mod_mime.html#multipleext">files with multiple extensions</a> as scripts.&nbsp; For example, files with names such as “my_file.php.psd”.&nbsp; In these cases, Apache does not recognize the last suffix, and defaults to the next one found (in this case, “.php”) and will then proceed to execute the file as a PHP file.</p>

<p>As this has security implications, we recommend you disable this behavior inside any folders you allow file uploads via ExpressionEngine if you are running Apache.&nbsp; The following .htaccess file will generally work.</p>

<p>1) Create a file called &#8220;.htaccess&#8221; (exactly like that, no additional file extensions).&nbsp; </p>

<p>2) Place the following into its contents.</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #FF8000"># Protects from Apache reading double suffixes<br /></span><span style="color: #0000BB">SetHandler EE_Upload_Security_Do_Not_Remove </span>
</span>
</code></div>

<p>3) Upload this file into the each upload folder within your ExpressionEngine installation, or if your upload folders are all contained inside a common parent folder, you can place one copy of it there.</p>

<p><b>Notes:</b><br />
- We always recommend you work with your webhost when working with server configuration.</p>

<p>- If you already have an .htaccess file in your installation, simply add the “SetHandler” line to it.</p>

<p>- Some users have trouble with this file name, and you may want to create “htaccess.txt” and rename it after you’ve uploaded it to your webserver.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Troubleshooting MSM Login Issues</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/troubleshooting_msm_login_issues/" />
      <id>tag:expressionengine.com,2008:index.php/2.3474</id>
      <published>2008-02-16T08:44:21Z</published>
      <updated>2009-01-12T23:15:22Z</updated>
      <author>
            <name>Sue Crocker</name>
            <uri>http://www.eehowto.com</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/knowledge_base/category/modules/"
        label="Modules" />
      <category term="Multiple Site Manager"
        scheme="http://expressionengine.com/knowledge_base/category/multiple_site_manager/"
        label="Multiple Site Manager" />
      <content type="html"><![CDATA[
        <p>Question: I’ve set up my additional MSM sites, and now when I attempt to login to the original site, I am unable to do so. Logging in appears to work, but I’m not getting into the back end. What causes this, and how can I fix it?</p>

<p>Answer: This problem is caused by a changed setting in your config.php file:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$conf&#91;</span><span style="color: #DD0000">'cp_url'</span><span style="color: #0000BB">&#93; </span><span style="color: #007700">= </span><span style="color: #DD0000">"http://secondsite.com/admin.php"</span><span style="color: #007700">; </span>
</span>
</code></div>

<p>instead of</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$conf&#91;</span><span style="color: #DD0000">'cp_url'</span><span style="color: #0000BB">&#93; </span><span style="color: #007700">= </span><span style="color: #DD0000">"http://mainsite.com/system/"</span><span style="color: #007700">; </span>
</span>
</code></div>

<p>You can edit your config.php to put back the original setting, or you can add that setting to your individual site’s path.php file.</p>

<p>Example:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$system_path </span><span style="color: #007700">= </span><span style="color: #DD0000">"./system/"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$cp_url </span><span style="color: #007700">= </span><span style="color: #DD0000">'http://www.mainsite.com/admin.php'</span><span style="color: #007700">; </span>
</span>
</code></div>

<p>(You can also copy the admin.php file from the /system/utilities folder into the root of your ExpressionEngine install.)</p>

<p>NOTE: Before editing your config.php and/or path.php files(s), back them up first.</p>

<p>In order for this fix to work, you may need to clear your site wide cookies. Information on how to do this will be in your browser’s documentation. </p>

<p>&nbsp;</p>      ]]></content>
    </entry>

    <entry>
      <title>Getting a forum subdomain to work on cPanel</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/getting_a_forum_subdomain_to_work_on_cpanel/" />
      <id>tag:expressionengine.com,2007:index.php/2.2944</id>
      <published>2007-10-21T23:44:17Z</published>
      <updated>2009-01-13T17:43:18Z</updated>
      <author>
            <name>Derek Allard</name>
            <uri>http://www.derekallard.com</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/knowledge_base/category/modules/"
        label="Modules" />
      <category term="Discussion Forum"
        scheme="http://expressionengine.com/knowledge_base/category/discussion_forum/"
        label="Discussion Forum" />
      <content type="html"><![CDATA[
        <p><b>Note:</b> In most instances, the instructions in <a href="http://expressionengine.com/knowledge_base/article/run_forum_from_subdomain/">How can I run the Discussion Forums from a subdomain</a> will be adquate.&nbsp; These instructions are specifically for cPanel hosted websites.</p>

<p>cPanel subdomains are a bit different then standard subdomains done via htaccess.&nbsp; Here are the steps to make a forum work as a subdomain with cPanel.</p>

<p>1) Go into cPanel, and &#8220;Create a Subdomain&#8221;.&nbsp; Set it to forum.yourdomain.com.&nbsp; cPanel will want to create a directory for you at home/public_html/forum.&nbsp; This is a good thing.<br />
2) FTP into this newly created directory, and follow the directions for <a href="http://expressionengine.com/wiki/Running_Multiple_Domains_or_Subdomains_or_Subsites/">Running Multiple Domains or Subdomains or Subsites</a> the &#8220;classic&#8221; way.<br />
3) You should now have identical sites at <a href="http://www.yoursite.com">http://www.yoursite.com</a> and forum.yoursite.com.&nbsp; The trick now is to point all the subdomain requests to <a href="http://www.yoursite.com/index.php/forum">http://www.yoursite.com/index.php/forum</a>.&nbsp; There are <a href="http://expressionengine.com/wiki/Remove_index.php_From_URLs/">many techniques you could use for URL rewriting</a>, but here&#8217;s a simple .htaccess file that will move all requests
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">RewriteEngine on<br />RewriteCond </span><span style="color: #007700">$</span><span style="color: #0000BB">1 </span><span style="color: #007700">!^(</span><span style="color: #0000BB">index\</span><span style="color: #007700">.</span><span style="color: #0000BB">php</span><span style="color: #007700">) </span><span style="color: #0000BB">&#91;NC&#93;<br />RewriteRule </span><span style="color: #007700">^(.*)$ /</span><span style="color: #0000BB">index</span><span style="color: #007700">.</span><span style="color: #0000BB">php</span><span style="color: #007700">/</span><span style="color: #0000BB">forum</span><span style="color: #007700">/$</span><span style="color: #0000BB">1 &#91;L&#93; </span>
</span>
</code></div>      ]]></content>
    </entry>

    <entry>
      <title>I modified my cookies and now I can&#8217;t login to the Control Panel.</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/i_modified_my_cookies_and_now_i_cant_login_to_the_control_panel/" />
      <id>tag:expressionengine.com,2007:index.php/2.2645</id>
      <published>2007-07-23T15:04:53Z</published>
      <updated>2009-01-12T23:22:54Z</updated>
      <author>
            <name>Lisa Wess</name>
            <uri>http://www.lisajill.net</uri>      </author>

      <category term="Control Panel"
        scheme="http://expressionengine.com/knowledge_base/category/control_panel/"
        label="Control Panel" />
      <category term="Technical Issues"
        scheme="http://expressionengine.com/knowledge_base/category/technical_issues/"
        label="Technical Issues" />
      <category term="Troubleshooting"
        scheme="http://expressionengine.com/knowledge_base/category/troubleshooting/"
        label="Troubleshooting" />
      <content type="html"><![CDATA[
        <p>If a setting in the control panel has been entered incorrectly it may lock you out of the control panel.&nbsp; Config variables are stored in the database, and can be difficult to edit directly, however they can be over-ridden by entering the appropriate lines in /system/config.php.&nbsp; Variables in /system/config.php are read preferentially to database config variables. </p>

<p>This most often happens when mis-setting the cookie value and leaving off the leading period.&nbsp; You can add this line into /system/config.php to change it:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">$conf&#91;</span><span style="color: #DD0000">'cookie_domain'</span><span style="color: #0000BB">&#93; </span><span style="color: #007700">= </span><span style="color: #DD0000">""</span><span style="color: #007700">; </span>
</span>
</code></div>

<p>This should allow you to enter the control panel.&nbsp; You will want to head to the appropriate setting and submit it in the control panel to force the update to the database.&nbsp; Once that is done, remove the over-ride from config.php.</p>

<p>&nbsp;</p>      ]]></content>
    </entry>

    <entry>
      <title>Are there Volume Discounts for the Multiple Site Manager sites?</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/volume_discounts_msn/" />
      <id>tag:expressionengine.com,2007:index.php/2.1906</id>
      <published>2007-06-21T17:18:18Z</published>
      <updated>2009-01-12T23:39:19Z</updated>
      <author>
            <name>Lisa Wess</name>
            <uri>http://www.lisajill.net</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/knowledge_base/category/modules/"
        label="Modules" />
      <category term="Multiple Site Manager"
        scheme="http://expressionengine.com/knowledge_base/category/multiple_site_manager/"
        label="Multiple Site Manager" />
      <content type="html"><![CDATA[
        <p>The Volume Discount Program will apply to the Multiple Site Manager itself, but not to the purchase of individual Sites.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Are the additional sites for the Multiple Site License a one&#45;time cost?</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/are_the_additional_sites_for_the_multiple_site_license_a_one_time_cost/" />
      <id>tag:expressionengine.com,2007:index.php/2.1905</id>
      <published>2007-06-21T17:16:41Z</published>
      <updated>2009-01-13T02:27:42Z</updated>
      <author>
            <name>Lisa Wess</name>
            <uri>http://www.lisajill.net</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/knowledge_base/category/modules/"
        label="Modules" />
      <category term="Multiple Site Manager"
        scheme="http://expressionengine.com/knowledge_base/category/multiple_site_manager/"
        label="Multiple Site Manager" />
      <content type="html"><![CDATA[
        <p>There is no per-year renewal for Additional Sites under the Multiple Site Manager or for the Multiple Site Manager itself. 
</p>      ]]></content>
    </entry>

    <entry>
      <title>Do I need multiple forum licenses for use with the Multiple Site Manager?</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/multi_forums_msm/" />
      <id>tag:expressionengine.com,2007:index.php/2.1904</id>
      <published>2007-06-21T16:36:12Z</published>
      <updated>2009-01-13T02:28:13Z</updated>
      <author>
            <name>Lisa Wess</name>
            <uri>http://www.lisajill.net</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/knowledge_base/category/modules/"
        label="Modules" />
      <category term="Discussion Forum"
        scheme="http://expressionengine.com/knowledge_base/category/discussion_forum/"
        label="Discussion Forum" />
      <category term="Multiple Site Manager"
        scheme="http://expressionengine.com/knowledge_base/category/multiple_site_manager/"
        label="Multiple Site Manager" />
      <content type="html"><![CDATA[
        <p>The Discussion Forum is not licensed per-site, so you need only one Discussion Forum license in combination with the Multiple Site Manager to have forums on all your sites from a single ExpressionEngine installation.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Can I purchase Personal Sites for a Commercial Licensed Multiple Site Manager?</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/msm_personal_commercial/" />
      <id>tag:expressionengine.com,2007:index.php/2.1899</id>
      <published>2007-06-20T15:05:08Z</published>
      <updated>2009-01-13T02:27:09Z</updated>
      <author>
            <name>Leslie Camacho</name>
            <uri>http://www.ellislab.com</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/knowledge_base/category/modules/"
        label="Modules" />
      <category term="Multiple Site Manager"
        scheme="http://expressionengine.com/knowledge_base/category/multiple_site_manager/"
        label="Multiple Site Manager" />
      <content type="html"><![CDATA[
        <p>No. Licensing for the Multiple Site Manager (MSM) and additional Sites must match the license of the ExpressionEngine installation. If your ExpressionEngine installation is a Commercial License, then the Multiple Site Manager and additional Sites must all be Commercial licenses. If your ExpressionEngine installation is a Personal license, then the Multiple Site Manager and additional Sites must all be Personal licenses. </p>

<p>Of course, you are free to use a Commercial licensed Site for personal and non-profit use, but you are not allowed to run commercial/for-profit websites from a Personal License. 
</p>      ]]></content>
    </entry>

    <entry>
      <title>Can I resell Sites to other people (3rd parties)?</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/msm_resell/" />
      <id>tag:expressionengine.com,2007:index.php/2.1898</id>
      <published>2007-06-20T15:03:05Z</published>
      <updated>2009-01-13T01:58:06Z</updated>
      <author>
            <name>Leslie Camacho</name>
            <uri>http://www.ellislab.com</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/knowledge_base/category/modules/"
        label="Modules" />
      <category term="Multiple Site Manager"
        scheme="http://expressionengine.com/knowledge_base/category/multiple_site_manager/"
        label="Multiple Site Manager" />
      <content type="html"><![CDATA[
        <p>No. The Multiple Site Manager does not change the <a href="http://expressionengine.com/docs/license.html">ExpressionEngine License</a>. The ExpressionEngine license holder must be the owner of all the Sites managed through the Multiple Site Manager.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Pages Module Conflict</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/pages_module_conflict/" />
      <id>tag:expressionengine.com,2007:index.php/2.1895</id>
      <published>2007-06-19T17:34:09Z</published>
      <updated>2009-01-12T23:26:10Z</updated>
      <author>
            <name>Derek Jones</name>
            <uri>http://derekderekderek.com/</uri>      </author>

      <category term="Installation &amp;amp; Upgrading"
        scheme="http://expressionengine.com/knowledge_base/category/installation_and_upgrading/"
        label="Installation &amp;amp; Upgrading" />
      <content type="html"><![CDATA[
        <p>In ExpressionEngine version 1.6, a new module was added: <a href="http://expressionengine.com/docs/modules/pages/index.html">Pages</a>.&nbsp; Prior to this release, a third party module was available by the same name (Mark Huot&#8217;s Pages module).&nbsp; Due to naming collisions and file dependencies in the code, if you are using this third-party module you must update it before upgrading to ExpressionEngine 1.6 or you risk losing your existing module data and/or breaking your site.</p>

<p>Instructions for updating Mark Huot&#8217;s Pages module to the newer version (now named &#8220;Tome&#8221;) can be found here: <a href="http://docs.markhuot.com/ee/modules/tome/">http://docs.markhuot.com/ee/modules/tome/</a></p>

<p><b>Note to Developers</b>: This scenario demonstrates the importance of giving unique class and table names to your add-ons, and avoiding unchecked file dependencies.&nbsp; The suggested naming convention is to use identifying prefixes for all class, file, and table names.&nbsp; In so doing, you will avoid potential collisions with ExpressionEngine native classes, conflicts with other third party developers&#8217; add-ons, and even potential conflicts with non-ExpressionEngine based PHP scripts that users may be running on their sites.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Does the Magpie Plugin support HTTP authenticated feeds?</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/does_the_magpie_plugin_support_http_authenticated_feeds/" />
      <id>tag:expressionengine.com,2007:index.php/2.1885</id>
      <published>2007-06-15T21:16:32Z</published>
      <updated>2009-01-13T17:24:33Z</updated>
      <author>
            <name>Lisa Wess</name>
            <uri>http://www.lisajill.net</uri>      </author>

      <category term="Miscellaneous"
        scheme="http://expressionengine.com/knowledge_base/category/miscellaneous/"
        label="Miscellaneous" />
      <content type="html"><![CDATA[
        <p>To allow Magpie to authenticate to an HTTP authenticated, you must  pass the ID and Password in the URL.&nbsp; For instance:</p>

<div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">magpie url</span><span style="color: #007700">=</span><span style="color: #DD0000">"http://user:password@example.com/news.xml" </span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"10" </span><span style="color: #0000BB">refresh</span><span style="color: #007700">=</span><span style="color: #DD0000">"720"</span><span style="color: #0000BB">&#125; <br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt; <br /></span><span style="color: #0000BB">&#123;items&#125; <br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a href</span><span style="color: #007700">=</span><span style="color: #DD0000">"&#123;link&#125;"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">&#123;title&#125;</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">li</span><span style="color: #007700">&gt; <br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">items&#125; <br /></span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">ul</span><span style="color: #007700">&gt; <br /></span><span style="color: #0000BB">&#123;</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">magpie&#125; </span>
</span>
</code></div>

<p><span style="color:red;">Warning</span>: If you do this, anyone with access to edit that template will be able to view your login information for that feed, so use this trick with extreme caution.
</p>      ]]></content>
    </entry>

    <entry>
      <title>Weblog searches and case sensitivity</title>
      <link rel="alternate" type="text/html" href="http://expressionengine.com/knowledge_base/article/weblog_searches_and_case_sensitivity/" />
      <id>tag:expressionengine.com,2007:index.php/2.1866</id>
      <published>2007-06-07T21:03:53Z</published>
      <updated>2009-01-14T17:47:54Z</updated>
      <author>
            <name>Robin Sowell</name>
            <uri>http://media-cow.com/</uri>      </author>

      <category term="Modules"
        scheme="http://expressionengine.com/knowledge_base/category/modules/"
        label="Modules" />
      <category term="Search"
        scheme="http://expressionengine.com/knowledge_base/category/search/"
        label="Search" />
      <content type="html"><![CDATA[
        <p>EE is coded such that searches are case insensitive. However, your MySQL settings may result in some or all searches being done in a case sensitive manner. This is most likely to occur with high-ascii values.</p>

<p>See <a href="http://expressionengine.com/forums/viewthread/34183/">this feature request</a> where Paul explains that the best way to have high-ascii case insensitive searches is through your MySQL settings. On MySQL versions 4.1 and above, setting your collation to match your language should resolve the issue.</p>

<p>It&#8217;s also possible for searches to be case sensitive if your MySQL collation setting is one that is by nature case insensitive, such as utf8_bin.
</p>      ]]></content>
    </entry>


</feed>