Upgrade to NopCommerce 4.40 from Version 4.30 - Invalid column name 'SpecificationAttributeGroupId'

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 years ago
Hello everybody,

I want to update my nopcommerce from version 4.30 to 4.40.
When I run application there was an error with migration. In My database in table "MigrationVersionInfo" was empty and I fill with and default database 4.4 "MigrationVersionInfo" and run again.
In this case project home page and admin area works but in category page or product detail page there is an error:
SqlException: Invalid column name 'SpecificationAttributeGroupId'.
System.Data.SqlClient.SqlCommand+<>c.<ExecuteDbDataReaderAsync>b__126_0(Task<SqlDataReader> result)

It seem migration not done completely.
How can I fix the problem. Can anybody help me?

thank you
2 years ago
Do you have access to the Database? If you do, then you'll be able to add the required fields directly to the database.
2 years ago
Hello

I have access to database. I do your instruction and it works fine.

Thank you
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.