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
Current Behavior
I've encountered an issue with the news listing on my site (Plugin -> News article list (incl. detail view) [news_pi1]).
The problem arises when I try to load a main category that contains numerous sub-categories. The frontend is crashing and fails to load. Here's a screenshot for the reference: https://i.imgur.com/4AbPVH9.png.
Below is the current configuration of the plugin: categoryConjunction: or includeSubCategories: true All other settings are at their default values.
what if you start limitting the catagories - either by changing it directly in the repository or by limiting in the plugin or e.g. deleting for testing categories?
i am pretty sure this is sadly a core issue and not a news issue
If I select all categories (parent and child) and disable the includeSubCategories option (screenshot: https://i.imgur.com/vgOoS78.png), it works. I could reconfigure the plugin by manually selecting categories, but unfortunately, it’s used in 95 places.
thanks for your feedback. there needs to be kind of an error or maybe just a slowlog entry of the DB if logging is enabled but I fear I can't really do anything within the extension. A possible solution could be to use additional custom queries doing the heavy queries before and modify the original query to avoid the tons of joins
Bug Report
Current Behavior
I've encountered an issue with the news listing on my site (Plugin -> News article list (incl. detail view) [news_pi1]).
The problem arises when I try to load a main category that contains numerous sub-categories. The frontend is crashing and fails to load. Here's a screenshot for the reference: https://i.imgur.com/4AbPVH9.png.
Below is the current configuration of the plugin:
categoryConjunction: or
includeSubCategories: true
All other settings are at their default values.
You can find the plugin settings screenshot here: https://i.imgur.com/WCVkYwm.png.
Environment
Additional context
With the same database and same news extension listing news is working fine In TYPO3 V12 .
The text was updated successfully, but these errors were encountered: