i tried doing this as well:
deleted all colums and only put an item number and a test catagory along with eoreor
i got 2 errors
Warning: explode() [function.explode]: Empty delimiter in /home/XXXXXX/public_html/XXXXX/includes/functions/extra_functions/easypopulate_functions.php on line 241
and
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
in easypopulate_functions.php line 241 reads:
Code:
$date_bits = explode($separator, $excel_date[1]);
on the bottom of the page where it shows the updates it reads:
ADD NEW PRODUCT FAILED! - Model: abdef - SQL error. Check Easy Populate error log in uploads directory
No model field in record. This line was not imported |
and the error log reads this
Code:
MySQL error 1136: Column count doesn't match value count at row 1
When executing:
INSERT INTO products (
products_image,
products_model,
products_price,
products_status,
products_last_modified,
products_date_added,
products_date_available,
products_tax_class_id,
products_weight,
products_quantity,
master_categories_id,
manufacturers_id)
VALUES (
'no_picture.gif','abdef',
'',
'1',
CURRENT_TIMESTAMP,
CURRENT_TIMESTAMP,
NULL,
'',
'',
'',
'',
'0',
'171',
'NULL')
Bookmarks