Wp_usermeta table cluttered with “ecs_instalation” (sic) keys
-
Hello, everyone!
I’m hoping to get some insight on an odd issue that *may* be contributing to a site-breaking bug for some of our users.
The context is that after upgrading to PHP 8.0, a subset of our users began experiencing a totally broken version of our site (layout completely destroyed on front-end, Page Source missing thousands of lines of HTML, including the closing </body> tag, etc.). We’ve downgraded to 7.4, which has temporarily fixed the issue, but I’m still trying to get to the root cause.
And I don’t know if this is it, but I’ve noticed that for all of our users experiencing this issue, the wp_usermeta table is cluttered with hundreds of iterations of the entries like the following:
{"umeta_id":"264186","user_id":"1229","meta_key":"ecs_instalation","meta_value":"1645654611"}
That is, user 1229, one of our affected users, has hundreds of lines like this in the User Meta table, with slightly different umeta_id and meta_value values.
I did a Google search for meta_key “ecs_instalation” (and yes, there’s only one L in the actual table), but nothing came up.
Any ideas? Even if this isn’t the cause of the site-breaking PHP issue, I’d like to know what’s spamming our usermeta table and why.
Thanks!
Tashi
- The topic ‘Wp_usermeta table cluttered with “ecs_instalation” (sic) keys’ is closed to new replies.