Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › White page on frontend when enabling the plugun Ajax Search Pro › Reply To: White page on frontend when enabling the plugun Ajax Search Pro
March 20, 2020 at 10:32 am
#26322
Keymaster
Hi,
Thank you! The issue was the server memory limit. Activating any more plugin was causing the problem (not only the search), as the server was running out of memory. I have placed the following line to the wp-config.php file in your root directory, to allow more memory for the WP process:
ini_set('memory_limit','512M');
It should be fine now.