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

Import Manager: Tlds are not properly imported on domain packages from whmcs v8

    Details

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

      Description

      In \plugins\import_manager\components\migrators\clientexec\5.5\config\generic_registrar.php

      
          'package_meta' => [
              (object)['key' => 'tlds', 'value' => 'tlds', 'serialized' => 1, 'encrypted' => 0]
          ],
      

      Should be changed to

          'package_meta' => [
              (object) ['key' => 'tlds', 'value' => (object) ['package' => 'tlds'], 'serialized' => 1, 'encrypted' => 0]
          ],
      

        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:
              19/Oct/23

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 4 hours, 19 minutes
              4h 19m

                Agile