Page 42 of 62 FirstFirst ... 32404142434452 ... LastLast
Results 411 to 420 of 619
  1. #411
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,965
    Plugin Contributions
    96

    Default Re: product categories - linking

    Quote Originally Posted by RixStix View Post
    Yes, all caps ADD Used the same file that I sent to you but with 0 zero inserted into the prod_id field

    Crap, the screen paste doesn't work.
    Rick, I'll see what's up a bit later. I've got a bunch of paid work that's got to be done.

  2. #412
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: product categories - linking

    No problem. I understand paid dollars being first in line.

  3. #413
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: product categories - linking

    1.5.7c
    latest and greatest DBIO

    I am getting this error on just 5000 rows (7.25mb) to upload:

    Warning: File is larger than allowed sizes. See "Maximum Values" settings.

    I am able to process like 40,000 records with the other I/O module ... albeit there are some errors happening with some records.

    Is there some way I can open it up to process more rows or am I doing something wrong? How many rows would you estimate it should be able to upload at one time?

    Also, would be great if it could spit out the SEO url associated with each product.

    Thank you!




  4. #414
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: product categories - linking

    The Maximum Values settings are probably your server's PHP configuration, specifically upload_max_size and post_max_size
    You can see their current settings via Admin->Tools->Server Info.
    To change them, talk to your hosting company's support team.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #415
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,965
    Plugin Contributions
    96

    Default Re: product categories - linking

    Quote Originally Posted by shrimp-gumbo-mmmhhh View Post
    1.5.7c
    latest and greatest DBIO

    I am getting this error on just 5000 rows (7.25mb) to upload:

    Warning: File is larger than allowed sizes. See "Maximum Values" settings.

    I am able to process like 40,000 records with the other I/O module ... albeit there are some errors happening with some records.

    Is there some way I can open it up to process more rows or am I doing something wrong? How many rows would you estimate it should be able to upload at one time?

    Also, would be great if it could spit out the SEO url associated with each product.

    Thank you!
    Quote Originally Posted by DrByte View Post
    The Maximum Values settings are probably your server's PHP configuration, specifically upload_max_size and post_max_size
    You can see their current settings via Admin->Tools->Server Info.
    To change them, talk to your hosting company's support team.
    As DrByte indicated, it's not the number of rows being processed, it's the size of the .csv file itself.

    I'll also look at including a v_products_link (export-only) value for the Products output.

  6. #416
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,965
    Plugin Contributions
    96

    Default Re: product categories - linking

    Quote Originally Posted by lat9 View Post
    As DrByte indicated, it's not the number of rows being processed, it's the size of the .csv file itself.

    I'll also look at including a v_products_link (export-only) value for the Products output.
    That updated version of /admin/includes/classes/dbio/DbIoProductsHandler.php can be downloaded here (https://raw.githubusercontent.com/la...ctsHandler.php) while I prepare a v1.6.6 release.

  7. #417
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,965
    Plugin Contributions
    96

    Default Re: product categories - linking

    I've just submitted v1.6.6 of the Database I/O Manager for the Zen Cart moderators' review and will post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #184: PHP 8.1+ preparation.
    #185: Correcting PHP Fatal error (Uncaught ArgumentCountError) for DbIoProductsHandler.
    #186: Add 'v_products_link' (storefront link) to the DbIoProductsHandler.

  8. #418
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: product categories - linking

    Quote Originally Posted by DrByte View Post
    The Maximum Values settings are probably your server's PHP configuration, specifically upload_max_size and post_max_size
    You can see their current settings via Admin->Tools->Server Info.
    To change them, talk to your hosting company's support team.
    Thank you DrByte! Good thought. The Database I/O has a few more fields than the Populate mod has .... but for my files the extra fields are empty so there is not too much difference in size.... I am able to load and import okay (at least without a message that the file is too big) about 37,000 products, I think at least 30,000 are getting put in????. I think I might be doing something wrong because I have gone down to 5000 rows and still not get it in....

    Thank you for thinking on my issue!

  9. #419
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: product categories - linking

    Quote Originally Posted by lat9 View Post
    I've just submitted v1.6.6 of the Database I/O Manager for the Zen Cart moderators' review and will post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #184: PHP 8.1+ preparation.
    #185: Correcting PHP Fatal error (Uncaught ArgumentCountError) for DbIoProductsHandler.
    #186: Add 'v_products_link' (storefront link) to the DbIoProductsHandler.

    Thank you so much! Excited to give it a try.

  10. #420
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,965
    Plugin Contributions
    96

    Default Re: product categories - linking

    Quote Originally Posted by shrimp-gumbo-mmmhhh View Post
    Thank you DrByte! Good thought. The Database I/O has a few more fields than the Populate mod has .... but for my files the extra fields are empty so there is not too much difference in size.... I am able to load and import okay (at least without a message that the file is too big) about 37,000 products, I think at least 30,000 are getting put in????. I think I might be doing something wrong because I have gone down to 5000 rows and still not get it in....

    Thank you for thinking on my issue!
    Noting that you can use the DbIo's Templates feature for your Products handling, reducing the number of fields exported to only those that you're manipulating. That will further cut down on the size of that imported .csv.

 

 
Page 42 of 62 FirstFirst ... 32404142434452 ... LastLast

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 213
    Last Post: 18 Nov 2024, 04:17 AM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 PM

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