Hello, i imported a PHPBB forum into Flarum. But now I have the problem that some discussions or some posts(while scrolling through) are throwing the error 500. I think I found the error: Some importet posts have some QUOTEs that are not working.
My question is, is there a way to limit the preloading of the posts in a discussion frome 20 to 2 or 3? So I can find the posts wich are causing the error and fix them in the database?
Here's an example:https://www.breitband.bz.it/d/1407-adsl-wann-gehts-los . After Post 41 there are 40 posts not loading because 2 or more posts have broken QUOTEs in them and so 2 requests wich look like that: https://www.breitband.bz.it/api/posts?filter[id]=11454,11455,11456,11457,11458,11459,11460,11461,11462,11463,11465 , 11466,11468,11470,11471,11472,11473,11475,11478,11488 can not be loaded.
So is there a way that only 2-3 posts are preloadet/loaded (request sould look like that then: https://www.breitband.bz.it/api/posts?filter[id]=11454,11455) when scrolling in order that i can find the broken posts.
Thanks in advance!