Store Import Problems

I cannot get the Store Import to work. CS-Cart 4.3.9..

I have the fresh nstallation, store import installed, but it cannot find my old store.

The path of the old store is:
myleanstore123.com/saxco_for_restore

I keep getting the error of: "ErrorThe specified directory does not exist. Please check if the path you entered is correct." Please advise..

Thank you,

Drew

try ../

I cannot get the Store Import to work. CS-Cart 4.3.9..

I have the fresh nstallation, store import installed, but it cannot find my old store.

The path of the old store is:
myleanstore123.com/saxco_for_restore

I keep getting the error of: "ErrorThe specified directory does not exist. Please check if the path you entered is correct." Please advise..

Thank you,

Drew

try ../

Thank you.. Not working though..

what is category structure? is live store is in / root and import is in /somedirectory ?

Thank you.. Not working though..

what is category structure? is live store is in / root and import is in /somedirectory ?

correct.. myleanstore123.com is the root and the store is in a subfolder saxco_for_restore..

did you type in correct two dots and /

../

correct.. myleanstore123.com is the root and the store is in a subfolder saxco_for_restore..

did you type in correct two dots and /

../

I typed: ../myleanstore123.com/saxco_for_restore

you do not need to type myleanstore123.com/saxco_for_restore just ../

and nothing else

I typed: ../myleanstore123.com/saxco_for_restore

you do not need to type myleanstore123.com/saxco_for_restore just ../

and nothing else

Got it now! Thank you!

Now, after 45 minutes, it is hung up with the following message with a little blue animated bar:

Upgrading to 424

Adding IPv6 support

Is there a way to force the next step, or do I have to start over?

Drew

It is still hung on the Adding IPv6 Support.. Any ideas?

What do you see in the store import logs (var/store_import) ?

I could not complete store import without disabling every single addon of live store and making images directory empty (I have renamed images dir to something like images_backup and created new emtpy images dir.

What do you see in the store import logs (var/store_import) ?

Hi, It looks like everything is good, but it is still showing that message.. I have attached the file.. [attachment=11917:2016-11-30_19-20.txt]

2016-11-30_19-20.txt

Hi, It looks like everything is good, but it is still showing that message.. I have attached the file.. attachicon.gif2016-11-30_19-20.txt

None of my images or products are there, though.

After this

2016-11-17 15:43:54: Upgrading to 439
2016-11-17 15:43:54: Importing data
2016-11-17 15:43:54: Updating add-ons
2016-11-17 15:44:01: 439: finished

cart imports images. As you can see there was about 10sec gap

even I had created empty images dir, so with ~2-4GB of images it woult take ages to complete.

That is why I recommend you is renaming original images to images_backup and creating empty dir for images.

After done

2016-11-17 15:44:10: Importing data
2016-11-17 15:44:10: Dropping original table: cscart_access_restriction
2016-11-17 15:44:10: Dropping original table: cscart_access_restriction_block
2016-11-17 15:44:10: Dropping original table: cscart_access_restriction_reason_descriptions
2016-11-17 15:44:10: Dropping original table: cscart_addon_descriptions
2016-11-17 15:44:10: Dropping original table: cscart_addons

...

and ends something like this

2016-11-17 15:44:11: Renaming original table: store_import_users
2016-11-17 15:44:11: Renaming original table: store_import_views
2016-11-17 15:44:11: Renaming original table: store_import_voted

Hi, It looks like everything is good, but it is still showing that message.. I have attached the file.. attachicon.gif2016-11-30_19-20.txt

It worked.. Thank you so much for all of the input..

Drew

Hello, I recently moved my Cs Cart to a new host and now I can't import images into various products. Whenever I try to load additional product images, it breaks and displays a weird broken square. Anyone can help with this, I'll appreciate.

Thanks

Hello All. I recent moved my Cs Cart store to new server and got this message. The store is not displaying content. I can't even access store Admin Panel, all I have is FTP access to file system.

I'm new to Cs Cart and have NO idea how to fix.

Please advise on how to fix. Thanks

**************************************************************

Message

No storefronts defined for this domain

Error at

app/functions/fn.init.php, line: 949

Backtrace

			File:
		
			init.php
	
			Line:
		
			128
	
			Function:
		
			fn_init
	
			File:
		
			index.php
	
			Line:
		
			24
	
			Function:
		
			require

Via ftp open config.local.php

make sure store url is set correct in

// Host and directory where software is installed on no-secure server
$config['http_host'] = 'www.YOURSTOREURL.com';
$config['http_path'] = '';

// Host and directory where software is installed on secure server
$config[‘https_host’] = ‘www.YOURSTOREURL.com’;
$config[‘https_path’] = ‘’;

Hello All. I recent moved my Cs Cart store to new server and got this message. The store is not displaying content. I can't even access store Admin Panel, all I have is FTP access to file system.

I'm new to Cs Cart and have NO idea how to fix.

Please advise on how to fix. Thanks

**************************************************************

Message

No storefronts defined for this domain

Error at

app/functions/fn.init.php, line: 949

Backtrace File: init.php Line: 128 Function: fn_init File: index.php Line: 24 Function: require

1. Correct the config.local.php file

2. Delete the var/cache directory

3. Log in the admin panel and correct store-front URLs on the Administration -> Stores page