Zen Cart Logo
Forums / Addon Admin Tools / Easy Populate 1.2.5.4 support

Easy Populate 1.2.5.4 support

Views: 1,301,204

Results 2,581 to 2,600 of 3,834
4 Oct 2009, 10:51 PM
#2581
znrinarz avatar

znrinarz

New Zenner

Join Date:
Jun 2009
Posts:
27
Plugin Contributions:
0

Easy Populate 1.2.5.4 support

Refer to previous post.

Line 1747 in easypopulate.php

$v_date_avail = zen_not_null(trim($v_date_avail,""")) ? '"' . ep_datoriser(trim($v_date_avail,""")) . '"' : "NULL";

I'm thinking this error might be the date format. ZC product date available displays as yyyy-mm-dd.

What is the correct date format for the EP csv file?

Also is the EP csv file tab delimited or comma delimited, or doesn't it matter?

Thanks!

5 Oct 2009, 2:18 AM
#2582
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: Easy Populate 1.2.5.4 support

I am getting this error trying to get a copy to my temp directory.

Never seen this one before, Any ideas how to fix?

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 14559 bytes) in /home/nothingb/public_html/admin/easypopulate.php on line 892

5 Oct 2009, 1:45 PM
#2583
chadderuski avatar

chadderuski

Totally Zenned

Join Date:
Apr 2006
Location:
Dark Side of the Moon
Posts:
986
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

milobloom:

I am getting this error trying to get a copy to my temp directory.

Never seen this one before, Any ideas how to fix?

Milo,

How many items in your store? Are you using the TAB or the CSV version? Does this occur just on the full download, or all downloads?

This error is cause when you run out of memory on the server. The server terminates the script and kicks you out.

If you have access to your php.ini file, you can find and change this line:

memory_limit = 64M ; Maximum amount of memory a script may consume (10MB)

Your memory limit is set to 32M. You can try and up it to 64 and hopefully that will work. You may also want to change these lines to increase script execution time:

max_execution_time = 60 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data

Note that if you are on shared hosting, they may still override these entries...

Hope this helps!

6 Oct 2009, 12:16 PM
#2584
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

please I have to install a version of easy populate, I guess 1.2.5.6 but I would have before the uninstall.sql file, in way that if it is wrong or I have some critical error, I can uninstall.

So please, can I have a uninstall.sql?
please

I should install within today, it is urgent :blush::smile:

6 Oct 2009, 3:12 PM
#2585
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

I read in install.txt that to remove easy populate it needs
?langer=remove after /easypopulate.php
is that also uninstall sql setting?
And re go on the initial settings without easy populate?
thanks
:smile:

6 Oct 2009, 4:08 PM
#2586
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

sorry I am again.
I installed this addon.
All is all right but
when I download full EP
I open the file and I see for the same product (1 unique code product)
5 rows with same product and same unique code.

On my site instead is correct and I see only 1 product.

Why I see 5 rows for many products?
Please

6 Oct 2009, 7:00 PM
#2587
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

same problem with 1.2.5.4

6 Oct 2009, 8:19 PM
#2588
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: Easy Populate 1.2.5.4 support

memory_limit = 64M ; Maximum amount of memory a script may consume (10MB)

Your memory limit is set to 32M. You can try and up it to 64 and hopefully that will work. You may also want to change these lines to increase script execution time:

max_execution_time = 60 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data

Thanks!

They bumped my memory to 128 and it works great!

6 Oct 2009, 10:02 PM
#2589
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

greeeeeat now I understand, for any strange cause the precedent version of EP caused linked products, that manually I have delete thanks to this thread
http://www.zen-cart.com/forum/showthread.php?t=62977

now I don't try to set price with vat (I set on configuration on true but it doesn't go)

but I'm happy
:laugh:

7 Oct 2009, 7:15 PM
#2590
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

uff it created linked products when I reimported.

So I bought advance 3.0.3 but I have this error

Easy Populate Advanced 3.0.3

Categories Data Error Detected

Easy Populate has detected missing default language names for your store categories. This is the result of some kind of database corruption or administration oversight.

Easy Populate requires that these errors are repaired in order to function correctly, & can make the required repairs, naming your missing category names "CATEGORY X" where X is the database id for the repaired category. You will then be able to edit/manage/delete these categories in Zen Cart admin.

A list of the categories can be downloaded using Easy Populate to investigate what categroies contained these errors.

To proceed with this repair, click on the link in the message alert above.

How I have to do?

I paid to solve my problems and nothing...
Please if someone has an idea :frusty:

7 Oct 2009, 11:05 PM
#2591
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

solved, finally
I guess it was a problem of a previous version of EP, bad installed.
:clap:

7 Oct 2009, 11:44 PM
#2592
mk12 avatar

mk12

New Zenner

Join Date:
Mar 2009
Posts:
9
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

I need to insert html_entity_decode() on product description, because my data feed's product description contains <p&gt instead of <p>.
Where exactly in the code I should do that ? :shocking:

8 Oct 2009, 2:05 PM
#2593
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

@langer

I paid your advanced version, but noone responds at my questions...
I opened a ticket
I try to send to you a message via pm (full pm)
and I try to write also on forum of yoursite.

What's????
please answer to me
:mellow:

8 Oct 2009, 3:50 PM
#2594
chadderuski avatar

chadderuski

Totally Zenned

Join Date:
Apr 2006
Location:
Dark Side of the Moon
Posts:
986
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

giuly:

@langer

I paid your advanced version, but noone responds at my questions...
I opened a ticket
I try to send to you a message via pm (full pm)
and I try to write also on forum of yoursite.

What's????
please answer to me
:mellow:

Giuly,

