Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pete636ua

Pioneers
  • Posts

    39
  • Joined

  • Last visited

Everything posted by pete636ua

  1. Final up this is the error I get when I turn all the items such as "add category parent", "output w3c valid urls", and "remove all non alpha characters" are set to off for seo urls but still have seo urls "enable seo urls 5" set to on. The feed completes and uploads to google but this error that is produced when the feed completes : Fatal error: Out of memory (allocated 331350016) (tried to allocate 71 bytes) in /mysite.com/includes/modules/ultimate_seo_urls5/classes/Usu_Cache_FileSystem.php on line 41 Thanks to anyone looking in to this issue!!
  2. Here is error when used via Cron job - Fatal error: Out of memory (allocated 332398592) (tried to allocate 2313 bytes) in /mysite.com/admin/feedmachine.php on line 546 Thanks!!
  3. More information - this is occuring when running feedmachine and seo urls together and the feed does not complete. If i shut seo urls off and then run feedmachine the error does not happen. It is not always the same file that is called out in the error but it is always out of memory. I have about 72,000 items in my catalog. Thanks!
  4. Hello: Getting this error: Fatal error: Out of memory (allocated 332398592) (tried to allocate 24 bytes) /mysite.com/includes/modules/ultimate_seo_urls5/abstracts/aDataMap.php on line 86 have searched but cannot find a solution - can anyone assist? Thanks
  5. Can this be used on OSCmax 2.5.2 ? I think I have the admin section working but am having trouble with the catalog side. Can anyone assist me? Thanks
  6. can this be used for OSCMAX 2.5.2 ? Thanks PN
  7. Having this same issue - just sent you a PM Thanks Pete
  8. Hello!!! Thanks for everyones work on this contrib! I have a problem - when the invoice is generated and the state sales tax is listed on the invoice it is blurry. Only the numbers for the actual sales tax amount are blurry the rest seems ok. any ideas on how to fix this? Thanks in advance!
  9. Hello: is there a way to split the feed file automatically? Google is only allowing 50,000 items per feed but will allow 10 feeds per account. At this point anything over the 50,000 items are refused if they are in a single feed. any ideas? Thanks Pete
  10. Still been getting this error and not able to complete the upload. The file is created - the connection to google completes but the file fails to upload.....any ideas? Thanks PN
  11. Hello! Had installed the contrib a few days ago ....Everything worked perfectly. Tried to run the feed today and keep getting this error: File completed: froogle_us_file.txt Connected to uploads.google.com, for user XXXXXX Warning: ftp_put(): php_connect_nonb() failed: Operation now in progress (115) in /xxx/xxx/xxx/xxx/xxx.com/xxx/googlefeeder.php on line 504 Warning: ftp_put(): Type set to A. in /xxx/xxx/xxx/xxx/xxx.com/xxx/googlefeeder.php on line 504 uploads.google.com: FTP upload has failed! Script timer: 96.805201 seconds. Can anyone assist me? Thanks in advance!
  12. Please disregard the items are listed - just didnt see them at first.
  13. Hello! I have wishlist v5 installed - it seems to work ok. The problem I have is if there are multiple items in the wishlist and you go to the wishlist reports it shows the customer name but only the last item thats on the wishlist - shouldn't there be the entire wishlist in the report for that customer? Has anyone seen this ? is there a fix? Thanks Pete
  14. Hello Jim... I have just checked the database there are in fact 10 new fields in the Products table. Any thoughts? Thanks again! Pete
  15. Jim: Yes the changes were made to admin/categories. I did not see any changes to be made to the database in the install instructions....did I miss something? Thanks! PN
  16. Jim hopefully I am a little more clear on this - sorry for the confusion. There are no errors shown by the cart after install as you go through the admin side to setup the option for a vendor. The module installs in admin vendor section without trouble by clicking install button - and I am able to config it. The only thing that doesn't seems to update is the sort order. It always stays at 0 no matter what number you put in the setup. Also in admin side of the cart when you are editing a product I am not getting any type of setup for the freightquote option - no checkbox or anything like that. At checkout it does not show anything for freightquote. Can you help?? Thanks Again! PN
  17. Hello!! Thanks for the contribution! Having a problem after install - not getting any errors what so ever. In admin I am not getting any type of setup for the freight - no checkbox or anything. At checkout it does not show anything. The module installs in admin without trouble - I am able to config it. The only thing that doesn't seems to update is the sort order. It always stays at 0. Can you help?? Thanks Again! PN
  18. Jan: Thank You for your help - being a novice at this can you tell me what decides the order of the query? Thanks again! Pete
  19. Jim could you assist me in merging this query - not sure what to do: This is the exisiting mvs code: //MVS start Many additions here, the order they are listed is very important: all new fields have vendor or vendors in the name, (ie, "vendors_product_price,") $product_query = tep_db_query("select products_quantity, products_model, vendors_prod_id, products_image, products_price, vendors_product_price, vendors_prod_comments, products_date_added, products_date_available, products_weight, products_status, products_tax_class_id, vendors_id, manufacturers_id, products_to_rss from " . TABLE_PRODUCTS . " where products_id = '" . (int)$products_id . "'"); $product = tep_db_fetch_array($product_query); tep_db_query("insert into " . TABLE_PRODUCTS . " (products_quantity, products_model, vendors_prod_id, products_image, products_price, vendors_product_price, vendors_prod_comments, products_date_added, products_date_available, products_weight, products_status, products_tax_class_id, vendors_id, manufacturers_id, products_to_rss) values ('" . tep_db_input($product['products_quantity']) . "', '" . tep_db_input($product['products_model']) . "', '" . tep_db_input($product['vendors_prod_id']) . "', '" . tep_db_input($product['products_image']) . "', '" . tep_db_input($product['products_price']) . "', '" . tep_db_input($product['vendors_product_price']) . "', '" . tep_db_input($product['vendors_prod_comments']) . "', now(), '" . tep_db_input($product['products_date_available']) . "', '" . tep_db_input($product['products_weight']) . "', '" . tep_db_input($product['products_status']) . "', '" . (int)$product['products_tax_class_id'] . "', '" . (int)$product['vendors_id'] . "', '" . (int)$product['manufacturers_id'] . "', '" . (int)$product['products_to_rss'] . "')"); $dup_products_id = tep_db_insert_id(); //MVS end and this is the QPBPP code: // BOF qpbpp //$product_query = tep_db_query("select products_quantity, products_model, products_image, products_price, products_date_available, products_weight, products_tax_class_id, manufacturers_id from " . TABLE_PRODUCTS . " where products_id = '" . (int)$products_id . "'"); $product_query = tep_db_query("select products_quantity, products_model, products_image, products_price, products_qty_blocks, products_date_available, products_weight, products_tax_class_id, manufacturers_id, ptdc.discount_categories_id from " . TABLE_PRODUCTS . " p left join " . TABLE_PRODUCTS_TO_DISCOUNT_CATEGORIES . " ptdc on p.products_id = ptdc.products_id where p.products_id = '" . (int)$products_id . "'"); // EOF qpbpp // BOF qpbpp //tep_db_query("insert into " . TABLE_PRODUCTS . " (products_quantity, products_model,products_image, products_price, products_date_added, products_date_available, products_weight, products_status, products_tax_class_id, manufacturers_id) values ('" . tep_db_input($product['products_quantity']) . "', '" . tep_db_input($product['products_model']) . "', '" . tep_db_input($product['products_image']) . "', '" . tep_db_input($product['products_price']) . "', now(), " . (empty($product['products_date_available']) ? "null" : "'" . tep_db_input($product['products_date_available']) . "'") . ", '" . tep_db_input($product['products_weight']) . "', '0', '" . (int)$product['products_tax_class_id'] . "', '" . (int)$product['manufacturers_id'] . "')"); tep_db_query("insert into " . TABLE_PRODUCTS . " (products_quantity, products_model, products_image, products_price, products_date_added, products_date_available, products_weight, products_status, products_tax_class_id, manufacturers_id, products_qty_blocks) values ('" . tep_db_input($product['products_quantity']) . "', '" . tep_db_input($product['products_model']) . "', '" . tep_db_input($product['products_image']) . "', '" . tep_db_input($product['products_price']) . "'" . ", now(), " . (empty($product['products_date_available']) ? "null" : "'" . tep_db_input($product['products_date_available']) . "'") . ", '" . tep_db_input($product['products_weight']) . "', '0', '" . (int)$product['products_tax_class_id'] . "', '" . (int)$product['manufacturers_id'] . "', '" . tep_db_input($product['products_qty_blocks']) . "')"); // EOF qpbpp Thanks in advance for your help! PN
  20. Hello! Does anyone know if the quantity price breaks per product will work with mvs? Thanks! PN
  21. Hello! Does anyone know if the quantity price breaks per product will work with mvs? Thanks! PN
  22. Hello!! I am not sure if I found another issue or its my site only.... It seems if I add attributes to a product and then add an upcharge for the attribute everything is ok. When I save it as a template - everything seems ok. When I try to apply the saved template to another product the attributes transfer however the upcharges do not... Anyone have this issue?? Anyone know where I can start looking to solve this problem?? Thanks A Mil... PN
×
×
  • Create New...