<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New Version of Password Protection Plugin</title>
	<atom:link href="http://www.askapache.com/wordpress/new-version-of-password-protection-plugin.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/wordpress/new-version-of-password-protection-plugin.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://www.askapache.com/wordpress/new-version-of-password-protection-plugin.html#comment-95416</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 15 Aug 2009 17:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1084#comment-95416</guid>
		<description>Fsockopen and all the encryption tests passed but a few of the other things didn&#039;t. 

It may be from WordPress being in a subdirectory but the index.php in the site root.  I tried the hack described in the WordPress forum by changing line 1545 of the code from

&lt;pre&gt;
$home_path = rtrim( get_home_path(), &#039;/&#039; ) . &#039;/&#039;;
&lt;/pre&gt;
to
&lt;pre&gt;
$home_path = rtrim( get_home_path(), &#039;/&#039; ) . $path;
&lt;/pre&gt;

but that didn&#039;t solve the problem.

My host is &lt;stromg&gt;InMotion Hosting&lt;/strong&gt; and I think all the necessary capabilities are in effect.

Do you have any suggestions.  I was really hoping to be able to use this.

If not, do you have any basic advice for me to manually install some http authentication somehow?

Thanks.</description>
		<content:encoded><![CDATA[<p>Fsockopen and all the encryption tests passed but a few of the other things didn&#8217;t. </p>
<p>It may be from WordPress being in a subdirectory but the index.php in the site root.  I tried the hack described in the WordPress forum by changing line 1545 of the code from</p>
<pre>$home_path = rtrim( get_home_path(), &#039;/&#039; ) . &#039;/&#039;;</pre>
<p>to</p>
<pre>$home_path = rtrim( get_home_path(), &#039;/&#039; ) . $path;</pre>
<p>but that didn&#8217;t solve the problem.</p>
<p>My host is <stromg>InMotion Hosting and I think all the necessary capabilities are in effect.</p>
<p>Do you have any suggestions.  I was really hoping to be able to use this.</p>
<p>If not, do you have any basic advice for me to manually install some http authentication somehow?</p>
<p>Thanks.</stromg></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madmouse Blog Tips</title>
		<link>http://www.askapache.com/wordpress/new-version-of-password-protection-plugin.html#comment-69807</link>
		<dc:creator>Madmouse Blog Tips</dc:creator>
		<pubDate>Mon, 30 Mar 2009 07:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1084#comment-69807</guid>
		<description>The plugin looks very cool overall. I couldn&#039;t get it to function with WordPress 2.71.</description>
		<content:encoded><![CDATA[<p>The plugin looks very cool overall. I couldn&#8217;t get it to function with WordPress 2.71.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.askapache.com/wordpress/new-version-of-password-protection-plugin.html#comment-63689</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 11 Feb 2009 12:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1084#comment-63689</guid>
		<description>

&lt;pre&gt;Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323
&#160;
Warning: join() [function.join]: Bad arguments. in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326
&#160;
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323
&#160;
Warning: join() [function.join]: Bad arguments. in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326
&#160;
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323&lt;/pre&gt;

Hi
I try to use the plugin on my wordpress 2.7 (2.7.1) but it throughs me the following errors:

&lt;pre&gt;Warning: join() [function.join]: Bad arguments. in /var/web/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326
&#160;
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/web/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323
&#160;
Warning: join() [function.join]: Bad arguments. in /var/web/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326&lt;/pre&gt;

On the test page all lights are green (except &lt;strong&gt;mod_security&lt;/strong&gt; which is yellow). Can you see anything from these errors?

/Thomas</description>
		<content:encoded><![CDATA[<pre>Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323
&nbsp;
Warning: join() [function.join]: Bad arguments. in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326
&nbsp;
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323
&nbsp;
Warning: join() [function.join]: Bad arguments. in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326
&nbsp;
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323</pre>
<p>Hi<br />
I try to use the plugin on my wordpress 2.7 (2.7.1) but it throughs me the following errors:</p>
<pre>Warning: join() [function.join]: Bad arguments. in /var/web/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326
&nbsp;
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/web/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1323
&nbsp;
Warning: join() [function.join]: Bad arguments. in /var/web/wordpress/wp-content/plugins/askapache-password-protect/askapache-password-protect.php on line 1326</pre>
<p>On the test page all lights are green (except <strong>mod_security</strong> which is yellow). Can you see anything from these errors?</p>
<p>/Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.askapache.com/wordpress/new-version-of-password-protection-plugin.html#comment-52971</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 03 Jan 2009 23:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1084#comment-52971</guid>
		<description>Any update on when 4.7 will be released?</description>
		<content:encoded><![CDATA[<p>Any update on when 4.7 will be released?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.askapache.com/wordpress/new-version-of-password-protection-plugin.html#comment-45648</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 24 Sep 2008 17:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1084#comment-45648</guid>
		<description>Been trying to install the plugin onto a wordpress server that lives on an Apple server. setup is telling me it can&#039;t find mod_auth_digest, when that plugin is installed, however under a slightly different name as &quot;mod_auth_digest_apple.so&quot; any ideas on how to make this slightly different module work with your plugin?</description>
		<content:encoded><![CDATA[<p>Been trying to install the plugin onto a wordpress server that lives on an Apple server. setup is telling me it can&#8217;t find mod_auth_digest, when that plugin is installed, however under a slightly different name as &#8220;mod_auth_digest_apple.so&#8221; any ideas on how to make this slightly different module work with your plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie</title>
		<link>http://www.askapache.com/wordpress/new-version-of-password-protection-plugin.html#comment-44662</link>
		<dc:creator>Julie</dc:creator>
		<pubDate>Fri, 29 Aug 2008 01:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1084#comment-44662</guid>
		<description>Hi AskApache,

I have installed the latest version of this plugin. I think the test prior to using the plugin is excellent.

When I first ran the test, it failed on mod_auth_digest.  After uncommenting the &quot;Load Module&quot; on httpd.conf file and restarting the server, php info displayed &quot;mod_auth_digest&quot; as one of the Loaded module.  However, when I reran the test, it still reported the same issue as the first run, i.e.
&lt;pre&gt;
[mod_auth_digest_support] =&gt; 0
&#46;..
Now we know the encryption and apache module capabilities of your site. This test literally logs in to your server using Digest Authenticationts, providing the ultimate answer as to if your server supports this scheme.
&#160;
[fail ] Major bummer&#46;.. you don&#039;t have mod_auth_digest! (included in apache since 1.1)
&lt;/pre&gt;

It&#039;d be great if you could point out if there is anything else required to install mod_auth_digest for Password Protection to work.

Many thanks.
Julie</description>
		<content:encoded><![CDATA[<p>Hi AskApache,</p>
<p>I have installed the latest version of this plugin. I think the test prior to using the plugin is excellent.</p>
<p>When I first ran the test, it failed on mod_auth_digest.  After uncommenting the &#8220;Load Module&#8221; on httpd.conf file and restarting the server, php info displayed &#8220;mod_auth_digest&#8221; as one of the Loaded module.  However, when I reran the test, it still reported the same issue as the first run, i.e.</p>
<pre>[mod_auth_digest_support] =&gt; 0
&#46;..
Now we know the encryption and apache module capabilities of your site. This test literally logs in to your server using Digest Authenticationts, providing the ultimate answer as to if your server supports this scheme.
&nbsp;
[fail ] Major bummer&#46;.. you don&#039;t have mod_auth_digest! (included in apache since 1.1)</pre>
<p>It&#8217;d be great if you could point out if there is anything else required to install mod_auth_digest for Password Protection to work.</p>
<p>Many thanks.<br />
Julie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/wordpress/new-version-of-password-protection-plugin.html#comment-44326</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Tue, 19 Aug 2008 13:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1084#comment-44326</guid>
		<description>Fixed for 4.6</description>
		<content:encoded><![CDATA[<p>Fixed for 4.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catalin Nicolescu</title>
		<link>http://www.askapache.com/wordpress/new-version-of-password-protection-plugin.html#comment-44156</link>
		<dc:creator>Catalin Nicolescu</dc:creator>
		<pubDate>Thu, 14 Aug 2008 08:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1084#comment-44156</guid>
		<description>Invalid command &#039;AuthDigestFile&#039;, perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.askapache.com

In Apache 2.2 AuthDigestFile has been changed to AuthUserFile. If running httpd 2.2.x change all occurrances in the plugin file</description>
		<content:encoded><![CDATA[<p>Invalid command &#8216;AuthDigestFile&#8217;, perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.askapache.com</p>
<p>In Apache 2.2 AuthDigestFile has been changed to AuthUserFile. If running httpd 2.2.x change all occurrances in the plugin file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert@PNG</title>
		<link>http://www.askapache.com/wordpress/new-version-of-password-protection-plugin.html#comment-44147</link>
		<dc:creator>Robert@PNG</dc:creator>
		<pubDate>Thu, 14 Aug 2008 00:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1084#comment-44147</guid>
		<description>I use your plugin and am very happy with it but am reluctant to upgrade to 4.5 until we see some more information on changes plus any special instructions when performing the upgrade itself.

Hope to see something shortly as I am keen to move to the later version.

Whilst I&#039;m here... thanks a mil for your excellent contributions to the WP community.

R</description>
		<content:encoded><![CDATA[<p>I use your plugin and am very happy with it but am reluctant to upgrade to 4.5 until we see some more information on changes plus any special instructions when performing the upgrade itself.</p>
<p>Hope to see something shortly as I am keen to move to the later version.</p>
<p>Whilst I&#8217;m here&#8230; thanks a mil for your excellent contributions to the WP community.</p>
<p>R</p>
]]></content:encoded>
	</item>
</channel>
</rss>
