Sebastian Dammark
12/02/2024, 12:37 PMDennis Pedersen
12/02/2024, 9:08 PMSebastian Dammark
12/03/2024, 8:30 AMNik
12/03/2024, 9:16 AMSebastian Dammark
12/03/2024, 10:01 AMMike Chambers
12/03/2024, 10:17 AMumbracoSettings.config
macroerror
setting that is masking errors?
<!-- How Umbraco should handle errors during macro execution. Can be one of the following values:
- inline - show an inline error within the macro but allow the page to continue rendering. Historial Umbraco behaviour.
- silent - Silently suppress the error and do not render the offending macro.
- throw - Throw an exception which can be caught by the global error handler defined in Application_OnError. If no such
error handler is defined then you'll see the Yellow Screen Of Death (YSOD) error page.
Note the error can also be handled by the umbraco.macro.Error event, where you can log/alarm with your own code and change the behaviour per event. -->
<MacroErrors>throw</MacroErrors>
Sebastian Dammark
12/03/2024, 10:20 AM