Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have just upgraded a site from 4.7 to 4.11.10. everything seems to be working OK, except I can't get the macroscirpts to load
I just get
Error loading MacroEngine script (file: homepagenewsitem.cshtml)
I have tried using ?umbDebugShowTrace=true , but I am getting no stack trace.
I removed all the code from the razor script and just put in <p>Hello World<p> and it still looks the same.
I followed all the directions of the upgrade. The key dll's I am referencing are:
umbraco.macroRenderings V1.0.4926.14929
umbraco.MacroEngines V 1.0.4926.14936
umbraco V 1.0.4926.14929
cms V 1.0.4926.14928
System.Web.Razor Runtime v4.0.30319
System.Web.WebPages.Razor Runtime v4.0.30319
Anyone have any idea on what the cause might be?
Have you ensured debug and trace are enabled in the web.config?
I also forgot to suggest, sometimes you need to reset permissions on folderd. If umbraco isn't able to write to the App_Code folder, for example, then I could see how macro scripts might fail to build and give you such an error. Good luck!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Razor Not loading after upgrading form 4.7 to 4.11.10
I have just upgraded a site from 4.7 to 4.11.10. everything seems to be working OK, except I can't get the macroscirpts to load
I just get
Error loading MacroEngine script (file: homepagenewsitem.cshtml)
I have tried using ?umbDebugShowTrace=true , but I am getting no stack trace.
I removed all the code from the razor script and just put in <p>Hello World<p> and it still looks the same.
I followed all the directions of the upgrade. The key dll's I am referencing are:
umbraco.macroRenderings V1.0.4926.14929
umbraco.MacroEngines V 1.0.4926.14936
umbraco V 1.0.4926.14929
cms V 1.0.4926.14928
System.Web.Razor Runtime v4.0.30319
System.Web.WebPages.Razor Runtime v4.0.30319
Anyone have any idea on what the cause might be?
Have you ensured debug and trace are enabled in the web.config?
I also forgot to suggest, sometimes you need to reset permissions on folderd. If umbraco isn't able to write to the App_Code folder, for example, then I could see how macro scripts might fail to build and give you such an error. Good luck!
is working on a reply...