I upgraded to php 8.3.8. But I'm getting these errors
- ErrorException: Job XF\Job\PushSend: [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.
- src/vendor/minishlink/web-push/src/WebPush.php:79
- Tarafından: Bilinmeyen hesap
- 8 Tem 2024 16:24'de
- #0 [internal function]: XF::handlePhpError(512, '[E_USER_WARNING...', '/home/htsumer/p...', 79)
#1 src/vendor/minishlink/web-push/src/WebPush.php(79): trigger_error('[WebPush] gmp e...', 512)
#2 src/XF/Job/PushSend.php(151): Minishlink\WebPush\WebPush->__construct(Array, Array, 10, Array)
#3 src/XF/Job/PushSend.php(75): XF\Job\PushSend->getWebPushObject()
#4 src/XF/Job/Manager.php(275): XF\Job\PushSend->run(7.93315)
#5 src/XF/Job/Manager.php(205): XF\Job\Manager->runJobInternal(Array, 7.93315)
#6 src/XF/Job/Manager.php(89): XF\Job\Manager->runJobEntry(Array, 7.93315)
#7 job.php(46): XF\Job\Manager->runQueue(false, 8)
#8 {main}