I am testing out Blesta and trying to import data from my WHMCS 8.1.2 installation. I have created a copy of the WHMCS DB.
I am getting the below errors. If I keep trying and then go back to the admin area, I can see clients, details, transactions etc, but don't quite trust the import. I've also done the "password change" in the blesta.php file but the test WHMCS client I have cannot login, doesn't matter what combo I use (username and/or email) unless I reset the password.
Is there is a way to check "line 196" or what client doesn't have a "client id"?
importStaff
-----------------
importStaff took: 0.9778 seconds
-----------------
importClients
-----------------
importClients took: 0.6809 seconds
-----------------
importContacts
-----------------
importTaxes
-----------------
importCurrencies
-----------------
importInvoices
-----------------
importTransactions
-----------------
importPackages
-----------------
importPackageOptions
-----------------
importPackageOptions took: 0.0007 seconds
-----------------
importServices
-----------------
importSupportDepartments
-----------------
importSupportTickets
-----------------
importAffiliates
-----------------
importMisc
-----------------
decrypted 0 values using WHMCS' custom algorithm
decrypt took: 0 seconds
total time took: 1.7446 seconds
Array
(
[error] => Array
(
[0] =>
[1] => importContacts: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'client_id' cannot be null on line 196
[2] => importTaxes: There is already an active transaction on line 231
[3] => importCurrencies: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 196
[4] => importInvoices: There is already an active transaction on line 231
[5] => importTransactions: There is already an active transaction on line 231
[6] => importPackages: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 196
[7] => importServices: There is already an active transaction on line 231
[8] => importSupportDepartments: There is already an active transaction on line 231
[9] => importSupportTickets: There is already an active transaction on line 231
[10] => importAffiliates: There is already an active transaction on line 231
[11] => importMisc: There is already an active transaction on line 231
)
)
Question
zooky
Hello,
I am testing out Blesta and trying to import data from my WHMCS 8.1.2 installation. I have created a copy of the WHMCS DB.
I am getting the below errors. If I keep trying and then go back to the admin area, I can see clients, details, transactions etc, but don't quite trust the import. I've also done the "password change" in the blesta.php file but the test WHMCS client I have cannot login, doesn't matter what combo I use (username and/or email) unless I reset the password.
Is there is a way to check "line 196" or what client doesn't have a "client id"?
importStaff ----------------- importStaff took: 0.9778 seconds ----------------- importClients ----------------- importClients took: 0.6809 seconds ----------------- importContacts ----------------- importTaxes ----------------- importCurrencies ----------------- importInvoices ----------------- importTransactions ----------------- importPackages ----------------- importPackageOptions ----------------- importPackageOptions took: 0.0007 seconds ----------------- importServices ----------------- importSupportDepartments ----------------- importSupportTickets ----------------- importAffiliates ----------------- importMisc ----------------- decrypted 0 values using WHMCS' custom algorithm decrypt took: 0 seconds total time took: 1.7446 seconds Array ( [error] => Array ( [0] => [1] => importContacts: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'client_id' cannot be null on line 196 [2] => importTaxes: There is already an active transaction on line 231 [3] => importCurrencies: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 196 [4] => importInvoices: There is already an active transaction on line 231 [5] => importTransactions: There is already an active transaction on line 231 [6] => importPackages: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 196 [7] => importServices: There is already an active transaction on line 231 [8] => importSupportDepartments: There is already an active transaction on line 231 [9] => importSupportTickets: There is already an active transaction on line 231 [10] => importAffiliates: There is already an active transaction on line 231 [11] => importMisc: There is already an active transaction on line 231 ) )
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.