MIGX icon indicating copy to clipboard operation
MIGX copied to clipboard

Migx config limits records to 100 in the manager resource by default

Open 5koder opened this issue 7 years ago • 2 comments

MODX: 2.6.1 MIGX: 2.11.0

I followed the instructions for the gallery here: https://docs.modx.com/extras/revo/migx/migx.tutorials/migx.use-resource-specific-mediasource-and-multifile-uploader

I am able to upload more than 100 images at a time but they are not shown in the manager or front end. If I delete image record ID 1... image record ID 101 will appear. If I try to upload more images they also don't appear.

I have tried changing maxRecords. There is obviously something else limiting it.

P.S Also tried this in an older version of MODX+MIGX. Shows same issue.

5koder avatar Feb 06 '18 12:02 5koder

I ran into the same thing and I did find on line 27 of components/migx/processors/mgr/loadfromsource.class.php a staticaly set value of limit=100.. changing that seams to have remedied it for me.

JFizzer avatar May 15 '18 15:05 JFizzer

@JFizzer Thanks will try that. @Bruno17 Please make this a setting

5koder avatar May 15 '18 16:05 5koder