Results 1 to 10 of 252

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    Quote Originally Posted by skipwater View Post
    Check the products_to_categories table. If the categories_id values do not matched the categories_id value in the categories table, then most likely that is your trouble.

    You are getting your category menus so I think the products_to_categories values are incorrect so when you select a category to show products there is no matching product id to link up a product.

    Skip
    This was in fact the problem. Thank you!

  2. #2
    Join Date
    Aug 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    Please can some one just help me out here i am moving everything over to zen cart using the os data transfer but keep getting errors

    Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 811 bytes) in /var/www/siteimport/import_osc_products.php on line 354

    when i manually edit the code it just moves to a different line i have seen the fix somewhere when i had this problem last year i just can't remeber what it was i did

    Thanks in advance

  3. #3
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: OsCommerce Data Importer - Errors

    Looks like your php memory setting is 16M and you are trying to use more then you have. If you have access to your php.ini increase the memory say to 64M some systems can go as high as 128M. If you do not have access to your php.ini file you could create your own see http://www.zen-cart.com/forum/showpo...59&postcount=2.

    Skip
    • 446F63746F722057686F •

  4. #4
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    Many thanks for this, have successfully converted all products over.

    Just one problem (which I think could be connected to converting over meta), the product pages are not displaying title within the browser at the very top, it just says 'Mozilla Firefox' and no meta. On viewing source, I am getting <title></title> with no product title showing.

    Any ideas?

  5. #5
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: OsCommerce Data Importer - Errors

    Quote Originally Posted by Sunburn View Post
    Many thanks for this, have successfully converted all products over.

    Just one problem (which I think could be connected to converting over meta), the product pages are not displaying title within the browser at the very top, it just says 'Mozilla Firefox' and no meta. On viewing source, I am getting <title></title> with no product title showing.

    Any ideas?
    Using the import_osc_meta_tags.php you would need to edit the code because osc has no common meta-tag system.

    What template are you using have you tried the default template and see if the title shows?

    Skip
    • 446F63746F722057686F •

  6. #6
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    Thanks for your reply skip.

    I am actually using the default template. I had header tags controller for osc set up so think it may have copied over info from that and confused it possibly?

  7. #7
    Join Date
    Dec 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    I did a clean install of OSC 2.2 Release Candidate 2a and Zen Cart 1.3.8a, Patch: 1:: Database Patch Level: 1.3.8 to test OsCommerce Data Importer on a test site before using it on a client's site and I'm getting the following errors on the customer page. I saw a thread about this but didn't see a good resolution of the problem. I only want to use it for customers. Please help! Thanks.

    Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/n4nmco5/public_html/zencart/admin/customers.php on line 1099

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/n4nmco5/public_html/zencart/admin/customers.php on line 1101

    Warning: reset() [function.reset]: Passed variable is not an array or object in /home/n4nmco5/public_html/zencart/admin/includes/classes/object_info.php on line 29

    Warning: Variable passed to each() is not an array or object in /home/n4nmco5/public_html/zencart/admin/includes/classes/object_info.php on line 30

    Thanks

  8. #8
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: OsCommerce Data Importer - Errors

    Quote Originally Posted by max101 View Post
    I did a clean install of OSC 2.2 Release Candidate 2a and Zen Cart 1.3.8a, Patch: 1:: Database Patch Level: 1.3.8 to test OsCommerce Data Importer on a test site before using it on a client's site and I'm getting the following errors on the customer page. I saw a thread about this but didn't see a good resolution of the problem. I only want to use it for customers. Please help! Thanks.

    Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/n4nmco5/public_html/zencart/admin/customers.php on line 1099

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/n4nmco5/public_html/zencart/admin/customers.php on line 1101

    Warning: reset() [function.reset]: Passed variable is not an array or object in /home/n4nmco5/public_html/zencart/admin/includes/classes/object_info.php on line 29

    Warning: Variable passed to each() is not an array or object in /home/n4nmco5/public_html/zencart/admin/includes/classes/object_info.php on line 30

    Thanks
    Sorry but I am at a loss to your errors because none of these file calls are done in the OsCommerce Data Importer mod.

    Are these errors after the data transfer?

    Skip
    • 446F63746F722057686F •

  9. #9
    Join Date
    Dec 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    The errors happen after the import. The customers page is fine before the import. I'm only doing a customers import. Does that matter?

  10. #10
    Join Date
    Jun 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    I used the osCommerce Data Importer in version 1.8 - and got the products, customers and so on exported into Zen-Cart 1.3.8a but Categories and Products did not show as they should. My guess is that happened because both the osCommerce and Zen-Cart stores are using Norwegian as their default language. Is this now fixed with version 1.9??

    Thanks,
    Geir

 

 

Similar Threads

  1. CRE Loaded to Zen Cart Data Importer [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 44
    Last Post: 7 Oct 2010, 10:04 PM
  2. oscommerce data
    By nezah.net in forum General Questions
    Replies: 3
    Last Post: 13 Feb 2008, 07:22 AM
  3. Problems following data import from OScommerce
    By wdkstudio in forum General Questions
    Replies: 4
    Last Post: 24 Nov 2007, 09:04 AM
  4. Scripts to migrate data from osCommerce?
    By marke in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 19 Apr 2007, 01:37 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