Re: Easy Populate support for Version 1.2.5.4
samgdaniel:
There seems to be a bug in EP when adding products to an empty store. I have not been able to completely nail this bug as to the cause myself, but to fix it do this:
After running your update go to: Tools > Store Manager
Now run:
Update ALL Products Price Sorter
and
Reset ALL Products Master Categories ID
This should fix your problem. If you are to look at the databases from within phpMyAdmin you should see the products there, just not showing up in your store.
-cj
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
Scrat
samgdaniel:
What messages do you get when you import ? (ie Updated,New Product etc)
Are your products set to active?
As far as I can tell (I have only tested 1.2.5.5 myself) and it seems to work OK
Scrat, no error messages I even have the EP debugging set to True. My product is active.
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
chadderuski
samgdaniel:
There seems to be a bug in EP when adding products to an empty store. I have not been able to completely nail this bug as to the cause myself, but to fix it do this:
After running your update go to: Tools > Store Manager
Now run:
Update ALL Products Price Sorter
and
Reset ALL Products Master Categories ID
This should fix your problem. If you are to look at the databases from within phpMyAdmin you should see the products there, just not showing up in your store.
-cj
Chadderuski
I ran the Update All Products Price Sorter and Reset All Products Master Categories ID.
I ran the importer and it says it upload complete. But when I look at the product table through PHPAdmin and also through Zen Cart, I only see my original product that I've entered manually.
Re: Easy Populate support for Version 1.2.5.4
I am using 1.3.8
I just updated my easy populate support and now it has multiple listing (repeated) on the configuration tab. Any ideas as to what I did? How do I get the multiple (repeat) listings off?
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
samgdaniel
Chadderuski
I ran the Update All Products Price Sorter and Reset All Products Master Categories ID.
I ran the importer and it says it upload complete. But when I look at the product table through PHPAdmin and also through Zen Cart, I only see my original product that I've entered manually.
Sam,
What is your default language id? I think I remember seeing an issue if you use something other than english as your default language...
Ah! Wait. You are using the CSV version or the 1.2.5.4 TAB version? You will need to find the CSV support thread. My comments are for the 1.2.5.4 TAB version. Nor can I speak on the workability of 1.2.5.5 ... seems some people have problems with that.
Re: Easy Populate support for Version 1.2.5.4
I am having problem to load my items using easy populate. Currently I am using
easy populate 1.2.4
zen cart 1.3.8
My php configuration is:
max_execution_time = 45 ;
max_input_time = 60 ;
memory_limit = 96M ;
Server timeout = 10 seconds.
I constantly get HTTP Error 502 - Bad gateway error, even just load one item. I don't have problem to download from database.
It used to work before, but suddenly it's not working. I'm not sure if any server configure changed which affects on this.
Appreiate any help on this.
Re: Easy Populate support for Version 1.2.5.4
Anybody can help?
Thanks.
Re: Easy Populate support for Version 1.2.5.4
Having some problems adding new products via Easy Populate 1.2.5.4. and zc 1.3.8a
Everything works fine when i update my current products already in the DB.
Problem is when i try and add a new product.
Here are my steps on how i was doing it.
1: Download Complete tab-delimited .txt file to edit (Attributes Not Included)
2. open with Open Office
3. in the correct fields i add my v_products_model, v_products_image, v_products_name_1, v_manufacturers_name, v_categories_name_1, v_categories_name_2, v_categories_name_3, v_tax_class_title, v_status, EOREOR
4. save and upload back to easy populate.
Easy Populate gives me this error:
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
my log file says 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 (
'products/KLA161_1.jpg','KLA161',
'',
'1',
CURRENT_TIMESTAMP,
CURRENT_TIMESTAMP,
NULL,
'1',
'',
'',
'',
'0',
'140',
'65')
any suggestions on what is wrong?
Re: Easy Populate support for Version 1.2.5.4
Do you have any completely empty columns in your tab-delimited text file ? (That is, a column WITHOUT a header and WITHOUT any further content).
If you "remove" unwanted content (on occasions where it need not be updated by EP) then it's no good to just delete the data in your spreadsheet. The entire column must go... no "blank" columns.
Re: Easy Populate support for Version 1.2.5.4
Quote:
Originally Posted by
fairestcape
Do you have any completely empty columns in your tab-delimited text file ? (That is, a column WITHOUT a header and WITHOUT any further content).
If you "remove" unwanted content (on occasions where it need not be updated by EP) then it's no good to just delete the data in your spreadsheet. The entire column must go... no "blank" columns.
there arnt any that are completely empty. i use the one i DL from EZ Populate and just add a product# and catagory. everything else that was originally in the file uploads fine, just the new item