Hi Nicholas,
Thanks the quick response.
Below is the error message
JDatabaseMySQLi::query: 1054 - Unknown column 'address_street2' in 'field list' SQL=INSERT IGNORE INTO `fokfi_hikashop_address` ( `address_title`,`address_firstname`,`address_lastname`,`address_street`,`address_street2`,`address_post_code`,`address_city`,`address_telephone`,`address_state`,`address_country`,`address_user_id`,`address_default` ) VALUES ( 'Mr','test','test','60 xxxx Street','','111','Wsd','1111111','state_Queensland_433','country_Australia_13','12','1' )
There are 2 address lines on the customer entry form, so it appears the second one has not has a column produced in the table
Regards
Dennis