Jump to content

Question

Posted

Hello Everyone,

I am using WHMCS 6.x right now and interested to migrate to Blesta 3.6.1 


I followed MD's guide : https://licensecart.com/whmcs-blesta to migrate. Also i have required php extension on my server.


It did import clients, invoices, transactions but didn't import staffs, packages or services at all.


Small Note: I didn't stopped whmcs and cron during import process.


So guys, what can be the issue for this ?


If MD's with me why i am posting this, because he has other things to do beside helping me and i wanted to check it out with others so it became easy for both of us.

3 answers to this question

Recommended Posts

  • 0
Posted

Mike's been helping me but the importer just doesn't want to pass the Packages.
 

importPackages
-----------------

It just shows that on the log.

We've even disabled the others to see if the importer continues from where it left off:

                        //"importStaff", // works
                        //"importClients", // works
                        //"importContacts", // works
                        //"importTaxes", // works
                        //"importCurrencies", // works
                        //"importInvoices", // works
                        //"importTransactions", // works
                        "importPackages", // works
                        "importPackageOptions", // works
                        "importServices", // works
                        "importSupportDepartments", // works
                        "importSupportTickets", // works
                        "importMisc" // works
  • 0
Posted

Are there any package groups in the package_groups table? You may want to turn on error_reporting in php to see if there are any run-time errors occurring.

 

It could be that there is either an error, or you have a lot of records to import and it is taking some time to process.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...