Richtext Editor doesn't render macros after upgrade to Umbraco 6.2
Hello,
I have a lot of macros, which I use in Richtext Editor. This works great in Umbraco 6.1.6. We have upgrade to Umbraco 6.2.0 now and all macros show an "Error loading MacroEngine script" Message in Richtext Editor, but works great in Frontend.
I have insert macros again, save and publish the nodes again, republish entire site and checks if in Macro-Settings "Use in Editor" and "Render Content in Editor" is true. But nothing works...
Not sure if it's an issue in 6.2.0 or not...but have you tried to see if the /app_data/logs file reveals any useful error information? Are there any entries marked with "ERROR" ?
Richtext Editor doesn't render macros after upgrade to Umbraco 6.2
Hello,
I have a lot of macros, which I use in Richtext Editor. This works great in Umbraco 6.1.6. We have upgrade to Umbraco 6.2.0 now and all macros show an "Error loading MacroEngine script" Message in Richtext Editor, but works great in Frontend.
I have insert macros again, save and publish the nodes again, republish entire site and checks if in Macro-Settings "Use in Editor" and "Render Content in Editor" is true. But nothing works...
Is this an issue in 6.2?
Best regards
Sören
Hi Sören
Not sure if it's an issue in 6.2.0 or not...but have you tried to see if the /app_data/logs file reveals any useful error information? Are there any entries marked with "ERROR" ?
/Jan
Hi Jan,
yes, I have found this:
Sören
Hi Sören
Hmm, Could you show the code from that file in particular? Perhaps something has changed that requires some changes to your code.
/Jan
Hi Jan,
I have tested with different macros. This is the simplest Scripting File, which I have created new and does not even work:
If I created an Partial View Macro File, it doesn't not even work:
Sören
Hi Sören
Smells like a serious bug to me - I've seen others having issues using @Umbraco.Field("")...
Might be a good idea to file an issue
However it might be worth taking a long shot before doing so.
Try this
1: Go to the /app_data/TEMP/ folder and delete all the files in the folders beneath this. Don't delete any folders though.
2: Go to /config/ClientDependency.config and increment the version number
3: Recycle the app pool
Any luck? If not I think it's a bug...unless you're missing something in the upgrade...but it should be a fairly straight upgrade, right?
/Jan
Hi Jan,
thank you. But I had no luck. And yes, the upgrade is fairly straight.
I've created an Issue:
http://issues.umbraco.org/issue/U4-4853
Sören
Have replied to and fixed that issue
Thank you! I will test it as soon as the new release is published.
is working on a reply...