Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I have upgraded umbraco 7 to 8.
However checkboxlist code is no more working .
I am getting the below error:
Exception Details: System.ArgumentException: Could not cast or convert from System.Int64 to System.String[].
Can someone please help.
Thanks,
Kusum
Do you have a stack trace showing where this exception is being thrown?
In the logs I go the below :
Umbraco.Core.PropertyEditors.ValueConverters.CheckboxListValueConverter.ConvertIntermediateToObject(IPublishedElement owner, IPublishedPropertyType propertyType, PropertyCacheLevel cacheLevel, Object source, Boolean
The stored values for the CheckBoxList should have been updated from numeric IDs to strings during the migration from v7 to v8, but that doesn't seem to have happened here. Is the CheckBoxList property inside a nested content property?
No it's not in nested content.
can you please advise how I can solve this issue.
kusum
Is that your only error?
Try to check upgrade guide.
https://our.umbraco.com/documentation/getting-started/setup/upgrading/migrating-to-v8
It´s not straight forward, to upgrade from v7 to v8, as there are major changes in Core internals.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Checkbox list - Umbraco 8
Hello,
I have upgraded umbraco 7 to 8.
However checkboxlist code is no more working .
I am getting the below error:
Exception Details: System.ArgumentException: Could not cast or convert from System.Int64 to System.String[].
Can someone please help.
Thanks,
Kusum
Do you have a stack trace showing where this exception is being thrown?
In the logs I go the below :
The stored values for the CheckBoxList should have been updated from numeric IDs to strings during the migration from v7 to v8, but that doesn't seem to have happened here. Is the CheckBoxList property inside a nested content property?
No it's not in nested content.
can you please advise how I can solve this issue.
Thanks,
kusum
Is that your only error?
Try to check upgrade guide.
https://our.umbraco.com/documentation/getting-started/setup/upgrading/migrating-to-v8
It´s not straight forward, to upgrade from v7 to v8, as there are major changes in Core internals.
is working on a reply...