November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I've been in touch with EPiServer and found the solution. It has nothing to do with GroupDefinitions but an InitializationModule that somehow screwed it up.
Check your InitializationModules ModuleDependencies. Try disable one module at the time and check which one thats causing problem. Thats what I had to do.
I fixed mine by changing module dependency.
/Martin
Edit: Its really weird that there is no logging of these errors from epi cms.
Hi,
I have defined my custom tabs in code but have an issue where the SortOrder and Access Level isnt loaded at site startup.
When looking in the database all the GroupOrder is set to -1 and the Access is set to 1, but all the custom tabs that I defined in code are there.
In Admin is the same, the edit/delete buttons are disabled, the FromCode is set to true and Sort Index set to -1 for all custom tabs.
If I delete all custom rows in tblPropertyDefinitionGroup table the tabs are recreated and works fine. If I restart the site without deleting the rows in the database the Index is reset to -1 and AccessLevel to Read (1).
I've tried setting logging to Debug but I can't find anything there.
Anyone have any idea of what could be wrong?
Regards
Martin