just adding that i can view my backup .sql file in notepad++
just adding that i can view my backup .sql file in notepad++
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 •
ok i emailed my provider and they have let me have a 2nd database for a week or so :))
installing now :)
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?
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 postsi 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
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 •
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
OK lets see if it is what I think is wrong.
In file import_osc_customers.php find about line 32
And now add these two linesCode:// WHEN DONE REMOVE THIS FILE FROM YOUR SERVER !!!!! // ---------------------------------------------------
If that works you will need to add it to orders and products also.Code:// WHEN DONE REMOVE THIS FILE FROM YOUR SERVER !!!!! // --------------------------------------------------- // Suppress Notice warnings error_reporting (E_ALL ^ E_NOTICE);
Skip
• 446F63746F722057686F •
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