Search:

Type: Posts; User: mc12345678

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    If you're OK with the files being installed like they have been until recently, the github latest version is reported to work with version 2.0. If you're hard set on installation via the zc_plugins...
  2. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Would you mind showing the first row of what the file looked like that was causing the issue? Generally speaking my intention was to allow Import to a multilingual database, though I wonder to what...
  3. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Unfortunate that this is occurring on your site. While a product being placed in a subcategory is a characteristic needed for it to occur, there is more information needed. Specifically, this is...
  4. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Alternatively the query in EP4 could be modified to support let joins for each of the tables instead of one joins. I would expect that to at least in part resolve the issue of being able to delete...
  5. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Interesting condition. I too would expect the deletion even though I know there are some changes in the latest version that might address/relate; however, when trying to review the 4.0.36ZC code:
    ...
  6. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    I should have updated the date associated with the version but about five hours ago or less I made a change to the class file reported as the issue: admin/includes/classes/class.query_factory_ep4.php
  7. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    For information, the github.com site was updated about 22 hours ago to correct the other issue that was recently identified. About an error logged when debugging is on (default) and the directory not...
  8. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Well, the copy that came through to me had your admin directory throughout the post. At any rate, the last message of the log indicates that you are using a version that is not fully compatible with...
  9. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    It is/ was a fair question and an appropriate response had also been given. I can also appreciate the desire to privately address an issue perhaps considered embarrassing to either party.

    That...
  10. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    There should be a log generated. I personally would expect it to be in your ZC logs folder, but it may be in your temp directory where EP4 files are accessed.

    Is this a new install, an upgrade,...
  11. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    So, I might have expected the same and in my testing I didn't come across that hard stop error. I see what can be changed to prevent that response. It is to change the if statement in line 165 to...
  12. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    What was the attempted file placement for the one on github? If solely placed in the zc_plugins directory, then the previous version located in the admin directory must be removed. Also with it in...
  13. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    There are two known issues with that arrangement with a potential third depending on the mySql configuration. The two problems are addressed by review of almost any of the recent pages of this...
  14. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    If using the version downloaded from the zen cart site, then please read back over any of the recent pages of this thread about how to resolve the missing category issue.

    Regarding the linking of...
  15. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Sorry for the delay in responding. Yes, that issue is expected to be resolved with the root of the problem further discussed here: Duplicate entry when trying to add product with two level category...
  16. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Just putting it out there. I've posted on github an update to this module. I haven't made it the master code yet as I would appreciate some feedback on its use before committing it as the next...
  17. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Well, unfortunately when I posted my previous message with a code block, all of the code got squished into a single line instead of broken out to rows and then when I went to edit the post all I have...
  18. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    I'm going to try to reproduce this situation using a similar mySQL server version. I believe I came across it and that is why my development code went back to restore the code in this area. ...
  19. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Deleted. Hadn't seen previous reply.
  20. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Try undoing (reversing) the following commit: New category_id based on auto_number · mc12345678/EasyPopulate-4.0@c870394 (github.com)
  21. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    If you also go to the admin version of the product information page for that product, there should be an entry for a term equal to or similar to product qty maximum. Is it/has it been updated to...
  22. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    That was in part my question to you. :smile: Looking over changes I have made to push to github, that appears to be all that I needed to do to support complete import of the records that were...
  23. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Looks like my solution was to change the various instances of:

    $categories_name_exists = false;
    To an empty array:

    $categories_name_exists = array(); // used for backwards compatibility...
  24. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Was the issue always discovered on the first line of any import or was the issue random throughout the import of the file?
  25. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Gotcha, before suggesting what I just came up with, need to look to see if I have an existing solution on my development server. Mind me asking your specs? PHP version for example?
  26. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Is there a mistake in the above writing? The image suggests that the first does not work and the second does. As far as the csv file, I usually ensure each field's content is surrounded by double...
  27. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    One thing that is happening while importing is that basically empty characters are being sent to the browser to keep the connection alive. The historical suggestion was to split large files into...
  28. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Do your settings look something like: https://www.zen-cart.com/showthread.php?190417-EasyPopulate-4-0-Support-Thread&p=1396195#post1396195 ?
    Does the issue go away when the direction of three part...
  29. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Change: Import Language Override language_code_only Info
    To: Import Language Override language_id_only Info

    Or any other value.

    I will use the provided information to solve the other problem.
  30. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Your upload file. Please post the first row.

    Also, please post the configuration settings of EP4.
  31. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    For your first problem:



    For example, change "Import Language Override" from language_code_only *to* language_id_only




    For second problem: Please identify the fields in your import...
  32. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Sorry for the significant delay.

    Obtain latest copy from: GitHub - mc12345678/EasyPopulate-4.0 at CSV-delimiter-catalog-message-correct

    The direct zip file download link is:...
  33. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    1. Login to admin. OK. Yes/ no?
    2. Tools->Easy Populate 4. OK. Yes/ no?
    3. Export all product. Ok. Yes/No?
    4. Upload file.ok. Yes/ no?
    5. Import file. OK. Yes/ no?

    If no, explain what you...
  34. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Correction. Please identify what happens when and what version of this plugin is being used.
  35. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Apply the change described here: https://github.com/zencart/zencart/blob/v158/admin/includes/functions/admin_access.php

    Depending on other factors there may be one other post that contains a...
  36. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Again, please see the issues with default install over the last several pages. The product must also have a category assigned to it.

    Feel free to post the settings of the configuration for the...
  37. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    To be clear though, the field name is: products_model. Thus the field column header in the csv file should be: v_products_model.

    Such information becomes more obvious when reviewing the downloaded...
  38. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    In a default install yes. Again please test on a site not making you money. Also make a database backup before first trying. It's both easy and complicated, highly rule based.
  39. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    You have options. The old school way would be to run a sql query that would generate a unique model for each product, then export that file, edit it and upload any changes. Hmm, though you asked...
  40. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Yes.

    In part from the instructions:


    Basically, whatever is used to "uniquely" identify the product has a category different than the original or an existing category will cause a linked...
  41. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    OK, here's my thought, though haven't been able to test all this out.

    First, I suspect that the table definition for products_description has been altered from the Zen Cart default. It is...
  42. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    What is the filename of the file being imported?
  43. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Please see post #3495 which refers to: https://www.zen-cart.com/showthread.php?190417-EasyPopulate-4-0-Support-Thread&p=1392328#post1392328. From there please identify what issues there are with...
  44. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Well as this is the last post of this page, for those listing 10 posts per page, groundhog day begins on the next post. The issue described above is the "second" issue with the current version of...
  45. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    I appreciate the credit, though have not 100% remained so composed. I'm human and have my moments. Thank you though.

    For you and others, I have a change in the works, but am trying to test it...
  46. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    My how time flies. It is a few more than 10 posts back, but not by many as the same issue(s) seem to appear at least once per page of postings. The most summarized post of known issues which includes...
  47. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Please take a moment to read the very recent previous posts. Should not have to read many more than 10.
  48. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    The issue, based on your description is with the second problem identified in the previous discussion. It comes down to alignment of import language identifiers as compared to what the file contains....
  49. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    I have no idea why the link I pasted had been captured instead of this one: https://www.zen-cart.com/showthread.php?190417-EasyPopulate-4-0-Support-Thread&p=1392328#post1392328
  50. Replies
    3,605
    Views
    515,790

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Haven't read the post just 7 posts before on the same page of this original post when listed a default way: https://www.zen-cart.com/newreply.php?do=newreply&p=1392327
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR