- Status: Moved to Github
After I tried to open “Manage Points” in my user profile in the backend, I received this error message, according to the system log.
However, I was able to make the change normally and it was also changed in the database.
Error: Call to undefined method IPS\core\Reports\Comment::reacted() (0)
#0 /var/www/vhosts/xxx/applications/core/extensions/core/MemberACPProfileBlocks/Points.php(95): IPS\core\extensions\core\AchievementAction\Reaction->logRow()
#1 /var/www/vhosts/xxx/system/Helpers/Table/Db.php(473): IPS\core\extensions\core\MemberACPProfileBlocks\Points->IPS\core\extensions\core\MemberACPProfileBlocks\{closure}()
#2 /var/www/vhosts/xxx/system/Helpers/Table/Table.php(531): IPS\Helpers\Table\Db->getRows()
#3 /var/www/vhosts/xxx/static/templates/core_admin_members.php(2522): IPS\Helpers\Table\Table->__toString()
#4 /var/www/vhosts/xxx/system/Theme/SandboxedTemplate.php(68): IPS\Theme\class_core_admin_members->pointsLog()
#5 /var/www/vhosts/xxx/applications/core/extensions/core/MemberACPProfileBlocks/Points.php(134): IPS\Theme\SandboxedTemplate->__call()
#6 /var/www/vhosts/xxx/applications/core/modules/admin/members/members.php(1406): IPS\core\extensions\core\MemberACPProfileBlocks\Points->edit()
#7 /var/www/vhosts/xxx/system/Dispatcher/Controller.php(128): IPS\core\modules\admin\members\members->editBlock()
#8 /var/www/vhosts/xxx/system/Dispatcher/Dispatcher.php(169): IPS\Dispatcher\Controller->execute()
#9 /var/www/vhosts/xxx/admin/index.php(15): IPS\Dispatcher->run()
#10 {main}
#0 /var/www/vhosts/xxx/init.php(827): IPS\Log::log()
#1 /var/www/vhosts/xxx/system/Helpers/Table/Table.php(611): IPS\IPS::exceptionHandler()
#2 /var/www/vhosts/xxx/static/templates/core_admin_members.php(2522): IPS\Helpers\Table\Table->__toString()
#3 /var/www/vhosts/xxx/system/Theme/SandboxedTemplate.php(68): IPS\Theme\class_core_admin_members->pointsLog()
#4 /var/www/vhosts/xxx/applications/core/extensions/core/MemberACPProfileBlocks/Points.php(134): IPS\Theme\SandboxedTemplate->__call()
#5 /var/www/vhosts/xxx/applications/core/modules/admin/members/members.php(1406): IPS\core\extensions\core\MemberACPProfileBlocks\Points->edit()
#6 /var/www/vhosts/xxx/system/Dispatcher/Controller.php(128): IPS\core\modules\admin\members\members->editBlock()
#7 /var/www/vhosts/xxx/system/Dispatcher/Dispatcher.php(169): IPS\Dispatcher\Controller->execute()
#8 /var/www/vhosts/xxx/admin/index.php(15): IPS\Dispatcher->run()
#9 {main}
Recommended Comments