Fatal error in php, not showing all achievements
-
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2921159 bytes) in [site]/wp-includes/wp-db.php on line 1978
I’ve been getting this error constantly since updating to the latest version of the plugin. The error only shows on pages which has this plugin loaded.
Previously, pages which had this plugin loaded insanely slowly – but at least finished loading. Now they load slow AND throw this error and nothing else loads on the page after it.
My guess is it’s because of the way the plugin gets its information. Ideally, there should be one call per page – not one call per actionable item. It’s impossible for me to list my raid team of 20 people because there is so much back and forth, instead of just one (start call -> scrape all info -> end call) VS (look for items->start call->end call, look for item->start call->end call, repeat 20 times).
Also, since the last plugin update, it’s not listing all achievements anymore. Only some are coming through. The rest are empty (BFA and a couple Legion ones). They show the earned date but not the name of the achievement or the picture.
- The topic ‘Fatal error in php, not showing all achievements’ is closed to new replies.