Having installed tea commerce from the package manager into a pretty much vanilla Umbraco 7.4.3 (using MySQL) I can create a store but when attempting to drop down the tree beneath the store I get:
Server error: Contact administrator, see log for full details.
Failed to retrieve data for child nodes undefined
And the loading bar continues to animate. There is nothing in the App_Data\Logs regarding Tea.
Looking at the JS console I can see that a request to:
Looks like something went wrong with the install of the DB. Please write an email to [email protected] and we will send you the sql scripts. Then you can maybe help us if there is a bug in the scripts somewhere.
Cannot view store tree in tea commerce backend
Having installed tea commerce from the package manager into a pretty much vanilla Umbraco 7.4.3 (using MySQL) I can create a store but when attempting to drop down the tree beneath the store I get:
And the loading bar continues to animate. There is nothing in the App_Data\Logs regarding Tea.
Looking at the JS console I can see that a request to:
/umbraco/backoffice/UmbracoTrees/LegacyTree/GetNodes
returns a 500 MySQL Error.
Does this mean tea commece failed to install initially?
It looks like this table should have been created via:
executed by:
Hi Craig
Looks like something went wrong with the install of the DB. Please write an email to [email protected] and we will send you the sql scripts. Then you can maybe help us if there is a bug in the scripts somewhere.
Kind regards
Anders
Hi Anders, I decompiled the package dll's and found the scripts in resources. Looks like the bug is this accidental double T:
When trying to create the rule table.
Great find! Fixed in the core and comitted for next build
is working on a reply...