-
fresh install in statamic 3.3.6 using peak starting pack. first load ok. then it will trigger error
but when i take a look into laravel.log, there is pre-error before that
did something missing in setting etc? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for your report. I can't replicate the Log error. I can see the other debug notice when Globals -> SEO -> Change collection title is empty. It doesn't break anything though. You could wrap the code responsible (L12-L19) in |
Beta Was this translation helpful? Give feedback.
Thanks for your report. I can't replicate the Log error.
I can see the other debug notice when Globals -> SEO -> Change collection title is empty. It doesn't break anything though.
You could wrap the code responsible (L12-L19) in
resources/views/_snippets.antlers.html
in{{ if seo:change_page_title }} {{ /if }}
to get rid of the debug message.