<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Open Source</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/movable-type/open-source/" />
    <id>tag:forums.movabletype.org,2007-11-08://350</id>
    <updated>2011-12-26T16:09:01Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.292</generator>

<entry>
    <title>How to have some other characters in entry basename automatically written</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/12/how-to-have-some-other-characters-in-entry-basename-automatically-written.html" />
    <id>tag:forums.movabletype.org,2011://24.27545</id>

    <published>2011-12-22T19:45:29Z</published>
    <updated>2011-12-26T16:09:01Z</updated>

    <summary>Hi there. Movable type automatically fills the Basename field while writing the title of an entry. I want to know that how can I have some other characters to be written automatically while writing that character in the Title field....</summary>
    <author>
        <name>Afshin Haghighatnia</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=339863</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hi there.</p>

<p>Movable type automatically fills the Basename field while writing the title of an entry. I want to know that how can I have some other characters to be written automatically while writing that character in the Title field. I think this capability is brought by a javascript file, but I don,t know how and where to edit.</p>

<p>Would you please help me?!</p>]]>
        
    </content>
</entry>

<entry>
    <title>Publish a post using XMLRPC.</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/12/publish-a-post-using-xmlrpc.html" />
    <id>tag:forums.movabletype.org,2011://24.27525</id>

    <published>2011-12-21T05:09:18Z</published>
    <updated>2011-12-25T14:27:06Z</updated>

    <summary>Hi guys. I&apos;m trying to develop publishing post function using XMLRPC for my app. I use &quot;metaWeblog.newpost&quot; method for post function. The problem is this post function works well except server response. I mean If the publishing was successfully finished...</summary>
    <author>
        <name>jusung Kye</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=535241</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hi guys.<br />
I'm trying to develop publishing post function using XMLRPC for my app.</p>

<p>I use "metaWeblog.newpost" method for post function.<br />
The problem is this post function works well except server response.</p>

<p>I mean If the publishing was successfully finished then I'm supposed to be get post_id from server. But I got some faultString like following.<br />
"Can't call method \"label\" on an undefined value at lib/MT/Entry.pm line 968.\n"</p>

<p>So I had searched with this strings to figure out what is wrong.<br />
And I found one solution for this problem.</p>

<p>The guy who said figured out same issue shared this information.</p>

<p>have to edit  /lib/MT/Entry.pm<br />
Below codes<br />
my @ cats = sort {$ a -> label cmp $ b -> label} @ $ cats</p>

<p>to</p>

<p>my @ cats; <br />
eval ( 'my @ cats = sort {$ a -> labelstrong> C MP $ b -> label} @ $ cats ');</p>

<p>But It couldn't resolve my problem.</p>

<p>Anyone knows what is wrong?</p>]]>
        
    </content>
</entry>

<entry>
    <title>openDialog undefined in 5.12 MTOS</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/09/opendialog-undefined-in-512-mtos.html" />
    <id>tag:forums.movabletype.org,2011://24.25901</id>

    <published>2011-09-04T19:23:34Z</published>
    <updated>2011-12-02T06:14:34Z</updated>

    <summary>Hi! I got a little problem while testing a old plugin for MT4 inside MT5 (mt-plugin-configassistant): the openDialog function is undefined. I found that quite weird since the MTOS developer documentation, in the section &quot;Spawning a Dialog&quot;, tells about that...</summary>
    <author>
        <name>CapEnt</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=528549</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hi!</p>

<p>I got a little problem while testing a old plugin for MT4 inside MT5 (mt-plugin-configassistant): the openDialog function is undefined.</p>

<p>I found that quite weird since the MTOS developer documentation, in the section "Spawning a Dialog", tells about that function.</p>

<p>Is the documentation outdated and the function changed his name? Inspecting mt.js do not clarified the matter to me, i still failed to find a suitable replacement for it.</p>]]>
        
    </content>
</entry>

<entry>
    <title>entry_category_id includes NULL results instead of integer</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/04/entry-category-id-includes-null-results-instead-of-integer.html" />
    <id>tag:forums.movabletype.org,2011://24.24113</id>

    <published>2011-04-03T08:10:15Z</published>
    <updated>2011-04-14T20:10:48Z</updated>

    <summary>Hi. I&apos;m trying to use a mysql query for showing some entries related to a category. First, I&apos;ve sent the category_id using a form and get method in a file named compare.php !!! In a new file named step2.php, I...</summary>
    <author>
        <name>Afshin Haghighatnia</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=339863</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hi. <br />
