- This topic has 1 reply, 2 voices, and was last updated 12 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › Check Availability button generates a memory error
In WP Affiliate….When trying to “check availability” in the sign up process, when you click the button
This is the actual error
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 64 bytes) in /home/marklfox/public_html/wp-includes/plugin.php on line 69
It is a memory error that seems pretty common with some of the latest wordpress versions. It has a memory limit somewhere. It says in wp-includes/plugin.php line 69 but looking at that file there is nothing on line 69 relative to memory I can’t find anywhere were there is a memory set to change like 32Mb to 64MB etc.
I have fixed similar issues with other memory errors in cache.php by changing the memory limit but can’t figure out how to do it with this WP Affiliate.
The "Allowed memory size of XXXXX bytes exhausted"
error means that your server’s allocated memory (RAM) for PHP is too low (this can happen if the hosting provider set the allocated memory limit to a low settings). You are kind of running on the memory limit boundary so any task that require a little extra memory will fail and result in that error.
Please contact your hosting provider to increase your PHP memory limit.
Similar Topics
https://support.tipsandtricks-hq.com/forums/topic/fatal-error-2
https://support.tipsandtricks-hq.com/forums/topic/fatal-error-allowed-memory-size-exhausted