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

This topic contains 2 replies, has 2 voices, and was last updated by brubble51a brubble51a 7 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11329
    brubble51a
    brubble51a
    Participant

    Hi.

    Just installed the pro version. Lite Version worked, no problem.

    Now getting error:
    “Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /home/lgind0/public_html/wp-includes/taxonomy.php on line 3293”

    Works with other Themes – Problem might be Theme related.

    How should I proceed?

    Thanks
    Grant

    #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 :)


    #11338
    brubble51a
    brubble51a
    Participant
    You cannot access this content.
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.