Page 12 of 26 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 252
  1. #111
    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 •

  2. #112
    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?

  3. #113
    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 •

  4. #114
    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?

  5. #115
    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

  6. #116
    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 •

  7. #117
    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?

  8. #118
    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

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

    Default Re: OsCommerce Data Importer - Errors

    Quote Originally Posted by RsUnv View Post
    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
    There was no change in the language codes.

    Look at your osc languages table and see what is the value of your languages_id (1 is normally English, 2 is Deutsch, 3 is Espaρol ) so what value is Norwegian ?

    After you check and see what value Norwegian is look at products_description table. You should find that the language_id has the same value.

    Now all you need to do is in the new zen cart languages table make a record that matches the languages_id in you products table languages_id.
    • 446F63746F722057686F •

  10. #120
    Join Date
    Sep 2008
    Posts
    49
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    ok so ive installed the contrib - but the only prob that i have is that my osc files are all backup in a download file (i had to remove osc to install zen) so what do i do now? do i re-install osc or is there a way i can create another DB - keep in mind i dont know a whole lot about databases :)

    thanks

 

 
Page 12 of 26 FirstFirst ... 2101112131422 ... LastLast

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