Installing nopcommerce 3.70 in Godaddy Error

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Hello every one, I'm trying to install 3.70 in my godaddy hosting, but its showing the following error :

We're sorry, an internal error occurred.

Our supporting staff has been notified of this error and will address the issue shortly.

We apologize for the inconvenience.

Please try clicking your browsers 'back' button or try reloading the home page.

If you continue to receive this message, please try again in a little while.

Thank you for your patience.

and the URL show : http://domain.com/folder/errorpage.htm?aspxerrorpath=/folder/

anyone have an idea why is this error?
Regards
8 years ago
To find out what went wrong you need to turn off the custom errors mode.
1. Open web.config file
2. Find out the following line <customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly">
3. Replace it with <customErrors defaultRedirect="errorpage.htm" mode="Off">
8 years ago
In your control panel you have to go and change you ASP .NET version to 4.0 or greater see the link
https://www.godaddy.com/help/viewing-or-changing-your-aspnet-version-on-windows-hosting-687
8 years ago
Hello a.m,

Finally the setup on godaddy was successfully,

Now I have another question about multi-store.

My Scenario

It is possible have main store www.mainstore.com - electronics items
And I have 2 more stores but sell different products each one.

It is possible have subdomains for each store,

cellphones.mainstore.com - and show only the electronics items
clothes.mainstore.com - and show only clothes items

Best Regards, hope I explain well!
8 years ago
digitalrul wrote:
Hello a.m,

Finally the setup on godaddy was successfully,

Now I have another question about multi-store.

My Scenario

It is possible have main store www.mainstore.com - electronics items
And I have 2 more stores but sell different products each one.

It is possible have subdomains for each store,

cellphones.mainstore.com - and show only the electronics items
clothes.mainstore.com - and show only clothes items

Best Regards, hope I explain well!


Yes, its possible using multi-store feature of nopCommerce.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.