Allowed memory size exhausted [FIXED]
-
While using the plugin, the allowed memory size was exhausted (2GB!). We found a solution by changing the following line in the plugin:
file ./includes/class-ure-lib.php line 828 in version 4.14
WHERE meta_key='$meta_key' AND meta_value like '%$key%'";
to
WHERE meta_key='$meta_key' AND meta_value like '%$key%' GROUP BY meta_value";
Please alter this in this great plugin ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Allowed memory size exhausted [FIXED]’ is closed to new replies.