NopCommerce 3.0 upgrade

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 年 前
Hi,

I'm testing upgrading a shop site to v3 that was on v1.9. I've done the v2 db procedure and run through all the update scripts. I know I have to manually convert some options over. The only issue I can't resolve is the General and Miscallaneous Settings screen generates an internal error and won't load.

Any ideas?

Thanks, Jason.
10 年 前
Hi,

to find out what went wrong you should specify the error.
You should 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">
10 年 前
Thanks. The error was a missing stored procedure. It wasn't actually missing, but the owner was different to dbo or the SQL user account that I use for the DB. Changed the owner of FullText_IsSupported to dbo and it's now sorted.

Thanks again for the help.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.