For an existing project I updated my DW Admin from 9.14.0 to 9.15.4.
I ran the Application, opened the CMS and reran the updates (entered 2000 in both fields and pushed rerun).
Then I have overwritten the Swift files folder with the V1.20.0 version and mended the custom css and js that got overwritten.
I would expect the website to run after this.
But I ran into null reference exceptions in the Swift_Image.cshtml and Swift_Poster.cshtml (when products is null products.Products will crash when creating the productLink)
After fixing this I ran into a whole bunch of Invalid column name sql exceptions.
Shouldn't the database update files fix that?
Crash in the ItemType_Swift_Theme template:
Invalid column name 'AccentColor'.
Invalid column name 'ButtonLinkColor'.
Invalid column name 'ButtonLinkHoverColor'.'
I added these to the table as nvarchar(MAX)
Crash in the 1Column template:
Invalid column name 'PosterAltText'.
Invalid column name 'HeadingLevel'.
Invalid column name 'TitleColor'.
Invalid column name 'TitleOpacity'.
Invalid column name 'SubtitleColor'.
Invalid column name 'SubtitleOpacity'.
I didnt add these ... I don't know which type they should be ...
Probably more after this ...
UpdateVersion_ecom.xml: 2247
update.xml 2163
What is best to do now?