Search In
Learn from 350 other Umbracians at the annual Umbraco Conference - CodeGarden '13. More than twenty high quality sessions, open spaces, hackathons and social events you'll remember. Not to be missed! Less than 25 tickets left - get yours now!
Does anyone have experience with this combination?
I installed the Tea Commerce package twice with the same result: No Tea Commerce section visible.
The only error log I found in the umbracoLog table:
Error loading package action 'TeaSpecialVersionActions' for package Tea Commerce: System.NullReferenceException: Object reference not set to an instance of an object. at TeaCommerce.Data.Install.SpecialVersionInstaller.Install() at TeaCommerce.Install.PackageActions.TeaSpecialVersionActions.Execute(String packageName, XmlNode xmlData) at umbraco.cms.businesslogic.packager.PackageAction.RunPackageAction(String packageName, String actionAlias, XmlNode actionXml)
Hi Tobias
Is it a clean install or an upgrade process?
Kind regardsAnders
A clean install.
Just as a hint: It looks like things in the tables umbracoApp and umbracoAppTree changed in 4.9.
Other datatypes (bit instead of tinyint) and other usage (per default this two tables are empty).
It has been moved to config files. Try the 1.4.3.2 of Tea Commerce I send you. It fixes the bug in the SpecialVersionInstaller. But it has nothing to do with the access part to the custom section. This is properbly because of the way Umbraco changed it. Will have to look more into this. But at the moment - just go to the user in the user section and grant it access to the Tea Commerce application.
Remember to logout and in after you change the permissions
Did this get fixed because I'm having the same issue?
I tried with both 4.9 and 4.10
Hi Miguel
I think there is still some problems with Tea Commerce giving the user automatic access to the custom section. Try and check the user section and grant your user access to the Tea Commerce section. Does that work for you?
Yes, that is what the problem was.
Rune helped me out on a different thread, sorry for bringing this one back up.
No problem :)