Erin Nicole
Member
I receive this error when I try to like a post. The like goes through but this displays.
I have no idea what is causing this issue.
ErrorException: [E_USER_WARNING] [WebPush] gmp extension is not loaded but is required for sending push notifications with payload or for VAPID authentication. You can fix this in your php.ini. in src/vendor/minishlink/web-push/src/WebPush.php at line 82
Code:
XF::handlePhpError()
trigger_error() in src/vendor/minishlink/web-push/src/WebPush.php at line 82
Minishlink\WebPush\WebPush->__construct() in src/XF/Service/PushNotification.php at line 271
XF\Service\PushNotification->getWebPushObject() in src/XF/Service/PushNotification.php at line 130
XF\Service\PushNotification->sendNotifications() in src/XF/Service/PusherTrait.php at line 194
XF\Service\Alert\Pusher->push() in src/XF/Repository/UserAlert.php at line 165
XF\Repository\UserAlert->insertAlert() in src/XF/Repository/UserAlert.php at line 103
XF\Repository\UserAlert->alertFromUser() in src/XF/Reaction/AbstractHandler.php at line 192
XF\Reaction\AbstractHandler->sendReactionAlert() in src/XF/Repository/Reaction.php at line 203
XF\Repository\Reaction->insertReaction() in src/XF/Repository/Reaction.php at line 144
XF\Repository\Reaction->reactToContent() in src/XF/ControllerPlugin/Reaction.php at line 67
XF\ControllerPlugin\Reaction->actionToggleReaction() in src/XF/ControllerPlugin/Reaction.php at line 21
XF\ControllerPlugin\Reaction->actionReact() in src/XF/ControllerPlugin/Reaction.php at line 14
XF\ControllerPlugin\Reaction->actionReactSimple() in src/XF/Pub/Controller/Post.php at line 381
XF\Pub\Controller\Post->actionReact() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
XF\App->run() in src/XF.php at line 517
XF::runApp() in index.php at line 20
I have no idea what is causing this issue.