I'm trying to use a mysql query for showing some entries related to a category. First, I've sent the category_id using a form and get method in a file named compare.php !!!<br />
In a new file named step2.php, I wanted to show the names of all the entries related to chosen category.<br />
So, the code I have used, is this :</p>

<p>$category = (int)$_GET['category_id'];<br />
	<br />
	$query = mysql_query ("SELECT * FROM mt_entry where `entry_category_id`=$category")or die(mysql_error());</p>

<p>Unfortunately, there is no Category ID in entry_category_id and all of results are NULL ! <br />
Can somebody help me to write this query ?! I would really appreciate it.</p>]]>
        
    </content>
</entry>

<entry>
    <title>MT 5 dynamic publishing issues</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2011/04/mt-5-dynamic-publishing-issues.html" />
    <id>tag:forums.movabletype.org,2011://24.24103</id>

    <published>2011-04-02T21:14:36Z</published>
    <updated>2011-08-12T08:16:57Z</updated>

    <summary>I recently tried to enable dynamic publishing for my archive pages. I use nearlyfreespeech.net as my host, and the publishing path there differs from the &quot;work&quot; path that must be used for dynamic php generation. (The regular publishing path, which...</summary>
    <author>
        <name>Kris</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=426255</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>I recently tried to enable dynamic publishing for my archive pages.  I use nearlyfreespeech.net as my host, and the publishing path there differs from the "work" path that must be used for dynamic php generation.  (The regular publishing path, which works fine in all the perl scripts, is /home/public.  The path needed for PHP scripts is /f2/sitename/public.)</p>

<p>I tried hacking a little in lib/MT/CMS/Blog.pm and managed to get past the open_basedir mischief, but now I just have a helpfully obtuse error page, styled nicely using my blog's design:</p>

<p>"Page Not Found</p>

<p>An error occurs."</p>

<p>Clearly I have missed something.  I have no idea how mt.php generates these pages, and investigating is getting me a lot deeper into this than I was hoping.  Any help from experienced MT coders would be appreciated.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Step by step how to install MT on localhost</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2010/10/step-by-step-how-to-install-mt-on-localhost.html" />
    <id>tag:forums.movabletype.org,2010://24.22510</id>

    <published>2010-10-11T07:31:16Z</published>
    <updated>2011-10-21T08:57:48Z</updated>

    <summary>Hi. I like to test movable type on localhost.Does anybody can like to help me with instalation on xampp and windows xp sp3.I tryed but,,,,...</summary>
    <author>
        <name>Cobra</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=295868</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hi. I like to test movable type on localhost.Does anybody can like to help me with instalation on xampp and windows xp sp3.I tryed but,,,,</p>]]>
        
    </content>
</entry>

<entry>
    <title>Restore from backup fails silently</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2010/07/restore-from-backup-fails-silently.html" />
    <id>tag:forums.movabletype.org,2010://24.21684</id>

    <published>2010-07-21T21:51:35Z</published>
    <updated>2012-01-13T03:44:30Z</updated>

    <summary>I&apos;m following the instructions to migrate to mysql from Pg I found here - http://www.movabletype.org/documentation/mt5/database/migrate-sqlite-postgresql.html The backup works fine, but when I go to restore, nothing happens. Basically, the mt.cgi script runs on my server for a few seconds, and...</summary>
    <author>
        <name>Dave Rolsky</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=232488</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>I'm following the instructions to migrate to mysql from Pg I found here - http://www.movabletype.org/documentation/mt5/database/migrate-sqlite-postgresql.html</p>

<p>The backup works fine, but when I go to restore, nothing happens. Basically, the mt.cgi script runs on my server for a few seconds, and then exits. I can't find any errors in the Apache logs, and I'm not sure where else to look.</p>

<p>Is there any good way to debug this? Or maybe there's a way to run the restore from the command line?</p>]]>
        
    </content>
</entry>

<entry>
    <title>Problems with permalinks</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2010/07/problems-with-permalinks.html" />
    <id>tag:forums.movabletype.org,2010://24.21668</id>

    <published>2010-07-20T22:31:12Z</published>
    <updated>2011-12-16T13:03:54Z</updated>

    <summary>Hello everyone, I&apos;m new using Movable Type and I have a problem. I import my WordPress post to Movable Type and all went well, but seeing the changes in my site I see that this is the type url angellonline.com#postid...</summary>
    <author>
        <name>Angello Toro</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=231770</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hello everyone, I'm new using Movable Type and I have a problem.</p>

<p>I import my WordPress post to Movable Type and all went well, but seeing the changes in my site I see that this is the type url angellonline.com#postid (you can visit site<br />
) and clicking on them go to the page file per month, but do not allow access to the post, the truth is that I am concerned that not to do to change this, believe they can help me.</p>

