Using AMR Users with WordPress 3.2.1. My php memory limit (and WordPress limit) is set to 64M – the highest my ISP will permit. When I visit (in the Admin UI) Users > Any AMR Report, I am getting the following message:
“Fatal error: Out of memory (allocated 30932992) (tried to allocate 42 bytes) in /web1/user270/website/Newsite/wp-includes/cache.php on line 421″
When I try to ‘re-build the cache’, basically, it times-out, with a message that says "Taking too long, may have been aborted... delete cache status, try again, check server logs and/or memory limit" Following these recommendations unfotunately does not help. The reason for posting here is that I have seen it suggested that this error could be caused by there being too many fields/records in the wp_usermeta table, which this plug-in accesses. Although I only have 389 users, they do have a fair few custom fields and my wp_usermeta table has a total of 18797 records in it. Does anyone know if this actually is the cause and, if so, is there anything I can do to stop it?
Thanks in advance for any suggestions.