Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-4590

Namesilo: Verification email resend fails under certain conditions

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.3.1, 5.4.0-b1
    • Component/s: None
    • Labels:
      None

      Description

      To reproduce:

      • Create a namesilo service
      • Visit the settings tab and click to resend the verification email
      • Receive error

      To resolve, change components/modules/namesilo/namesilo.php around line 2566:

                          $registrant_verification['email'] = [$registrant_verification->email];
      

      To

                          $registrant_verification['email'] = [$registrant_verification['email']];
      

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            jonathan Jonathan Reissmueller
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              21/Mar/22

              Agile