<p>Sorry for my English, I'm using an automatic translator</p>]]>
        
    </content>
</entry>

<entry>
    <title>Need some Advise</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2010/06/need-some-advise.html" />
    <id>tag:forums.movabletype.org,2010://24.21272</id>

    <published>2010-06-14T13:40:52Z</published>
    <updated>2011-08-23T14:21:32Z</updated>

    <summary>Please - I&apos;m struggling with this choice ad need some insight from someone who might understand the difficulty I am having choosing the right CMS We design/ develop custom small business websites and need to decide on ONE CMS platform...</summary>
    <author>
        <name>vervec</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=160861</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Please - I'm struggling with this choice ad need some insight from someone who might understand the difficulty I am having choosing the right CMS</p>

<p>We design/ develop custom small business websites and need to decide on ONE CMS platform to adopt and use for all our sites.  We've used Joomla/ Drupal/ Wordpress / Concrete5 / ...  We need to choose one that works for us and stick with it.</p>

<p>1. An easy to configure and understand Admin site (most of our customers are tech- challenged) Must be intuitive, easy to add and edit </p>

<p>2. LOTS of tools/plug-ins etc  for integrations - We do lots of Mashups (Facebook/Twitter/Google Picasa and maps Video,, etc ...</p>

<p>3. Our developer is a LAMP guy -- php/jscript/html/css/  will he liek working with MT</p>

<p>4. Great SEO support </p>

<p>5. Quick to adopt new internet trends and standards</p>

<p>thx<br />
Mike</p>]]>
        
    </content>
</entry>

<entry>
    <title>MTOS 4.33 - Perfect storm of MySQL backup/restore suck. Who likes a challenge?</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2010/06/mtos-433---perfect-storm-of-mysql-backuprestore-suck-who-likes-a-challenge.html" />
    <id>tag:forums.movabletype.org,2010://24.21266</id>

    <published>2010-06-13T04:28:35Z</published>
    <updated>2010-06-13T23:28:43Z</updated>

    <summary>MTOS 4.33 I have a very large MySQL database, with almost 10 years of entries (1400 or so). The ultimate goal is to switch completely over to OpenMelody without any data loss (I&apos;m aware that it&apos;s still beta, but I&apos;ll...</summary>
    <author>
        <name>kevan</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=949</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>MTOS 4.33<br />
I have a very large MySQL database, with almost 10 years of entries (1400 or so).<br />
The ultimate goal is to switch completely over to OpenMelody without any data loss (I'm aware that it's still beta, but I'll need to figure this out at some point anyway).</p>

<p>1. It's on a shared server, so the webserver times out early on if I try and Backup (file is only 100k, 
2. MySQL dump of the db is 12.4 Mb, and phpmyadmin has a max import size of 10,240KB<br />
3. My host doesn't allow telnet, which otherwise could be used for importing larger MySQL databases.</p>

<p>I'm a bit of a MySQL n00b, but I think I've researched this pretty thoroughly, and now I'm asking for help.<br />
Any assistance greatly appreciated.</p>]]>
        
    </content>
</entry>

<entry>
    <title>&quot;Improved&quot; mt-tmpl-preview</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2010/05/improved-mt-tmpl-preview.html" />
    <id>tag:forums.movabletype.org,2010://24.20936</id>

    <published>2010-05-13T20:05:50Z</published>
    <updated>2010-05-14T02:13:21Z</updated>

    <summary>For some reason mt-tmpl-preview module stubs out the WARN method, which it later on actually uses (on error). I also added a proper exit code, and fixed a &quot;perl -w&quot; error. Error messages are now displayed if the template cannot...</summary>
    <author>
        <name>wgeorge</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=104789</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>For some reason mt-tmpl-preview module stubs out the WARN method,  which it later on actually uses (on error).  I also added a proper exit code, and fixed a "perl -w" error. Error messages are now displayed if the template cannot be compiled.</p>

<p>This is a handy utility for us noobs.</p>

<p>How do I go about submitting these changes?</p>]]>
        
    </content>
</entry>

<entry>
    <title>How to export MT 4.23 Data</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2010/05/how-to-export-mt-423-data.html" />
    <id>tag:forums.movabletype.org,2010://24.20932</id>

    <published>2010-05-13T17:28:40Z</published>
    <updated>2010-05-13T17:36:12Z</updated>

    <summary>I have a MT 4.23-wn version and i&apos;d like to export some data to external system. Do you have an API or do i need to connect to mySQL directly and pull the information....</summary>
    <author>
        <name>mostafa</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=180598</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>I have a MT 4.23-wn version and i'd like to export some data to external system.</p>

