Page 13 of 26 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 252
  1. #121
    Join Date
    Sep 2008
    Posts
    49
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    just adding that i can view my backup .sql file in notepad++

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

    Default Re: OsCommerce Data Importer - Errors

    Just create a new DB and restore your osc sql file to it. You do not need to have osc installed and running.

    Skip
    • 446F63746F722057686F •

  3. #123
    Join Date
    Sep 2008
    Posts
    49
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    Quote Originally Posted by skipwater View Post
    Just create a new DB and restore your osc sql file to it. You do not need to have osc installed and running.

    Skip
    i would but for whatever reason i cant create a 2nd database

  4. #124
    Join Date
    Sep 2008
    Posts
    49
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    ok i emailed my provider and they have let me have a 2nd database for a week or so :))

    installing now :)

  5. #125
    Join Date
    Sep 2008
    Posts
    49
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    ok ive installed it and changed all the files with the info

    get to the transfer page and click ok and get a page not found?

  6. #126
    Join Date
    Sep 2008
    Posts
    49
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    just adding it comes up with Notice: Undefined index: action in /clientdata/n5200-2-dynamic/s/i/silkycreations.com.au/www/import_osc_customers.php on line 228

    sorry about all the posts i just really need to get this done and i really have no idea lol i dont even know if my tables have prefix or not

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

    Default Re: OsCommerce Data Importer - Errors

    Do you get the same error when you try and run import_osc_orders.php or import_osc_products.php?

    To see if you are using prefixes open the DB and look at the table names.
    If the customer table is listed as:
    customers = NO PREFIX
    zen_customers = YES PREFIX of zen_

    Normally a prefix has a under score at the end of the prefix.

    Skip
    • 446F63746F722057686F •

  8. #128
    Join Date
    Sep 2008
    Posts
    49
    Plugin Contributions
    0

    Default Re: OsCommerce Data Importer - Errors

    does zen normally use a prefix?

    when i look at the list of tables in both databases they are both jsut listed as 'customers' orders' etc

    i do get the same error when i try and run all of them

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

    Default Re: OsCommerce Data Importer - Errors

    OK lets see if it is what I think is wrong.

    In file import_osc_customers.php find about line 32
    Code:
    // WHEN DONE REMOVE THIS FILE FROM YOUR SERVER !!!!!
    // ---------------------------------------------------
    And now add these two lines
    Code:
    // WHEN DONE REMOVE THIS FILE FROM YOUR SERVER !!!!!
    // ---------------------------------------------------
    // Suppress Notice warnings
    error_reporting (E_ALL ^ E_NOTICE);
    If that works you will need to add it to orders and products also.

    Skip
    • 446F63746F722057686F •

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

    Default Re: OsCommerce Data Importer - Errors

    ok did that and the error msg went away.... and i got this

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'myzen1096'@'ws-shared-6.private.netregistry.net' (using password: YES) in /clientdata/n5200-2-dynamic/s/i/silkycreations.com.au/www/import_osc_customers.php on line 235
    Could not connect: Access denied for user 'myzen1096'@'ws-shared-6.private.netregistry.net' (using password: YES)

    ive checked and double checked all the details passwords etc

 

 
Page 13 of 26 FirstFirst ... 3111213141523 ... 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