You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
Having the whole callstack is indeed not super relevant but having at least from where the error was raised is. PHP 11. trigger_error() /www/vanilla/library/Vanilla/Addon.php:789 <- is priceless since the raised errors are not always that easy to understand.
Currently 1 error can actually display multiple times. An example of the errors when 1 theme is missing
"type": "theme"
.Output
Here we have
Really this should just be:
The callstacks really shouldn't be visible they don't provide any relevant context here as far as I can tell.
The text was updated successfully, but these errors were encountered: