Jump to content

locthb

Members
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by locthb

  1. So I gave it a go with 3.1-b2 importing 5.2.15 and it failed with

    importPackages: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'term' in 'field list' on line 124
    
    I've checked and "pricings" has a "term" column in Blesta, so not sure why this fails...

     

    Here's the solution. In /plugins/import_manager/components/migrators/whmcs/whmcs_migrator.php change:

                if (version_compare(BLESTA_VERSION, "3.1.0", ">=")) {
    
    To:

                if (version_compare(BLESTA_VERSION, "3.1.0-b1", ">=")) {
    
    This fix will be included in 3.1.0 (CORE-969).

     

    3.1.0-b1 set to 3.1.0-b2.

  2. Array(    [error] => Array        (            [0] => The import completed but the following errors ocurred:            [1] => importPackages: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'term' in 'field list' on line 124            [2] => importServices: There is already an active transaction on line 163            [3] => importSupportDepartments: There is already an active transaction on line 163            [4] => importSupportTickets: There is already an active transaction on line 163            [5] => importMisc: There is already an active transaction on line 163        ))

    Blesta 3.1 beta

    Help me.

    post-9059-0-65159800-1388854090_thumb.pn

×
×
  • Create New...