II ExecBod
Member
Many thanks for the most excellent plugins. I use several of your plugins.
This is not a bug report as I updated xenForo in a massive bungle. I had my live and devel sites up in two tabs and did the update on the live site when I thought I was updating the devel site. So, my bad.
Here are two issues that cropped up. I did hacky fixes to just get things to work. Thought this info might assist you.
This is not a bug report as I updated xenForo in a massive bungle. I had my live and devel sites up in two tabs and did the update on the live site when I thought I was updating the devel site. So, my bad.
Here are two issues that cropped up. I did hacky fixes to just get things to work. Thought this info might assist you.
Code:
FATAL
Forgot to log the error message: getModeratorsWhoCanHandleReport functions to not match...
src/addons/SV/ReportImprovements/XF/Repository/Report.php line 480
public function getModeratorsWhoCanHandleReport(\XF\Entity\Report $report) <-- does not match src/XF/Repository/ReportRepository.php line 75
THE TEMP "FIX"
public function getModeratorsWhoCanHandleReport(\XF\Entity\Report $report, $notifiableOnly = false)
WARNING
Call to undefined method XF\Service\Report\NotifierService::notify()
src/addons/SV/ReportImprovements/XF/Service/Report/Notifier.php:57
parent::notify(); <-- does not exist
THE TEMP "FIX"
//parent::notify(); -- just remarked out