<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: Implode Error</title>
	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on Implode Error</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p2045</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p2045</guid>
        	        	<description><![CDATA[<p>In that particular case, it's mostly harmless, but I'm going to release an update to the plugin that should bypass the problem.</p>
]]></description>
        	        	<pubDate>Fri, 20 Aug 2010 15:51:51 +0000</pubDate>
        </item>
        <item>
        	<title>Baf on Implode Error</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p2044</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p2044</guid>
        	        	<description><![CDATA[<p>Hi!<br />
In php im full noob, so I just comment this line of code</p>
<p><input type="button" class="sfcodeselect" name="sfselectit8788" value="Select Code" onclick="spjSelectCode('sfcode8788');" /></p>
<div class="sfcode" id="sfcode8788"> $exclude_users = &#34;'&#34; . implode($exclude, &#34;','&#34;) . &#34;'&#34;;</div>
<p> with </p>
<p><input type="button" class="sfcodeselect" name="sfselectit6404" value="Select Code" onclick="spjSelectCode('sfcode6404');" /></p>
<div class="sfcode" id="sfcode6404">//</div>
<p> at the start and it worked!<br />
Will it broke something in the future? =)</p>
]]></description>
        	        	<pubDate>Thu, 19 Aug 2010 03:08:10 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Implode Error</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p2038</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p2038</guid>
        	        	<description><![CDATA[<p>Unfortunately, this mystery was never solved.  Did you inspect the contents of that $exclude variable as noted above?  Have you checked to see whether the login_redirects table was successfully created upon activating the plugin (if it wasn't, you might have to manually create it using the SQL in the plugin file)?  Are you using a multi-site install or something other than a plain one-site install?</p>
]]></description>
        	        	<pubDate>Sat, 14 Aug 2010 12:44:52 +0000</pubDate>
        </item>
        <item>
        	<title>Baf on Implode Error</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p2032</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p2032</guid>
        	        	<description><![CDATA[<p>Have the same error. Wordpress 3.0 Russian. What can I do to use your plugin?</p>
]]></description>
        	        	<pubDate>Thu, 12 Aug 2010 21:22:58 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Implode Error</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p1914</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p1914</guid>
        	        	<description><![CDATA[<p>I'm not sure, as there shouldn't be an inherent problem in the plugin around that, and even the implode function should accept those parameters in either order.  Also, I cannot reproduce the problem.</p>
<p>Try doing a var_dump( $exclude ); before that line to see what is contained in the $exclude variable.  It should be an array (whether empty or not).</p>
]]></description>
        	        	<pubDate>Thu, 13 May 2010 20:15:44 +0000</pubDate>
        </item>
        <item>
        	<title>SarahB on Implode Error</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p1911</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p1911</guid>
        	        	<description><![CDATA[<p><strong>Peter said: </strong></p>
<blockquote><p>Try switching the order of the parameters passed to "implode":</p>
<p><input type="button" class="sfcodeselect" name="sfselectit4837" value="Select Code" onclick="spjSelectCode('sfcode4837');" /></p>
<div class="sfcode" id="sfcode4837">$exclude_users = &#34;'&#34; . implode(&#34;','&#34;, $exclude) . &#34;'&#34;;</div>
</blockquote>
<hr />
<p>Thanks for the response Peter, but unfortunately updating the parameters did not help.  I am still receiving the same error that I have listed above. Any other ideas on what I can do to troubleshoot this error?</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Thu, 13 May 2010 08:17:18 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Implode Error</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p1910</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p1910</guid>
        	        	<description><![CDATA[<p>Try switching the order of the parameters passed to "implode":</p>
<p><input type="button" class="sfcodeselect" name="sfselectit7085" value="Select Code" onclick="spjSelectCode('sfcode7085');" /></p>
<div class="sfcode" id="sfcode7085">$exclude_users = &#34;'&#34; . implode(&#34;','&#34;, $exclude) . &#34;'&#34;;</div>
]]></description>
        	        	<pubDate>Thu, 13 May 2010 07:34:44 +0000</pubDate>
        </item>
        <item>
        	<title>SarahB on Implode Error</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p1901</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/implode-error#p1901</guid>
        	        	<description><![CDATA[<p>Hi Peter!  First of all, thanks for making such a great plug-in, I have used it on a number of my sites already!</p>
<p>I am currently receiving the following error while trying to access the "Login Redirects" menu in the administrative area of my site.</p>
<p><input type="button" class="sfcodeselect" name="sfselectit4780" value="Select Code" onclick="spjSelectCode('sfcode4780');" /></p>
<div class="sfcode" id="sfcode4780">PHP Warning:  implode() [&#60;a href='function.implode'&#62;function.implode&#60;/a&#62;]: Invalid arguments passed in wp-contentpluginspeters-login-redirectwplogin_redirect.php on line 210</div>
<p>Line 210:
</p>
<p><input type="button" class="sfcodeselect" name="sfselectit4711" value="Select Code" onclick="spjSelectCode('sfcode4711');" /></p>
<div class="sfcode" id="sfcode4711">$exclude_users = &#34;'&#34; . implode($exclude, &#34;','&#34;) . &#34;'&#34;;</div>
<p>I have disabled all of the other plug-ins I have installed and I am still receiving the error.</p>
<p>I'm running WP Version 2.9.2.</p>
<p>Any suggestions on what I will need to do to get this running? Thanks in advance, I really appreciate your help!</p>
<p>~SarahB~</p>
]]></description>
        	        	<pubDate>Mon, 10 May 2010 11:03:15 +0000</pubDate>
        </item>
</channel>
</rss>