Same thing here, mostly dormant but shared IP show also some moderators with 2FA enabled which is alarming !
Server log show some repetitive schema that spammers are using.
Well, for some reason, the keys :
KEY user_id_log_date (user_id,log_date),
KEY ip_log_date (ip,log_date),
KEY content_type_content_id (content_type,content_id)
are not there ! So I've added them manually. Solved
This appeared only after 2.2.10 upgrade.
All other approval queue list (post, threads...) are working.
Only new users list is empty.
*Default master style.
*$config['enableListeners'] = false;
XF\Db\InvalidQueryException: Template public:approval_item_user error: MySQL statement prepare error...
First post (1045092316) in thread 3045224 could not be pinned
#0 src/XF/Pub/Controller/Thread.php(113): XF\ThreadViewData->pinFirstPost()
#1 src/addons/Truonglv/Groups/XF/Pub/Controller/Thread.php(25): XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#2...
Yes, but in a race condition i've seen on the user changelog:
Upgrade 1 applied (add to usergroup 1)
Upgrade 2 applied (add to usergroup 2)
Still when i checked member's profile , there was only usergroup 1 added.
Error: Macro public:post_article_macros :: article_preview() error: Call to a member function filter() on null src/XF/Entity/Thread.php:659
Stack trace
#0 src/XF/Mvc/Entity/Entity.php(157): XF\Entity\Thread->getCoverImage()
#1 src/XF/Mvc/Entity/Entity.php(115)...