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
I run into a timeout. It makes no difference whether I use filters or not. The error message is
Symfony\Component\ErrorHandler\Error\FatalError: Maximum execution time of 240 seconds exceeded in file /var/project/src/vendor/league/commonmark/src/Parser/InlineParserEngine.php on line 155 #0 {main}
Does anyone have a clue as to what the problem might be or how I can solve it? Thanks!
EDIT: It seems that the timeout occurs somewhere else after each reload.
It happens on all pages with the meerkat:responses tag. Unfortunately, stache warming does not help.
I am trying to provide access to the system. Thanks a lot so far.
PHP 8.1.20
Laravel 10.37.3
statamic 4.58.2
Meerkat 3.2.0
If I want to display the comments and use the following snippet
{{ meerkat:responses filter="is:published(true)|is:spam(false)" }} {{ comments }} test {{ /comments }} {{ /meerkat:responses }}
I run into a timeout. It makes no difference whether I use filters or not. The error message is
Symfony\Component\ErrorHandler\Error\FatalError: Maximum execution time of 240 seconds exceeded in file /var/project/src/vendor/league/commonmark/src/Parser/InlineParserEngine.php on line 155 #0 {main}
Does anyone have a clue as to what the problem might be or how I can solve it? Thanks!
EDIT: It seems that the timeout occurs somewhere else after each reload.
2nd reload:
vendor/statamic/cms/src/Query/Builder.php: 186
3rd reload:
vendor/dflydev/dot-access-data/src/Data.php: 118
The text was updated successfully, but these errors were encountered: