joster wrote:Thanks very much for the quick response!
I backed up my database and ran the newly updated script over it, and had no errors at all.
However....
I now get this error when trying to load the site in a browser:
------------------------------------------------------------------------------------------------------
\Server Error in '/' Application.
Invalid object name 'dbo.Store'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'dbo.Store'.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[SqlException (0x80131904): Invalid object name 'dbo.Store'.]
------------------------------------------------------------------------------------------------------
Did we miss something?
Steve
Hi Steve,
Do you use the old database from the 2.8 version, or did you created a new database when you installed nopCommerce 3.0 and are using it? If you are using the old database, did you run the nopCommerce upgrade script?
If you want to use the old databse you can do the following:
1. Extract the source code of nopCommerce 3.0 in your website folder NOTE: you need to remove the old source code first.
2. Add our theme and plugins to the source code.
3. Copy the Settings.txt and InstalledPlugins.txt files from the App_Data folder from your old installation to the same folder in nopCommerce 3.0
4. Run the nopCommerce upgrade script for 3.0 for your 2.8 database.
5. Run the 7Spikes upgrade scrpit for your 2.8 database.
Now you can start the website and check if everything works fine.
Please try to upgrade your website again, using the steps above.
Best regards,
Ivan Stoyanov