Error When upgrade to 4.3

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
hi
i upgrade from 4.2 to 4.3 and follow the step by step but get error when run application
https://www.ishraqst.com
please review the upgrade SQL script report.
https://mega.nz/file/0wkn3IoL#fgECaj3VEvyMAPsBX7gLYLN04UdqLpBan6091GnHwVw
Please advice me
thanks
3 years ago
Looks like the upgrade script might have not added the column to the table GenericAttribute
If you look at line 2287 of the upgrade script you will see that it needs to add this to the 4.2 table as it didn't exist in that version.
Restore from your backup and rerun the upgrade.
Try adding the column to the table manually as it is in the script:
CreatedOrUpdatedDateUTC datetime NULL (allows NULL values)
Hope that helps
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.