Forums › Forums › Search & Filter Pro › Pagniation missing
- This topic has 7 replies, 2 voices, and was last updated 7 years, 5 months ago by
Trevor.
-
Trevor(Private) March 28, 2018 at 9:31 am #168690
If you look in the root HTML folder for WordPress on your server and edit the wp-config.php file, is there a line like this in it (it is an optional settings, so not always there):
define('WP_MEMORY_LIMIT', '128M');
If it is not there, or has a number lower than 128, insert this new line towards the top of the file (say after the
<?php
line), or increase the number to 128 if it is set lower. The default is 40M (no setting is required to set it to 40M), but Page Builder sometimes needs more.But, that might not be it. That the issue is not predictable suggest a resource issue though, like this memory issue.
This setting is NOT PHP memory_limit setting, which is different. It is how much of the server PHP memory limit WordPress will/can use.
-
AuthorPosts