-
Notifications
You must be signed in to change notification settings - Fork 14
GetEmailTemplates returns null() #69
Comments
Are you using it on a different umbraco/uwebshop build on the backend? Eg different clientmachines? I've had this once. [dutchbreeze logo] dutchbreeze b.v. Adres : M.H. Tromplaan 23x-apple-data-detectors://0 7513 AB Enschedex-apple-data-detectors://0 Telefoon : 053 - 8200 830tel:053%20-%208200%20830 Fax : 053 - 8200 864tel:053%20-%208200%20864 Internet : www.dutchbreeze.nlhttp://www.dutchbreeze.nl/ Op 9 okt. 2015 om 18:17 heeft Jeroen <[email protected]mailto:[email protected]> het volgende geschreven: I'm using Umbraco Umbraco version 7.2.8 assembly: 1.0.5675.23466 with uWebshop 2.6.1.0 on Azure WebApps. When I was trying to create an email it occured to me that sometimes the GetEmailTemplates function returns null. This doesn't happen all the time, sometimes it loads the xlst files provided by the starterpack (I think) and one cshtml file which I cannot find under the partials etc. There is no mention of an error in the TraceLog. Reply to this email directly or view it on GitHubhttps://github.com//issues/69. |
Sorry but I have trouble following your train of thought. I'm not sure what you mean by 'using it on a nother build on the backend'? I'm not doing anything locally it's all on azure. |
It has to do with not being able to load legacy controls. See the debugging info in the browser. Imo database is created with a different version of umbraco or you're missing dll's? Did not research this though. Its my best guess. [dutchbreeze logo] dutchbreeze b.v. Adres : M.H. Tromplaan 23x-apple-data-detectors://0 7513 AB Enschedex-apple-data-detectors://0 Telefoon : 053 - 8200 830tel:053%20-%208200%20830 Fax : 053 - 8200 864tel:053%20-%208200%20864 Internet : www.dutchbreeze.nlhttp://www.dutchbreeze.nl/ Op 9 okt. 2015 om 20:19 heeft Jeroen <[email protected]mailto:[email protected]> het volgende geschreven: Sorry but I have trouble following your train of thought. I'm not sure what you mean by 'using it on a nother build on the backend'? I'm not doing anything locally it's all on azure. Reply to this email directly or view it on GitHubhttps://github.com//issues/69#issuecomment-146952910. |
Fixed by reinstalling. Can be closed. |
See issue #72 for the explenation. |
I'm using Umbraco Umbraco version 7.2.8 assembly: 1.0.5675.23466 with uWebshop 2.6.1.0 on Azure WebApps.
When I was trying to create an email it occured to me that sometimes the GetEmailTemplates() function returns
null
. I can see this from the Chrome dev tools in the network panel.This results in the email template picker looking like this:
This doesn't happen all the time, sometimes it loads the xlst files provided by the starterpack (I think) and one cshtml file which I cannot find under the partials etc.
There is no mention of an error in the TraceLog.
The text was updated successfully, but these errors were encountered: