Jump to content

Matt

Members
  • Posts

    3
  • Joined

  • Last visited

Matt's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I just tried this version and got the following error message. "Please enter a last name."
  2. I am making some progress, but still have a few more bugs that i'm trying to resolve. Just ran the import script again and got the following error. I will try digging around more and find out which table contains "module_row_id". The import completed but the following errors ocurred: importServices: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module_row_id' cannot be null on line 124 importSupportDepartments: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 124 importSupportTickets: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 124 importMisc: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 124
  3. ***UPDATE*** I just queried the database and found that null country. SELECT * FROM `tblclients` WHERE customer = "" I am running the script again and it has ended yet. I will update again, once its finished running. Original post.... I just tried the updated import script and received the following errors. It looks like other may have had similar issues. The import completed but the following errors ocurred: importClients: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'country' cannot be null on line 124 importContacts: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 124 importCurrencies: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 124 importInvoices: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 124 importPackages: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 124 importSupportDepartments: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 124 importSupportTickets: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 124 importMisc: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 124
×
×
  • Create New...