Hey All,
i've been fighting with this one all day and can't get it sorted out. i thought it was my import file but have now pretty much determined that this is not the case. i've installed a fresh new copy of Zencart 1.3.9h and only added the "Easy Populate with Group Price Per Item" version 1.3.9.gp.meta.e.
When i go to the Easy Populate page the first time i get the following message:
[FONT="Fixedsys"]Installation Successfull! A full download of your store has been done and is available in your uploads (tempEP) directory. You can use this as your 1st template for uploading/updating products.
File Full-EP2011Jan23-0808.csv successfully exported! The file is ready for download in your /tempEP/ directory.
An SQL error has occured. Please check your input data for tabs within fields and delete these. If this error continues, please forward your error log to the Easy Populate maintainer[/FONT]
No file is created though and clicking the "Download Complete .csv file to edit" link produces a file with nothing but the header row despite the fact that i installed the demo products with Zencart.
i have a file that works fine with Zencart 1.3.8a and the Easy Populate with Group Price per Item (not sure which version) and it works like a charm. Attempts to use this same file in my vanilla install generates the following messages:
at the top:
[FONT="Fixedsys"]An SQL error has occured. Please check your input data for tabs within fields and delete these. If this error continues, please forward your error log to the Easy Populate maintainer[/FONT]
at the bottom:
[FONT="Fixedsys"]File uploaded.
Temporary filename: /tmp/php27jCxD
User filename: showers-clean.csv
Size: 795
ADD NEW PRODUCT FAILED! - Model: 05A1000 - SQL error. Check Easy Populate error log in uploads directory
Upload Complete[/FONT]
and in the log:
[FONT="Fixedsys"]MySQL error 1054: Unknown column 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS' in 'field list'
When executing:
INSERT INTO products SET
products_model = '05A1000' ,
products_price = '' ,
products_group_a_price = '' ,
products_group_b_price = '' ,
products_group_c_price = '' ,
products_group_d_price = '' ,
products_image = 'showers/05A1000.jpg' ,
products_weight = '' ,
products_sort_order = '' ,
products_tax_class_id = '' ,
products_date_available = '' ,
products_date_added = CURRENT_TIMESTAMP ,
products_last_modified = CURRENT_TIMESTAMP ,
products_quantity = '0' ,
master_categories_id = '65' ,
manufacturers_id = '10',
products_status = '1',
metatags_title_status = '',
metatags_products_name_status = '',
metatags_model_status = '',
metatags_price_status = '',
metatags_title_tagline_status = '' , EASYPOPULATE_CONFIG_CUSTOM_FIELDS=''[/FONT]
i've attached the import file and the log.
does anyone have an idea of what might be causing this?
it's running on Debian Lenny.
thanks,
dean


Reply With Quote
