Error message when posting a message

dvduval

Active member
The message is posting successfully, but I get this message sometimes

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
  1. XF::handlePhpError()
  2. trigger_error() in src/vendor/minishlink/web-push/src/WebPush.php at line 82
  3. Minishlink\WebPush\WebPush->__construct() in src/XF/Service/PushNotification.php at line 269
  4. XF\Service\PushNotification->getWebPushObject() in src/XF/Service/PushNotification.php at line 128
  5. XF\Service\PushNotification->sendNotifications() in src/XF/Service/PusherTrait.php at line 194
  6. XF\Service\Alert\Pusher->push() in src/XF/Repository/UserAlert.php at line 163
  7. XF\Repository\UserAlert->insertAlert() in src/XF/Repository/UserAlert.php at line 114
  8. XF\Repository\UserAlert->alert() in src/XF/Notifier/AbstractNotifier.php at line 63
  9. XF\Notifier\AbstractNotifier->basicAlert() in src/XF/Notifier/Post/AbstractWatch.php at line 110
  10. XF\Notifier\Post\AbstractWatch->sendAlert() in src/XF/Service/AbstractNotifier.php at line 86
  11. XF\Service\AbstractNotifier->notifyType() in src/XF/Service/AbstractNotifier.php at line 44
  12. XF\Service\AbstractNotifier->notify() in src/XF/Service/AbstractNotifier.php at line 56
  13. XF\Service\AbstractNotifier->notifyAndEnqueue() in src/XF/Service/Thread/Replier.php at line 247
  14. XF\Service\Thread\Replier->sendNotifications() in src/XF/Pub/Controller/Thread.php at line 445
  15. XF\Pub\Controller\Thread->finalizeThreadReply() in src/XF/Pub/Controller/Thread.php at line 602
  16. XF\Pub\Controller\Thread->actionAddReply() in src/XF/Mvc/Dispatcher.php at line 350
  17. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
  18. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
  19. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
  20. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2344
  21. XF\App->run() in src/XF.php at line 512
  22. XF::runApp() in index.php at line 20
 
Just wanted to comment...
I search google for this error just now, and this thread is already indexed on google 6 minutes after posting!
How did you do that? Amazing
 
So I am still getting that error message. As soon as they turned on GMP, the site went down (500 error). You can see the configuration above. Nothing has changed. They turned off GMP again. What should I do?
 
Top Bottom