I'm getting an error on a couple of my single product pages in my shop, the error is as follows:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 72 bytes) in /home4/casualselect/public_html/wp-content/plugins/woozone/lib/scripts/amazon/aaAmazonWS.class.php on line 964
I don't know much about code, or even know where to begin when looking at the script causing the problem. Any insight into this would be very much appreciated.
Update:
I have WP MEMORY LIMIT set to 256M and WP MAX MEMORY LIMIT set to 512M, still doesn't do the trick. It has to do with that script in the woozone plugin, I'm almost sure of it.
And I don't really want to increase my memory limit anymore, just to put a bandage over the problem that still exists. If anything, it's probably making my site slower too so I want to learn how to fix it.
Another thing too, maybe this will help, when W3 Total Cache is activated, all the single products that displayed that error message at the bottom, become just blank white pages. And vice versa, when W3 Total Cache is deactivated, the blank white pages have that error message on the bottom. Thanks for the help.