Page 309 of 384 FirstFirst ... 209259299307308309310311319359 ... LastLast
Results 3,081 to 3,090 of 3833
  1. #3081
    Join Date
    Feb 2008
    Location
    Philadelphia
    Posts
    287
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    Not sure what is incorrect but in answer to the two questions I see posted.

    One is the typo I mentioned prior. UPS v UPC human error by someone.

    The other

    1062 Duplicate entry 'EASYPOPULATE_CONFIG_TEMP_DIR' for key 2

    Means you have already inserted the selected sql files data during a prior operation and therefore the "error" should be ignored.

    The first error will cause db problems though so the file needs to be edited to repair the defective code.

    As to .4 being the one to use... several EZ Pops in downloads area are completely 100% stable for years. .4 however has the least amount of functionality which is why it is not on the downloads areas anymore.

    While all are basically the same U may find that more recent versions provide a better admin interface and inventory management ability.

    Really this thread should be restarted with a more recent versions name but I digress. Let us know if you are still having issue with your ez pop install

  2. #3082
    Join Date
    Jun 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    getting these errors when trying to download complete csv file:
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Inetpub\vhosts\sunrad.com\httpdocs\zencart\catalog\admin\easypopulate.php on line 852

    Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\sunrad.com\httpdocs\zencart\catalog\admin\easypopulate.php:852 ) in C:\Inetpub\vhosts\sunrad.com\httpdocs\zencart\catalog\admin\easypopulate.php on line 1200

    Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\sunrad.com\httpdocs\zencart\catalog\admin\easypopulate.php:852 ) in C:\Inetpub\vhosts\sunrad.com\httpdocs\zencart\catalog\admin\easypopulate.php on line 1201

    Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\sunrad.com\httpdocs\zencart\catalog\admin\easypopulate.php:852 ) in C:\Inetpub\vhosts\sunrad.com\httpdocs\zencart\catalog\admin\easypopulate.php on line 1205

    Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\sunrad.com\httpdocs\zencart\catalog\admin\easypopulate.php:852 ) in C:\Inetpub\vhosts\sunrad.com\httpdocs\zencart\catalog\admin\easypopulate.php on line 1209
    v_products_model,v_products_image,v_products_name_1,v_products_description_1,v_p roducts_url_1,v_specials_price,v_specials_last_modified,v_specials_expires_date, v_products_price,v_products_weight,v_last_modified,v_date_added,v_products_quant ity,v_manufacturers_name,v_categories_name_1,v_categories_name_2,v_categories_na me_3,v_categories_name_4,v_categories_name_5,v_categories_name_6,v_categories_na me_7,v_tax_class_title,v_status,v_EASYPOPULATE_CONFIG_CUSTOM_FIELDS,v_metatags_p roducts_name_status,v_metatags_title_status,v_metatags_model_status,v_metatags_p rice_status,v_metatags_title_tagline_status,v_metatags_title_1,v_metatags_keywor ds_1,v_metatags_description_1

    anybody got any idea how i can fix them?
    thanks

  3. #3083
    Join Date
    Mar 2009
    Posts
    414
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi. Going back to post 3078 and the fact that I am seeing triplicate entries of Easy Populate under the first section of Admin>Configuration, I have checked PHPMyAdmin and located the 3 entries in the zc_configuration_group table.

    I did not see these earlier because I also have a complete set of tables without the zc_prefix--2 complete databases!!! I had only checked one of them when I thought the entries were missing. Well, that's another problem. But at least this explains the triplicate entries and I can now delete 2 of those entries.

    The .sql patch created a new ID for Easy Populate on each of my 2 attempts to install the .sql patch.

    The .sql install then stopped at seeing the duplicate entries so I only have one set of the 10 files in my configuration table, thankfully. I'm really puzzled that elkbow does not see these files if he is able to choose options from the Easy Populate tables from his Admin>Configuration>Easy Populate, under the first section (not the Tools section which is a separate entry).

    Thanks for all the comments.

    Notageek

  4. #3084
    Join Date
    Aug 2010
    Location
    Colorado
    Posts
    10
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Wondering if someone can help me. When I upload the attributes Easy Populate resets to the defaults all my attributes. For example:

    I was updating some product pricing,
    My original attribute showed:

    AFT-23 (123.95)

    The updated one showed

    AFT-23 (+123.95)

    It also changed my default sort order that I chose in the attributes controller.
    I have the price of the original product set to $0 so that when they pick a model the actual price shows up in the drop down. My customers don't like to do math so I don't want them too. I don't like the "+" either, I think it makes it look like you need to add add the prices together. Does anyone know how I can change this so it doesn't change my settings. Using zen v1.3.9e

  5. #3085
    Join Date
    Feb 2008
    Location
    Philadelphia
    Posts
    287
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi. Going back to post 3078 and the fact that I am seeing triplicate entries of Easy Populate under the first section of Admin>Configuration, I have checked PHPMyAdmin and located the 3 entries in the zc_configuration_group table.
    Thats a good call I should delete that form the build as there is no logical reason for the tab to be located in two places anyway.

    When I upload the attributes Easy Populate resets to the defaults all my attributes.
    Which version of EP are you using and which "column" of data does this text go into? Are you sure your excel or other spreadsheet is treating the field as simple text and not $ as $ would be bad

    getting these errors when trying to download complete csv file:
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Inetpub\vhosts\sunrad.com\httpdocs\zencart\catalog\admin\easypopulate.php on line 852
    This series of errors happens on a new install of EZ Pop? Perhaps you can copy and paste the code from lines 1200 to 1210 of your admin ezpop file. or review those lines yourself to see issue or better yet do a completely new install of same EZ Pop to see if you missed a file or something along the way.

  6. #3086
    Join Date
    Sep 2010
    Location
    14k gold jewelry online store
    Posts
    37
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi, I am new for zen Cart and EP as well, right now I just start to set up a shopping cart with zen Cart, I use new version of zen Cart, with Easy Populate 1.3.9GP. I can see EP under my tool, and can download CVS, and but I can not upload it, what I get is this ERROR: file doesn't exist .Need to know what I was doing is wrong, thanks lot.

    danieljewelrycollection######################


    Upload Results

    File uploaded.
    Temporary filename: /chroot/tmp/phpx9D7Jx
    User filename: Attributes-EP2010Sep03-1402.csv
    Size: 18
    ERROR: file doesn't exist

  7. #3087
    Join Date
    Feb 2008
    Location
    Philadelphia
    Posts
    287
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    DONT ASK TWICE

    That said looking closer looks like you don't even have the tempEP file installed based on the error. Reread the install instructions and make sure you installed all the files necessary

  8. #3088
    Join Date
    Sep 2010
    Location
    14k gold jewelry online store
    Posts
    37
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Sorry I did not mean to post twice, I thought it is differet, I will go to look at although I do not know what I am looking for.

    thanks so much for reply

  9. #3089
    Join Date
    Sep 2010
    Location
    14k gold jewelry online store
    Posts
    37
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    So where I should put temEP folder?

  10. #3090
    Join Date
    Sep 2010
    Location
    14k gold jewelry online store
    Posts
    37
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Finally I change EP version back to 1.2.5.4 for my Zen Cart 1.3.9, it works. Thanks lot

 

 

Similar Threads

  1. v150 Easy Populate 4 vs. Easy Populate CSV - What's going on with so many Easy Populates?
    By oleancomputers in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 20 Jun 2013, 05:58 PM
  2. v151 Difference between easy populate and Excel Populate
    By Kevin205 in forum General Questions
    Replies: 7
    Last Post: 22 Jan 2013, 04:33 AM
  3. v139h Easy Populate Free vs. Easy Populate Paid
    By fabienne in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Apr 2012, 02:37 PM
  4. Easy Populate support for Version 1.2.5.4 issue
    By txcharms in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 May 2010, 07:35 PM
  5. Easy Populate From osc vs. Easy Populate Free - from langer / modhole
    By relix in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Oct 2009, 04:38 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR