Upgrading an account from Kilimanjaro to 2020.2 (2...
# suitecommerce
c
Upgrading an account from Kilimanjaro to 2020.2 (2021.1 is not available yet for this account). If I use the
/sca-src-2020-2-0/shopping.ssp
path, the website loads. However if I use
/sca-dev-2020-2-0/shopping.ssp
I get the following error.
TypeError: Cannot read property "length" from undefined (shopping-local.ssp$958347#38)
Any suggestions besides submitting a support case?
k
Have you linked the dev ssp to your website?
c
yes, activated the default theme and created the configuration. Find it odd that the “source” url shopping link loads and the “development” url link doesn’t. This is SCA 2020.2.7 (bundle# 356248)
k
I assume you’re trying to run locally? Otherwise you shouldn’t need to specify the application name in the url.
c
Just trying to load the development domain development.mywebsite.com URL
k
Your page loaded just fine for me..?
c
that is not the exact development domain 😜
This is where the error is. shopping.ssp line 61
Copy code
%
	var ie_css_files = <http://app_includes.shopping.ie|app_includes.shopping.ie>;
	for(var i=0; i < ie_css_files.length; i++)
	{
%>
k
Best of luck
c
Ended up uninstalling/reinstalling the SCA 2022.2 bundle and everything now loads netsuite
k
wow
nice job
c
Thanks!