olive12b Posted March 23, 2008 Posted March 23, 2008 hi, i encountered an error at catalog/checkout_process.php. this error came up after i installed "Bank Transfer Payment Contribution_1c" which contains 2 files: - includes\languages\english\modules\payment\banktransfer.php - includes\modules\payment\banktransfer.php here's the error : 1366 - Incorrect integer value: '' for column 'customers_dummy_account' at row 1 insert into orders (customers_id, customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, customers_dummy_account, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, date_purchased, orders_status, currency, currency_value) values ('7', 'cc cc', '', 'ccc street', '', 'singapore', '123456', 'singapore', 'Singapore', '987654321', '[email protected]', '4', '', 'cc cc', '', 'ccc street', '', 'singapore', '123456', 'singapore', 'Singapore', '4', 'cc cc', '', 'ccc street', '', 'singapore', '123456', 'singapore', 'Singapore', '4', 'Bank Transfer Payment', '', '', '', '', now(), '1', 'SGD', '1.00000000') [TEP STOP] i am new to php and sql.... so i just cant figure out what's wrong.... can this contribution work for only bank transfers within singapore? please advise me the steps to resolve the error? thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.