<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Error when user create an account user the membership plugin</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Error-when-user-create-an-account-user-the-membership-plugin-82736</link>
        <description></description>
        <pubDate>Mon, 15 Jun 2026 00:39:46 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Error-when-user-create-an-account-user-the-membership-plugin-82736" rel="self" type="application/rss+xml" />

                <item>
          <title>Error when user create an account user the membership plugin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246853#post2246853</link>
          <description><![CDATA[<p>Thanks Dave, that's fixed it.</p>]]></description>
          <pubDate>Wed, 22 Nov 2023 23:59:50 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246853#post2246853</guid>
        </item>
                <item>
          <title>Error when user create an account user the membership plugin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246852#post2246852</link>
          <description><![CDATA[<p>Hi Jeff, </p>
<p>That looks like a bug, can you try this fix?</p>
<p>In /cmsb/plugins/websiteMembership/wsm_codeGenerator.php around line 346, replace this line: </p>
<pre class="language-php"><code>$colsToValues['username'] = $_REQUEST['username'] ?: $_REQUEST['email']; // email is saved as username if usernames not supported</code></pre>
<p>With this line: </p>
<pre class="language-php"><code>$colsToValues['username'] = $useUsernames ? $_REQUEST['username'] : $_REQUEST['email'];</code></pre>
<p>And you can also apply that fix to your generated account create page. </p>
<p>Let me know if that works for you.</p>]]></description>
          <pubDate>Wed, 22 Nov 2023 17:58:28 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246852#post2246852</guid>
        </item>
                <item>
          <title>Error when user create an account user the membership plugin</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246848#post2246848</link>
          <description><![CDATA[<p><span>Hi</span></p>
<p><span>I am getting the error below when a user creates an account using the membership plugin</span></p>
<p><span>userUsernames is set to False</span></p>
<p><span>Line 62 is: $colsToValues['username'] = $_REQUEST['username'] ?: $_REQUEST['email'];</span></p>
<p><span>#320 - Warning: Undefined array key "username"</span><br /><span>/home/domainname/public_html/create-account-trr.php on line 62</span><br /><span><a href="https://domainname.com/create-account" rel="nofollow">https://domainname.com/create-account</a></span></p>
<p>Vers: 3.63 and 1.14</p>
<p>Error was also happening with 3.59</p>
<p>Thanks<br />Jeff</p>
]]></description>
          <pubDate>Wed, 22 Nov 2023 07:04:46 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246848#post2246848</guid>
        </item>
              </channel>
    </rss>
  