Replies: 0
MLA 2.4
When attempting to view more than 10 entries, ‘screen options > entries per page > click apply’ will not change from the default 10, even to a modest 25 in MLA. It previously worked and would display 200 images. In other sections of WP, I can use screen options to display 100 WooCommerce products for example.
My installation has an increased memory limit in php.ini.
memory_limit = 2048M
upload_max_filesize = 1024M
post_max_size = 1024M
max_execution_time = 100000
allow_url_fopen=1
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
max_input_vars = 100000
suhosin.post.max_array_index_length = 256
suhosin.post.max_totalname_length = 65535
suhosin.post.max_vars = 2048
suhosin.request.max_array_index_length = 256
suhosin.request.max_totalname_length = 65535
suhosin.request.max_vars = 2048
Any ideas on how to fix this?