rasmusjp / umbraco-multi-url-picker

Multi Url Picker for Umbraco 7
MIT License
31 stars 29 forks source link

Error when many entries in picker #6

Closed madjor5 closed 10 years ago

madjor5 commented 10 years ago

Hey,

when introducing many links picked in picker, i see:

System.Data.SqlClient.SqlException: String or binary data would be truncated.
 The statement has been terminated. 

when publishing page.

could it be a wrong database field type selected?

rasmusjp commented 10 years ago

What version are you using? It should be fixed in v0.1.1. If you have updated from an earlier version you need to save the data type again for it to update the db column, and if you are using the NuGet version you might need to reinstall the package for it to overwrite the files.

madjor5 commented 10 years ago

Cheers, belive it's an old version... Will try upgrading, thanks for great support!