Bruno17 / MIGX

MIGX for revo 2.2 and above
83 stars 78 forks source link

MIGX TV limited by 100 items #286

Open matdave opened 7 years ago

matdave commented 7 years ago

I have a MIGX TV, and for some reason, I can't place more than 100 items in it. It's not ideal, but ONE of the pages needs to have 140 items in its MIGX TV. For some reason, it keeps cutting off at 100. I've been trying to put in some temporary fixes, but still can't break that 100 item barrier.

Bruno17 commented 7 years ago

never had that much items in a MIGX-TV. This can have many reasons. Maybe at some point the json gets to big. I'm using custom-tables for storing so much items, usualy.

matdave commented 7 years ago

We would have, but didn't realize he would have one that would get that big. Normally they around 10 or 20. Not really a way to revert everything to custom tables easily now that there are tons of pages.

Bruno17 commented 7 years ago

maybe this could help https://github.com/Bruno17/MIGX/blob/master/core/components/migx/elements/snippets/exportmigx2db.snippet.php

JFizzer commented 6 years ago

This? https://github.com/Bruno17/MIGX/issues/308