Page 274 of 384 FirstFirst ... 174224264272273274275276284324374 ... LastLast
Results 2,731 to 2,740 of 3833
  1. #2731
    Join Date
    Dec 2007
    Posts
    42
    Plugin Contributions
    0

    help question Re: Easy Populate support for Version 1.2.5.4

    Well I killed EZ Populate. I manually deleted the product from my store using PHPmyadmin and now it states I have 6 partially undeleted products. The click here to fix button doesn't fix it, and I can no longer upload my TSV. Sometimes it gives me a blank screen and is just done and sometimes it gives me 'Warning: explode(): Empty delimiter. in /home/content/s/o/o/sooter5ipper/html/admin/includes/functions/extra_functions/easypopulate_functions.php on line 241'

    Anybody out there go through this already. I read relative posts but none seem to have the answer.

    Thanks in advance for your time.

    Adam

  2. #2732
    Join Date
    Dec 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    i seem to be having issues with easy populate.
    i think i may not be installed correctly.
    i get this error

    Warning: file(/home/content/43/5511843/html/irestore/temp/full.txt) [function.file]: failed to open stream: No such file or directory in /home/content/43/5511843/html/irestore/admin/easypopulate.php on line 1223

    this one as well.

    Warning: Invalid argument supplied for foreach() in /home/content/43/5511843/html/irestore/admin/easypopulate.php on line 1301

  3. #2733
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Suggestions....and help...

    1.) Someone PLEASE fix the EP code so that if a product Manufacturer is set to '-none-' that the field will stay 'null' instead of picking the Manufacturer next in line...

    2.) I am having an issue with EP NOT displaying ANY category names beyond 2 levels. Admin config is set to the default of 7.

    For Example:

    Womens - Shoes - Heels
    Womens - Shoes - Flats

    all products in either of those categories, in EP only show

    Womens - Shoes

    as the category names.

    Thus meaning that I cannot even use EP..

  4. #2734
    Join Date
    Sep 2008
    Posts
    45
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    I have just had my website re-config'd and now starting on a clean slate. I have not uploaded anything into my site, wanting to make sure everything is running smartly before this happens. I have loads of zipped files/images which need to be uploaded and I see that EP 1254 was recommended as being the most stable. In my "dummy" shop I ftp'd file across as was recommended. When uploading the install_sql thru admin tools, this error comes up:


    1062 Duplicate entry 'EASYPOPULATE_CONFIG_TEMP_DIR' for key 2
    in:
    [INSERT INTO zen_configuration VALUES ('', 'Uploads Directory', 'EASYPOPULATE_CONFIG_TEMP_DIR', 'temp/', 'Name of directory for your uploads (default: temp/).', last_insert_id(), '0', NULL, now(), NULL, NULL), ('', 'Upload File Date Format', 'EASYPOPULATE_CONFIG_FILE_DATE_FORMAT', 'm-d-y', 'Choose order of date values that corresponds to your uploads file, usually generated by MS Excel. Raw dates in your uploads file (Eg 2005-09-26 09:00:00) are not affected, and will upload as they are.', last_insert_id(), '1', NULL, now(), NULL, 'zen_cfg_select_option(array("m-d-y", "d-m-y", "y-m-d"),'), ('', 'Default Raw Time', 'EASYPOPULATE_CONFIG_DEFAULT_RAW_TIME', '09:00:00', 'If no time value stipulated in upload file, use this value. Useful for ensuring specials begin after a specific time of the day (default: 09:00:00)', last_insert_id(), '2', NULL, now(), NULL, NULL), ('', 'Split File On # Records', 'EASYPOPULATE_CONFIG_SPLIT_MAX', '300', 'Default number of records for split-file uploads. Used to avoid timeouts on large uploads (default: 300).', last_insert_id(), '3', NULL, now(), NULL, NULL), ('', 'Maximum Category Depth', 'EASYPOPULATE_CONFIG_MAX_CATEGORY_LEVELS', '7', 'Maximum depth of categories required for your store. Is the number of category columns in downloaded file (default: 7).', last_insert_id(), '4', NULL, now(), NULL, NULL), ('', 'Upload/Download Prices Include Tax', 'EASYPOPULATE_CONFIG_PRICE_INC_TAX', 'false', 'Choose to include or exclude tax, depending on how you manage prices outside of Zen Cart.', last_insert_id(), '5', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Make Zero Qty Products Inactive', 'EASYPOPULATE_CONFIG_ZERO_QTY_INACTIVE', 'false', 'When uploading, make the status Inactive for products with zero qty (default: false).', last_insert_id(), '6', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Smart Tags Replacement of Newlines', 'EASYPOPULATE_CONFIG_SMART_TAGS', 'true', 'Allows your description fields in your uploads file to have carriage returns and/or new-lines converted to HTML line-breaks on uploading, thus preserving some rudimentary formatting (default: true).', last_insert_id(), '7', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Advanced Smart Tags', 'EASYPOPULATE_CONFIG_ADV_SMART_TAGS', 'false', 'Allow the use of complex regular expressions to format descriptions, making headings bold, add bullets, etc. Configuration is in ADMIN/easypopulate.php (default: false).', last_insert_id(), '8', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),'), ('', 'Debug Logging', 'EASYPOPULATE_CONFIG_DEBUG_LOGGING', 'true', 'Allow Easy Populate to generate an error log on errors only (default: true)', last_insert_id(), '9', NULL, now(), NULL, 'zen_cfg_select_option(array("true", "false"),');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    what does it mean I would have liked it to have worked for me, from the write ups I have read people can;t live without it.

  5. #2735
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    Read the README and INSTALL files!!!

    ** If for some reason the config install fails, you can upload the SQL file provided using Admin -> Tools -> Install SQL Patches
    You don't need to run the SQL file (UNLESS there is some issue with the self-install)

    After FTP of the "admin" folder, just go to your admin console TOOLS >>> Easy Populate

    Upon entering the screen for the first time, look right at the top of the screen.... Just click the install link provided...
    Last edited by schoolboy; 27 Jan 2010 at 08:17 PM.
    20 years a Zencart User

  6. #2736
    Join Date
    Sep 2008
    Posts
    45
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Thanx for that, its amazing what you think you read, when you haven't. (it was there all the time, was just looking in the wrong place!

  7. #2737
    Join Date
    Jan 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hello, I cant find where to start a new thread? Anyway, I have installed Google Base Module. I autenticate it fine and then click upload, then it says

    product with id 0 ( ...) returned error status
    reason:
    detail:

    Can anyone help with this? I can find anywhere to change the Product ID to 0 to start it off, im not sure? Have I got an old module? Please help i want my products in Google Shopping, thank you guys

  8. #2738
    Join Date
    Nov 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi

    I have installed 1.2.5.4 and managed to download a tab delimited file which I then adapted for an upload. The NEW product appeared in the database but not in the store. In Zen admin, the category which I uploaded the NEW product to shows that it now has 1 product in it, but will not show it.

    No error messages received ...

    Any ideas?


    Gillian

  9. #2739
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,264
    Plugin Contributions
    3

    Default Re: Easy Populate support for Version 1.2.5.4

    Is that NEW product ACTIVE or INACTIVE?

    Call it up in the admin product add/edit screen and see if it is enabled or disabled.

    In Easy Populate, the column governing this STATUS is v_status...

    v_status = 0 (product is added to the database but is DISABLED) hidden from view in the webshop
    v_status = 1 (product is added to the database and is ENABLED) visible in the webshop and regarded as in stock.
    v_status = 9 (Product will be DELETED from the database along with its image(s)). Usually used to remove discontinued products.
    20 years a Zencart User

  10. #2740
    Join Date
    Nov 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Easy Populate support for Version 1.2.5.4

    Hi

    Status was set to 1.

    In Admin > categories it shows 1 of 1 active

    but when I click on the category to go into it,there are no products there. It is in the database but just isn't showing up in admin > categories > 2 seater benches nor is it showing up in the store online.

    I did add some additional fields (which I have in the product_table) which appeared in the tab delimited file (but without any data in them though they have data inputted in these fields. I wonder if there could be some problem with this?

    Any help gratefully received.

    Gillian

 

 

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