<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: Ad-minister] WP 2.8 Setup Fix</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: Ad-minister] WP 2.8 Setup Fix</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 13:07:20 +0000</pubDate>

<item>
<title>bakaselwatsch on "[Plugin: Ad-minister] WP 2.8 Setup Fix"</title>
<link>http://wordpress.org/support/topic/284693#post-1119200</link>
<pubDate>Sun, 28 Jun 2009 09:16:30 +0000</pubDate>
<dc:creator>bakaselwatsch</dc:creator>
<guid isPermaLink="false">1119200@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Dough. Just noticed that the same error comes from ad-minister-settings.php on line 54. Do exactly the same as above there.
&#60;/p&#62;</description>
</item>
<item>
<title>bakaselwatsch on "[Plugin: Ad-minister] WP 2.8 Setup Fix"</title>
<link>http://wordpress.org/support/topic/284693#post-1119198</link>
<pubDate>Sun, 28 Jun 2009 09:11:47 +0000</pubDate>
<dc:creator>bakaselwatsch</dc:creator>
<guid isPermaLink="false">1119198@http://wordpress.org/support/</guid>
<description>&#60;p&#62;After setting up the ID for the page in Setup you'll probably get the error:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Fatal error: Only variables can be passed by reference in /var/www/web318/html/wp/wp-content/plugins/ad-minister/ad-minister-functions.php on line 140&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To fix this edit ad-minister-functions.php and change this in Line 140:&#60;br /&#62;
&#60;code&#62;$the_page = get_page(get_option(&#38;#39;administer_post_id&#38;#39;));&#60;/code&#62;&#60;br /&#62;
to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$pid = get_option(&#38;#39;administer_post_id&#38;#39;);
$the_page = get_page($pid);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
</item>

</channel>
</rss>
