Migrated To Wamp - What To Change In Config

Hello

I've put site on local server for testing and playing. Im using WAMP.

In wamp64\www I've created digital_save and uploaded website to there.

I've also created and successfully uploaded DB using mysql cmd line.

I just need to know what I need to change in config.php or config.local.php

Thanks

Please check these link :

http://docs.cs-cart.com/4.3.x/install/moving_to_another_server.html

http://forum.cs-cart.com/topic/42850-the-proper-way-to-migrate-cs-cart-from-one-server-to-another/

Thank you.

Should;

http_host be 'localhost'

and what would HTTP path be if web files are in C:\wamp64\www\digital_save

$config['http_host'] = 'localhost';

$config['http_path'] = 'localhost/digital_save';
?

With the above settings I get the SERVICE UNAVAILABLE notice


These errors

			Tygh\Exceptions\AException 
	
			 
		
			 
	
			 
		
			Message 
	
			 
		
			No storefronts defined for this domain 
	
			 
		
			 
	
			 
		
			Error at 
	
			 
		
			C:\wamp64\www\digital_save\app\functions\fn.init.php, line: 986 
	
			 
		
			 
	
			 
		
			Backtrace 
	
			 
		
			File:C:\wamp64\www\digital_save\init.php
	
			 
		
			Line:138
	
			 
		
			Function:fn_init
	
			 
		
			 
	
			 
		
			File:C:\wamp64\www\digital_save\index.php
	
			 
		
			Line:24
	
			 
		
			Function:require
	
				Tygh\Exceptions\AException 
		
				 
			
				 
		
				 
			
				Message 
		
				 
			
				No storefronts defined for this domain 
		
				 
			
				 
		
				 
			
				Error at 
		
				 
			
				C:\wamp64\www\digital_save\app\functions\fn.init.php, line: 986 
		
				 
			
				 
		
				 
			
				Backtrace 
		
				 
			
				File:C:\wamp64\www\digital_save\init.php
		
				 
			
				Line:138
		
				 
			
				Function:fn_init
		
				 
			
				 
		
				 
			
				File:C:\wamp64\www\digital_save\index.php
		
				 
			
				Line:24
		
				 
			
				Function:require

On my local WAMP setups I use something like:

$config['http_host'] = 'localhost';
$config['http_path'] = '/digital_save';
then in .htaccess use:
RewriteBase /digital_save

With the above settings I get the SERVICE UNAVAILABLE notice


These errors

Tygh\Exceptions\AException Message No storefronts defined for this domain Error at C:\wamp64\www\digital_save\app\functions\fn.init.php, line: 986 Backtrace File:C:\wamp64\www\digital_save\init.php Line:138 Function:fn_init File:C:\wamp64\www\digital_save\index.php Line:24 Function:require Tygh\Exceptions\AException Message No storefronts defined for this domain Error at C:\wamp64\www\digital_save\app\functions\fn.init.php, line: 986 Backtrace File:C:\wamp64\www\digital_save\init.php Line:138 Function:fn_init File:C:\wamp64\www\digital_save\index.php Line:24 Function:require

Check your database, the ?:companies table. It contain your stores & that storefront url . so update this.

& clear cache

With the above settings I get the SERVICE UNAVAILABLE notice


These errors

Tygh\Exceptions\AException Message No storefronts defined for this domain Error at C:\wamp64\www\digital_save\app\functions\fn.init.php, line: 986 Backtrace File:C:\wamp64\www\digital_save\init.php Line:138 Function:fn_init File:C:\wamp64\www\digital_save\index.php Line:24 Function:require Tygh\Exceptions\AException Message No storefronts defined for this domain Error at C:\wamp64\www\digital_save\app\functions\fn.init.php, line: 986 Backtrace File:C:\wamp64\www\digital_save\init.php Line:138 Function:fn_init File:C:\wamp64\www\digital_save\index.php Line:24 Function:require

Please make sure that the Storefront URL provided on the Administration > Stores page in the admin panel is correct.

Hi

I updated companies DB entry - is this correct? http://postimg.org/image/9ybctfbrn/

But then I got a huge page of errors when I loaded localhost/digital_save - http://postimg.org/image/xzgz87pwf/

I can't access admin I get - http://postimg.org/image/uf8tpvv89/

If someone would be willing to Team Viewer in and sort this out so I can watch and learn I'd be grateful. Thanks

Path should be

// Host and directory where software is installed on no-secure server
$config['http_host'] = 'localhost';
$config['http_path'] = '/digital_save';

// Host and directory where software is installed on secure server
$config['https_host'] = 'localhost';
$config['https_path'] = '/digital_save';

$config['http_host'] = 'localhost';

$config['http_path'] = 'localhost/digital_save';
?

Thanks Darius, changed to above, cleared cache - back to service Unavailable

Tygh\Exceptions\AException

Message
No storefronts defined for this domain

Error at
C:\wamp64\www\digital_save\app\functions\fn.init.php, line: 986

Backtrace
File:C:\wamp64\www\digital_save\init.php
Line:138
Function:fn_init

File:C:\wamp64\www\digital_save\index.php
Line:24
Function:require

Is backend accessable ?

go to

localhost/admin.php?dispatch=companies.update&company_id=1

in

Storefront URL : localhost/digital_save

Admin I get this [url=http://postimg.org/image/ux0kxpy1f/][/url]

Maybe cart version you got and mysql & php & apache versions are not compatible ?

Cart is 4.3.6

How can I check compatibility with WAMP?

eComLabs, any ideas?

Cart is 4.3.6

How can I check compatibility with WAMP?

eComLabs, any ideas?

Try to contact Gleb with this issue

http://forum.cs-cart.com/user/21713-glebgoncharov/

Can't receive messages. http://postimg.org/image/o8nwgqfit/

......

Can't receive messages. http://postimg.org/image/o8nwgqfit/

......

I have asked him to clear messages

Hi there,

Sorry, my mailbox was full. I've just cleaned it. First of all, you should understand that CS-Cart isn't officially supported on Windows installations. Howerer, it's possible. Please answer the following questions:

1. What version of WAMP did you try to install?

2. Attach PDF/HTML document with phpinfo() function output. It would be a good start for our investigation.