Developer forum

Forum » CMS - Standard features » System.IndexOutOfRangeException: TopFolderDescription

System.IndexOutOfRangeException: TopFolderDescription

Adrian Ursu Dynamicweb Employee
Adrian Ursu
Reply

Hi guys,

I have a solution running on 9.10.17 where we have an issue with the Emails folder in the Marketing section:

I get a 500 error when trying to access: https://magazin.agricover.ro/admin/api/navigators/Marketing/RU1BSUw=

I have not encountered this error before. I have already rerun the updates (hoping that some table column is missing after the upgrade) but I got no luck.

Can anybody suggest a place to look into?

Thank you,
Adrian


Replies

 
Morten Bengtson Dynamicweb Employee
Morten Bengtson
Reply

Hi Adrian,

It's a bug which was fixed in 9.10.18 (missing update script).
If you don't want to upgrade you can execute the following sql statement instead:

ALTER TABLE [EmailMarketingTopFolder] ADD [TopFolderDescription] NVARCHAR(MAX) NULL;

Best regards,
Morten

 
Adrian Ursu Dynamicweb Employee
Adrian Ursu
Reply

Hi Morten,

Thank you very much. It was a quick fix :)

Adrian

 

You must be logged in to post in the forum