<?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: 'All other users' not saving</title>
	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saving</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/all-other-users-not-saving/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on 'All other users' not saving</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saving#p3812</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saving#p3812</guid>
        	        	<description><![CDATA[<p>Looks like this is due to the UTF16 character set.</p>
<p><a href="http://wildlyinaccurate.com/mysql-specified-key-was-too-long-max-key-length-is-767-bytes" rel="nofollow"><a href="http://wildlyinaccurate.com/my" rel="nofollow">http://wildlyinaccurate.com/my</a>.....-767-bytes</a></p>
<p>You could try reducing the number of characters stored in the "rul_value" field from 255 down to whatever will meet the size requirements, but that means your redirect URLs will be limited to that number of characters.</p>
]]></description>
        	        	<pubDate>Mon, 30 Jun 2014 15:23:55 +0000</pubDate>
        </item>
        <item>
        	<title>tofsmatt on 'All other users' not saving</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saving#p3810</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saving#p3810</guid>
        	        	<description><![CDATA[<p>I ran your create statement and got the following error:</p>
<p>CREATE TABLE wp_login_redirects (<br />
`rul_type` enum('user','role','level','all','register') NOT NULL,<br />
`rul_value` varchar(255) NULL default NULL,<br />
`rul_url` LONGTEXT NULL default NULL,<br />
`rul_url_logout` LONGTEXT NULL default NULL,<br />
`rul_order` int(2) NOT NULL default '0',<br />
UNIQUE KEY `rul_type` (`rul_type`,`rul_value`)<br />
)<br />
MySQL said: Documentation</p>
<p>#1071 - Specified key was too long; max key length is 767 bytes</p>
]]></description>
        	        	<pubDate>Thu, 19 Jun 2014 20:19:01 +0000</pubDate>
        </item>
        <item>
        	<title>tofsmatt on 'All other users' not saving</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saving#p3809</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saving#p3809</guid>
        	        	<description><![CDATA[<p>I have confirmed the on the new site where it's not working, the wp_login_redirects table is NOT being created.</p>
]]></description>
        	        	<pubDate>Thu, 19 Jun 2014 20:03:45 +0000</pubDate>
        </item>
        <item>
        	<title>tofsmatt on 'All other users' not saving</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saving#p3808</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saving#p3808</guid>
        	        	<description><![CDATA[<p>One difference is that the new database is encoded as utf16. Would this matter?</p>
]]></description>
        	        	<pubDate>Thu, 19 Jun 2014 17:14:14 +0000</pubDate>
        </item>
        <item>
        	<title>tofsmatt on 'All other users' not saving</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saving#p3807</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/all-other-users-not-saving#p3807</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I want to redirect all logged in users to the front page of our internal site. I am using 'all other users' for this, but it is not saving the URL (the box just goes blank after hitting the update button). Bizarrely, it works just fine on a test install with the same plugins and theme. <img class="spSmiley" src="http://www.theblog.ca/wp-content/forum-smileys/sf-cry.gif" width="18" alt="sf-cry" /></p>
<p>What can I do to check for write permissions or anything like that? Note, all other plugins seem to be working fine.</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Thu, 19 Jun 2014 16:45:06 +0000</pubDate>
        </item>
</channel>
</rss>