This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: White page on frontend when enabling the plugun Ajax Search Pro

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

#26322
Ernest MarcinkoErnest Marcinko
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.