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

Domain Manager: Potential error when activating domain through admin interface

    Details

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

      Description

      To Reproduce:
      1. Create a tld and ensure that the pricing for that tld has a record for which the package_pricing.id and package_pricing.pricing_id do not match.
      2. Make sure the package_pricing.pricing_id does not match the package_pricing.id for any other record
      3. Create a domain through the admin interface using that tld and price in the pending status
      4. Manage the domain through the admin interface and try to activate
      5. Receive error "please select a valid term"

      To resolve, in plugins/domain/controllers/admin_main.php around line 627 change

      
                  if (isset($this->post['module']) && $module->id !== $this->post['module'] && $service->status == 'pending') {
      

      to

      
                  if (isset($this->post['module']) && $module->id != $this->post['module'] && $service->status == 'pending') {
      

      and around line 651 change

                      $this->post['pricing_id'] = $pricing->id;
      

      to

                      $this->post['pricing_id'] = $pricing->pricing_id;
      

        Activity

        jonathan Jonathan Reissmueller created issue -
        jonathan Jonathan Reissmueller made changes -
        Field Original Value New Value
        Sprint 5.12.0 Sprint 1 [ 212 ]
        jonathan Jonathan Reissmueller made changes -
        Rank Ranked higher
        jonathan Jonathan Reissmueller made changes -
        Sprint 5.12.0 Sprint 1 [ 212 ] 5.12.0 Sprint 1, 5.12.0 Sprint 1.5 [ 212, 213 ]
        jonathan Jonathan Reissmueller made changes -
        Rank Ranked higher
        jonathan Jonathan Reissmueller made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        jonathan Jonathan Reissmueller made changes -
        Status In Progress [ 3 ] In Review [ 5 ]
        Resolution Fixed [ 1 ]
        abdy Abdy Franco made changes -
        Remaining Estimate 0 minutes [ 0 ]
        Time Spent 26 minutes [ 1560 ]
        Worklog Id 17593 [ 17593 ]
        abdy Abdy Franco made changes -
        Status In Review [ 5 ] Closed [ 6 ]

          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:
              10/Mar/25

              Time Tracking

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

                Agile