<p>Do you have an API or do i need to connect to mySQL directly and pull the information.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Scheduled &amp; Unpublished Entry Template Tag</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2010/04/scheduled-unpublished-entry-template-tag.html" />
    <id>tag:forums.movabletype.org,2010://24.20629</id>

    <published>2010-04-15T21:25:12Z</published>
    <updated>2010-04-16T16:32:49Z</updated>

    <summary><![CDATA[I'm trying to access the tags of entries. The following will give me the tags of all published entries, completely skipping over scheduled and unpublished entries. &lt;mt:Entries id="$id"&gt; &lt;mt:EntryTags glue=", "&gt;&lt;$mt:TagName$&gt;&lt;/mt:EntryTags&gt; &lt;/mt:Entries&gt; It looks like MT doesn't treat scheduled/unpublished entries...]]></summary>
    <author>
        <name>Amber Armstrong</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=148534</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>I'm trying to access the tags of entries.  <br />
The following will give me the tags of all published entries, completely skipping over scheduled and unpublished entries.  <br />
<pre><br />
&lt;mt:Entries id="$id"&gt;<br />
&lt;mt:EntryTags glue=", "&gt;&lt;$mt:TagName$&gt;&lt;/mt:EntryTags&gt;<br />
&lt;/mt:Entries&gt;<br />
</pre></p>

<p>It looks like MT doesn't treat scheduled/unpublished entries as Entries.. It's ID doesn't get listed when I do </p>

<pre>
&lt;mt:Entries&gt;
&lt;$mt:EntryID&gt;
&lt;/mt:Entries&gt;
</pre>

<p>However it will get listed if I just do </p>

<pre>
&lt;$mt:var name="id"$&gt;
</pre>

<p><br />
Is there someway to access the tags of an unpublished or scheduled entry?  A plugin or a mystery tag? Or am I going to have to write a plugin to do this?</p>]]>
        
    </content>
</entry>

<entry>
    <title>Publish Queue Error - MT::TheSchwartz Issue</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2010/04/publish-queue-error---mttheschwartz-issue.html" />
    <id>tag:forums.movabletype.org,2010://24.20445</id>

    <published>2010-04-02T07:23:44Z</published>
    <updated>2010-08-10T09:10:53Z</updated>

    <summary>here is the thing, when I run /path/to/run-periodic-tasks I get this error: Can&apos;t locate MT/TheSchwartz.pm in @INC (@INC contains: lib ../lib extlib ../extlib /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5...</summary>
    <author>
        <name>Zeus</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=11293</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>here is the thing,<br />
when I run /path/to/run-periodic-tasks I get this error:</p>

<p>Can't locate MT/TheSchwartz.pm in @INC (@INC contains: lib ../lib extlib ../extlib /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /path/to/run-periodic-tasks line 32.</p>

<p>I've check these:<br />
-permisson is set to 755<br />
-CPAN confirms TheSchwartz-1.10 is installed</p>

<p>I'm runnin MT 4.33 under centos-5-i386 </p>

<p>I truly appreciate your help</p>]]>
        
    </content>
</entry>

<entry>
    <title>Multiple sign-in required with htaccess password protected directories</title>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2010/03/multiple-sign-in-required-with-htaccess-password-protected-directories.html" />
    <id>tag:forums.movabletype.org,2010://24.20171</id>

    <published>2010-03-12T23:10:28Z</published>
    <updated>2010-09-24T06:31:56Z</updated>

    <summary>Hi, I have my MT blog in a htaccess password protected directory within a larger site. I get a password prompt when I get to the blog, then I get another password prompt when I go to an entry page....</summary>
    <author>
        <name>ptepper</name>
        <uri>http://www.movabletype.org/cgi-bin/mt/mt-cp.cgi?__mode=view&amp;blog_id=24&amp;id=12269</uri>
    </author>
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
        <![CDATA[<p>Hi, </p>

<p>I have my MT blog in a htaccess password protected directory within a larger site. I get a password prompt when I get to the blog, then I get another password prompt when I go to an entry page. The entry is in a year/month subdirectory </p>

<p>Any idea how to get rid of these subsequent password prompts?</p>

<p>URL looks like this<br />
https://.../blog/2010/03/my-entry.html</p>

<p>Running Movable Type Pro  version 4.32-en</p>

<p>-paul</p>]]>
        
    </content>
</entry>

</feed>

