Reply To: Fatal Error on Pro version – Lite version worked

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Fatal Error on Pro version – Lite version worked Reply To: Fatal Error on Pro version – Lite version worked

#11330
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi Grant,

The error message means that your system is running low on memory. I’m not sure if it’s related to the theme or any plugin in particular, as this usually happens when the number of plugins get higher.

I suggest:
– Disabling any plugin that you might not need to decrease the load
– Checking the memory limit in your php.ini to see if it’s around 256M

You could also try to increase the memory limit by editing the wp-config.php file, by adding the following line:

ini_set('memory_limit', '512M');

just before this line (almost at the end of the file):

/* That's all, stop editing! Happy blogging. */

Let’s hope that helps!

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)