Moderator Essentials

Moderator Essentials [Paid] 2.7.2

No permission to buy ($45.00)
@Xon I'm wondering if I ran into a conflict somewhere with Mod Ess or Mod Tools. I'm an Admin with 'yes' to all related permissions and only in the Admin user group. Today, a new member signed up and started posting porno, so I went into his profile and went to edit to delete the avatar and profile images. While in his user profile, I clicked on 'warn' and was given this error:


CleanShot 2024-04-08 at 16.17.08@2x.webp
 
Do you have Warning Improvements installed? That can restrict by warning category by group.

Otherwise I'ld need to see what permissions you have actually granted
 
Hi @Xon

Just to make you aware, I updated to latest XF version and have your addon installed.

This issue occurs when going into Search by IP address:

Code:
InvalidArgumentException: Cannot convert IP 'f?Z?' to binary in src/XF/Repository/IpRepository.php at line 245
XF\Repository\IpRepository->getUsersByIp() in src/addons/SV/ModeratorEssentials/Pub/Controller/Moderator.php at line 568
SV\ModeratorEssentials\Pub\Controller\Moderator->actionIpSearch() in src/XF/Mvc/Dispatcher.php at line 362
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2777
XF\App->run() in src/XF.php at line 798
XF::runApp() in index.php at line 23

Code:
Stack trace
#0 src/addons/SV/ModeratorEssentials/Pub/Controller/Moderator.php(568): XF\Repository\IpRepository->getUsersByIp('??|?')
#1 src/XF/Mvc/Dispatcher.php(362): SV\ModeratorEssentials\Pub\Controller\Moderator->actionIpSearch(Object(XF\Mvc\ParameterBag))
#2 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('SV\\ModeratorEss...', 'IpSearch', Object(XF\Mvc\RouteMatch), Object(SV\ModeratorEssentials\Pub\Controller\Moderator), NULL)
#3 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\ModeratorEssentials\Pub\Controller\Moderator), NULL)
#4 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#5 src/XF/App.php(2777): XF\Mvc\Dispatcher->run()
#6 src/XF.php(798): XF\App->run()
#7 index.php(23): XF::runApp('XF\\Pub\\App')
#8 {main}

Request State:
Code:
array(4) {
  ["url"] => string(17) "/modess/ip-search"
  ["referrer"] => string(42) "https://www.x.com/modess/ip-search"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(2) {
    ["_xfToken"] => string(8) "********"
    ["ip"] => string(13) "x.x.x.x"
  }
}

Thanks
 
Recently purchased. Wondering if approval queue is also logged for approve/unapproved actions? I'm not seeing it unless I'm missing something. Lots of good stuff in these toolkits!
 
Approval queue is logged by default as part of core functionality. Make sure you have the necessary permission.
I can see it in ACP Moderator Logs, but I don't see it in the Control Panel for Moderator Essentials. I see moderator actions on threads, just not approval queue.
 
Back
Top Bottom