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
Hi,
I setup a local solution with umbraco (7.6.4) and tea starter kit and ran into issues with several templates throwing null exceptions.
I tried with 7.6.2 (demo version) and it works fine. Anyone also ran with this issues?
BR, António
In the umbracoSettings.config file try setting EnablePropertyValueConverters to false
<EnablePropertyValueConverters>false</EnablePropertyValueConverters>
See here for the the breaking change https://our.umbraco.org/documentation/getting-started/setup/upgrading/760-breaking-changes#property-value-converters-u4-7318
Hi Paul,
Thanks for your help.
Changing EnablePropertyValueConverters solved some template errors. The others I solved.
Thanks, BR, António Ramos
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Tea Commerce support Umbraco v7.6.4?
Hi,
I setup a local solution with umbraco (7.6.4) and tea starter kit and ran into issues with several templates throwing null exceptions.
I tried with 7.6.2 (demo version) and it works fine. Anyone also ran with this issues?
BR,
António
In the umbracoSettings.config file try setting EnablePropertyValueConverters to false
See here for the the breaking change https://our.umbraco.org/documentation/getting-started/setup/upgrading/760-breaking-changes#property-value-converters-u4-7318
Hi Paul,
Thanks for your help.
Changing EnablePropertyValueConverters solved some template errors. The others I solved.
Thanks,
BR,
António Ramos
is working on a reply...