Langer has been "gone" now for about 2 years now. You'll need to see if someone with his 3.0.3 can help you. Generally, because he made this a paid version, people have been resistant to offering help/support. But with him gone, perhaps some knowledeable user will be kind enough to help..

Best of luck!

8 Oct 2009, 4:56 PM
#2595
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

thank to you I didn't know the fact.

Ok, they would tell to who paid, but ok.

So please someone gentle please any idea for my problem?
I upload correctly but the product is duplicated creating linked product

this appeared also with version 1.2.5.4 and 1.2.5.5
and obviously with 3.0.3 advanced
please
:frusty::blush:

11 Oct 2009, 12:38 AM
#2596
vickilapp avatar

vickilapp

New Zenner

Join Date:
Nov 2007
Location:
Alameda, CA
Posts:
38
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

I could not find a support page for Version 1.2.5.5. Could you please let me know where that is?

In the mean time, I'll post my problem here. I installed the 1.2.5.5 (previously had 1.2.5.4, which worked mostly fine). I'm using ZenCart v1.3.7.1. With 1.2.5.5 I could download the products. But when I tried to upload, I got this error:

Warning: array_flip(): The argument should be an array in /home/content/v/i/c/vickilapp/html/updatedadminname/easypopulate.php on line 1284

On line 1284 it reads:
} else if($filelayout = array_flip(fgetcsv($handle, 0, $csv_deliminator, $csv_enclosure))) {

I'd appreciate any help that you could give me. Thanks!

Vicki Lapp
http://beadinspirations.com

25 Oct 2009, 8:03 PM
#2597
khopek avatar

khopek

Totally Zenned

Join Date:
Aug 2006
Location:
portlandish, oregon
Posts:
795
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

rge:

When trying to:

Download Complete tab-delimited .txt file to edit (Attributes Not Included)

I get the below error but when I use any of the other links, they work with no problem.

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php on line 706

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php:706) in /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php on line 1074

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php:706) in /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php on line 1075

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php:706) in /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php on line 1079

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php:706) in /usr/local/4admin/apache/vhosts/ronmichelle.com/httpdocs/admin/easypopulate.php on line 1083
v_products_model v_products_image v_products_name_1 v_products_description_1 v_products_url_1 v_specials_price v_specials_date_avail v_specials_expires_date v_products_price v_products_weight v_date_avail v_date_added v_products_quantity v_products_cost v_manufacturers_name v_categories_name_1 v_categories_name_2 v_categories_name_3 v_categories_name_4 v_categories_name_5 v_categories_name_6 v_categories_name_7 v_tax_class_title v_status EOREOR

I am also receiving this error when trying to download the CSV. I built all my categories, so I can add products via easy populate.

I am also getting this error when I go to the Easy Populate area

Warning 1 partially deleted product(s) found! Delete this dross to prevent unwanted zencart behaviour by clicking here.
You are seeing this because there are references in tables to a product that no longer exists, which is usually caused by an incomplete product deletion. This can cause Zen Cart to misbehave in certain circumstances.

I click where it says 'click here' but it doesn't work and the debug log says to delete it in phpMyAdmin:cry:

26 Oct 2009, 8:33 PM
#2598
evvano avatar

evvano

New Zenner

Join Date:
Sep 2009
Posts:
24
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

Is it possible to change the way Easy Populate sort the products in the csv file? When i import the csv product file to zen cart and download it again, it changes :\ I want to sort everything by v_date_added.

If anyone know how to do this I would be very grateful, it saves me a lot of work!!!

29 Oct 2009, 5:16 PM
#2599
nickpcs avatar

nickpcs

New Zenner

Join Date:
May 2009
Posts:
14
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

I just installed EasyPopulate on my new zencart and I am trying to upload a datafile to it. I get the following errors when I try to upload "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" I dont have an easypopulate errorlog in my Temp folder and I dont really know what to do, it said that the file itself may be causing the issue so I will post that as well. Any info would be a great help, thank you!

My website is v12autoparts.com

This is the link to the CSV file I am using -
http://www.yourfilelink.com/get.php?fid=514114

This is what it looks like when I try to upload....

Upload Results

Filename: diablosport.csv

ADD NEW PRODUCT FAILED! - Model: U7777 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7135 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7193 - SQL error. Check Easy Populate error log in uploads directory
UPDATE PRODUCT FAILED! - Model: U7194 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7198 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7145 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7778 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: F7370 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7130 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7137 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7191 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7170 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: D7159 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7186 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: D7154 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: D7153 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: D7156 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: D7157 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: B0017Q50A6 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: F7324 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7164 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: D7155 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: F7383 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: F7336 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: F7396 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: M2010 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: FLX7193 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: M1000 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: M3010 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: M2020 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: F7373 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: M3000 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: P1030 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: M3020 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: P1000 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: P1010 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: P1020 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: P2010 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: P2000 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: T1000 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: P3010 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: P3020 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: P1040 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7195 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7134 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7136 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7141 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7131 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7140 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7142 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7150 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7144 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7146 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7157 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7147 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7151 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7152 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7158 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7155 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7153 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: UD7131 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: UD7132 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7185 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7165 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7192 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: UD7133 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: UD7134 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: U7180 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: FLX7198 - SQL error. Check Easy Populate error log in uploads directory
ADD NEW PRODUCT FAILED! - Model: P2020 - SQL error. Check Easy Populate error log in uploads directory

30 Oct 2009, 8:40 AM
#2600
scrat avatar

scrat

Zen Follower

Join Date:
Dec 2005
Posts:
451
Plugin Contributions:
0

Re: Easy Populate 1.2.5.4 support

NickPCs I would guess from the error message you are receiving that you are using version 3.x.x of EP (Langer Commercial Ver.) as you will see this version is not supported hear, but some one may help via pm.

If you are not using this version state the version you are using as there are several and it would help people sole the error?