<?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: User Access Manager &#8211; Bugs</title>
	<atom:link href="http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/</link>
	<description>design, development, jtl-shop2</description>
	<lastBuildDate>Tue, 07 Sep 2010 15:46:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: tobsn</title>
		<link>http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/comment-page-1/#comment-692</link>
		<dc:creator>tobsn</dc:creator>
		<pubDate>Fri, 25 Jun 2010 13:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?p=337#comment-692</guid>
		<description>hallo, seit dem letzten update bekommen unter anderem alle neu registrierten benutzer automatisch das häkchen zu allen benutzergruppen gesetzt und haben vollzugriff!</description>
		<content:encoded><![CDATA[<p>hallo, seit dem letzten update bekommen unter anderem alle neu registrierten benutzer automatisch das häkchen zu allen benutzergruppen gesetzt und haben vollzugriff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincenzo</title>
		<link>http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/comment-page-1/#comment-562</link>
		<dc:creator>Vincenzo</dc:creator>
		<pubDate>Sat, 15 May 2010 21:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?p=337#comment-562</guid>
		<description>Hi,
thank you for great plugin, good work.
I have a problem, if in Page settings I check the option &quot;Hide complete pages&quot; then in the home page it show me the error: 
Warning: Invalid argument supplied for foreach() in /home/ilcaffed/public_html/wp/wp-content/themes/ilcaffedellastazione_red_blue/functions.php  on line 842

the same errors occurres on line 784 and 789

I suppose it is due to the theme I&#039;m using, can you help me to solve this problem?

These are my theme code lines:

line 784:
	$page_IDs = array();
	foreach ($pages as $index =&gt; $page)
	{
		$page_IDs[] = $page-&gt;ID;
	}
	$result = array();


line 789:
        foreach ($pages as $index =&gt; $page)
	{
		if (!$page-&gt;post_parent &#124;&#124; !in_array($page-&gt;post_parent,$page_IDs))
		{
			$result[]=$page-&gt;ID;
		}
	}
	return $result;

line 842:
        $current_page = null;
	
	foreach ($pages as $index =&gt; $page)
	{
		if (is_page($page-&gt;ID)) 
		{ 
			$current_page = $page;
			break;
		}
	}


Many thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thank you for great plugin, good work.<br />
I have a problem, if in Page settings I check the option &#8220;Hide complete pages&#8221; then in the home page it show me the error:<br />
Warning: Invalid argument supplied for foreach() in /home/ilcaffed/public_html/wp/wp-content/themes/ilcaffedellastazione_red_blue/functions.php  on line 842</p>
<p>the same errors occurres on line 784 and 789</p>
<p>I suppose it is due to the theme I&#8217;m using, can you help me to solve this problem?</p>
<p>These are my theme code lines:</p>
<p>line 784:<br />
	$page_IDs = array();<br />
	foreach ($pages as $index =&gt; $page)<br />
	{<br />
		$page_IDs[] = $page-&gt;ID;<br />
	}<br />
	$result = array();</p>
<p>line 789:<br />
        foreach ($pages as $index =&gt; $page)<br />
	{<br />
		if (!$page-&gt;post_parent || !in_array($page-&gt;post_parent,$page_IDs))<br />
		{<br />
			$result[]=$page-&gt;ID;<br />
		}<br />
	}<br />
	return $result;</p>
<p>line 842:<br />
        $current_page = null;</p>
<p>	foreach ($pages as $index =&gt; $page)<br />
	{<br />
		if (is_page($page-&gt;ID))<br />
		{<br />
			$current_page = $page;<br />
			break;<br />
		}<br />
	}</p>
<p>Many thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maik</title>
		<link>http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/comment-page-1/#comment-334</link>
		<dc:creator>Maik</dc:creator>
		<pubDate>Thu, 18 Mar 2010 19:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?p=337#comment-334</guid>
		<description>Hi, 
das Plugin sieht schon mal echt gut aus! Habe ein Problem bezüglich des Anlegen einer
neuen Benutzergruppe! 
Wenn ich die Nutzerverwaltung öffne, dann sagt mir Wordpress folgende Fehlermeldung:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /mnt/web2/41/82/51152682/htdocs/wordpress/wp-includes/meta.php  on line 195

Kann mir jemand sagen ob es ein allgemeines Problem ist oder ob ich irgendetwas falsch 
gemacht habe, bin Neuling im Bereich php und Wordpress!

Mfg</description>
		<content:encoded><![CDATA[<p>Hi,<br />
das Plugin sieht schon mal echt gut aus! Habe ein Problem bezüglich des Anlegen einer<br />
neuen Benutzergruppe!<br />
Wenn ich die Nutzerverwaltung öffne, dann sagt mir WordPress folgende Fehlermeldung:</p>
<p>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /mnt/web2/41/82/51152682/htdocs/wordpress/wp-includes/meta.php  on line 195</p>
<p>Kann mir jemand sagen ob es ein allgemeines Problem ist oder ob ich irgendetwas falsch<br />
gemacht habe, bin Neuling im Bereich php und WordPress!</p>
<p>Mfg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kate</title>
		<link>http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/comment-page-1/#comment-246</link>
		<dc:creator>Kate</dc:creator>
		<pubDate>Fri, 22 Jan 2010 13:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?p=337#comment-246</guid>
		<description>Hi,
I have a terrible problem with your feed. We have some  exclusive resources protected by your plugin. I have discovered that the protected posts are listed on RSS feeds with their protected content included! No need to login, anyone can get the paid content. Can you please advise how to prevent protected content from being listed on RSS feeds?

I&#039;d appreciate any help,

Many thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a terrible problem with your feed. We have some  exclusive resources protected by your plugin. I have discovered that the protected posts are listed on RSS feeds with their protected content included! No need to login, anyone can get the paid content. Can you please advise how to prevent protected content from being listed on RSS feeds?</p>
<p>I&#8217;d appreciate any help,</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/comment-page-1/#comment-245</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Tue, 19 Jan 2010 16:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?p=337#comment-245</guid>
		<description>Hi,

This plugin is great, but will this bug be corrected soon? http://wordpress.org/support/topic/306174?replies=4

It makes the whole stuff unusable :(</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This plugin is great, but will this bug be corrected soon? <a href="http://wordpress.org/support/topic/306174?replies=4" rel="nofollow">http://wordpress.org/support/topic/306174?replies=4</a></p>
<p>It makes the whole stuff unusable <img src='http://www.gm-alex.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pas</title>
		<link>http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/comment-page-1/#comment-244</link>
		<dc:creator>Pas</dc:creator>
		<pubDate>Tue, 19 Jan 2010 08:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?p=337#comment-244</guid>
		<description>Hallo!

Funktioniert irgendeine Version des Plugins mit WP 2.3.1? Das einzige, was ich machen will, ist, eine gesamte Kategorie auf privat zu setzen.
Vielen Dank für Antwort, am besten (auch) per E-Mail!

Grüße
Pas</description>
		<content:encoded><![CDATA[<p>Hallo!</p>
<p>Funktioniert irgendeine Version des Plugins mit WP 2.3.1? Das einzige, was ich machen will, ist, eine gesamte Kategorie auf privat zu setzen.<br />
Vielen Dank für Antwort, am besten (auch) per E-Mail!</p>
<p>Grüße<br />
Pas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/comment-page-1/#comment-243</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 15 Jan 2010 13:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?p=337#comment-243</guid>
		<description>UAM is a great plugin! 

It works great for restricting access to some pages but not all of them. However, for some reason the sidebar only appears on the home page if you are not logged in. Do you know how I can get the sidebar to show up on non-restricted pages?

Thank you</description>
		<content:encoded><![CDATA[<p>UAM is a great plugin! </p>
<p>It works great for restricting access to some pages but not all of them. However, for some reason the sidebar only appears on the home page if you are not logged in. Do you know how I can get the sidebar to show up on non-restricted pages?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spin</title>
		<link>http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/comment-page-1/#comment-241</link>
		<dc:creator>Spin</dc:creator>
		<pubDate>Sun, 10 Jan 2010 20:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?p=337#comment-241</guid>
		<description>Hallo!
Hab ein Problem mit diesem Plugin:
Wenn ich es gleichzeitig mit dem Plugin YAPB aktiviere, bekomme ich:
Fatal error: Call to undefined function get_userdata() in /var/www/htdocs/mi/178/leopoldstadt/wordpress/wp-content/plugins/user-access-manager/user-access-manager.php on line 3208

Wäre schön, wenn es dafür eine Lösung gibt, weil beide Plugins einzigartige Funktionen haben und eigentlich unersetzbar sind.</description>
		<content:encoded><![CDATA[<p>Hallo!<br />
Hab ein Problem mit diesem Plugin:<br />
Wenn ich es gleichzeitig mit dem Plugin YAPB aktiviere, bekomme ich:<br />
Fatal error: Call to undefined function get_userdata() in /var/www/htdocs/mi/178/leopoldstadt/wordpress/wp-content/plugins/user-access-manager/user-access-manager.php on line 3208</p>
<p>Wäre schön, wenn es dafür eine Lösung gibt, weil beide Plugins einzigartige Funktionen haben und eigentlich unersetzbar sind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krabat</title>
		<link>http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/comment-page-1/#comment-237</link>
		<dc:creator>krabat</dc:creator>
		<pubDate>Fri, 25 Dec 2009 21:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?p=337#comment-237</guid>
		<description>Das Plugin ist toll!
Aber sobald man mit der Mediatek arbeiten will ist&#039;s Vorbei. :(
Sobald das Pluginaktiv ist, werden die Thunbnails nicht mehr angezeigt. Auch im Content eingebettete Bilder nicht mehr.
Das Problem scheint darin zu liegen das die URL&#039;s zu den Thumbnails nicht mehr stimmen. Es wird alles abgeschnitten auser der Dateinamen selber.

Da ich aber bestimmte Medien öffentlich und andere nur mit mind. Abonentenrolle zugänglich machen will, kann ich das Plugin leider so nicht gebrauchen.

Schade, denn etwas vergleichbares habe ich bisher nicht gefunden :(

Gibt es vielleicht schon einen Fix hierfür? Ich nutze WP 2.9 Test mit WP 2.8.1 waren leider auch erfolglos.</description>
		<content:encoded><![CDATA[<p>Das Plugin ist toll!<br />
Aber sobald man mit der Mediatek arbeiten will ist&#8217;s Vorbei. <img src='http://www.gm-alex.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Sobald das Pluginaktiv ist, werden die Thunbnails nicht mehr angezeigt. Auch im Content eingebettete Bilder nicht mehr.<br />
Das Problem scheint darin zu liegen das die URL&#8217;s zu den Thumbnails nicht mehr stimmen. Es wird alles abgeschnitten auser der Dateinamen selber.</p>
<p>Da ich aber bestimmte Medien öffentlich und andere nur mit mind. Abonentenrolle zugänglich machen will, kann ich das Plugin leider so nicht gebrauchen.</p>
<p>Schade, denn etwas vergleichbares habe ich bisher nicht gefunden <img src='http://www.gm-alex.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Gibt es vielleicht schon einen Fix hierfür? Ich nutze WP 2.9 Test mit WP 2.8.1 waren leider auch erfolglos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ezers</title>
		<link>http://www.gm-alex.de/2009/07/12/user-access-manager-bugs/comment-page-1/#comment-236</link>
		<dc:creator>ezers</dc:creator>
		<pubDate>Fri, 18 Dec 2009 08:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gm-alex.de/?p=337#comment-236</guid>
		<description>hi,
Using WordPress 2.8.6 and UAM 0.9.1.3
I also want to menation that this plugin is great.
But unfortinatly I have one major problem when using this plugin.
Example I create page galery and in UAM I create addition group where I allow to see this galery only to registered users.
Rights where assigned and working, but problem accures when someone is editing this page (adding galery, text e.t.c). It somehow owerwrite access rights and it becomes wisible to everyone.
Can some one help me fix this error?</description>
		<content:encoded><![CDATA[<p>hi,<br />
Using WordPress 2.8.6 and UAM 0.9.1.3<br />
I also want to menation that this plugin is great.<br />
But unfortinatly I have one major problem when using this plugin.<br />
Example I create page galery and in UAM I create addition group where I allow to see this galery only to registered users.<br />
Rights where assigned and working, but problem accures when someone is editing this page (adding galery, text e.t.c). It somehow owerwrite access rights and it becomes wisible to everyone.<br />
Can some one help me fix this error?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
