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)
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.
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?
Tea Commerce and Umbraco 4.9
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 regards
Anders
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.
Kind regards
Anders
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?
Kind regards
Anders
Yes, that is what the problem was.
Rune helped me out on a different thread, sorry for bringing this one back up.
No problem :)
is working on a reply...