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

Namecheap: TLDs appear in triplicate

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.10.1
    • Component/s: None
    • Labels:
      None

      Description

      To reproduce:

      • Install and configure namecheap
      • Start adding a package
      • Select namecheap
      • See a list of tlds with each repeated 3 times

      To resolve:

      In components/modules/namecheap around line 1649 change:

                          if (!isset($tlds[$tld])) {
                              $tlds[] = $tld;
                          }
      

      to

                          if (!isset($tlds[$tld])) {
                              $tlds[$tld] = $tld;
                          }
      

        Activity

        Hide
        admin Paul Phillips added a comment -

        This appeared to work in my own testing.

        Show
        admin Paul Phillips added a comment - This appeared to work in my own testing.

          People

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

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              26/Jun/24

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 6 minutes
              6m

                Agile