This topic contains 2 replies, has 2 voices, and was last updated by brubble51a 6 years, 11 months ago.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
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 6 years, 11 months ago.
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
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,You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |