XF 2.3 ErrorException: Push notification failure: Client error: `POST https://ulaa.com/support?

tenis

New member
I have the folowing server errors on my ACP . I cannot relate the errors to any addon on my forum. Please help.

Server Error Log
  • ErrorException: Push notification failure: Client error: POST https://ulaa.com/support?path=https://fcm.googleapis.com/fcm/send/dbOTwibSMrU:APA91bHiSN07_NkuDRjJ9mpu-cg46tQ4WOIihbTqkOO7pxqWnwmvKcgIxCWlfmT4uo5STeqM9EX8GQ3hdYfgl2RfK_rfR9ufDPA8W2ULo2OIN5TXrIG4V9r7LgJzorTwG56Ol6WkMyJc resulted in a 400 Bad Request response: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-w (truncated...)
  • src/XF/Error.php:81
  • Generated by: Unknown account
  • Sep 14, 2025 at 1:00 AM
Stack Trace
#0 src/XF.php(266): XF\Error->logError('Push notificati...', false)
#1 src/XF/Job/PushSend.php(244): XF::logError('Push notificati...')
#2 src/XF/Job/PushSend.php(192): XF\Job\PushSend->handleReportError(Object(Minishlink\WebPush\MessageSentReport))
#3 src/XF/Job/PushSend.php(117): XF\Job\PushSend->handleReport(Object(Minishlink\WebPush\MessageSentReport))
#4 src/XF/Job/Manager.php(275): XF\Job\PushSend->run(5.76826)
#5 src/XF/Job/Manager.php(205): XF\Job\Manager->runJobInternal(Array, 5.76826)
#6 src/XF/Job/Manager.php(89): XF\Job\Manager->runJobEntry(Array, 5.76826)
#7 job.php(46): XF\Job\Manager->runQueue(false, 8)
#8 {main}

Request State
array(4) {
["url"] => string(14) "/forum/job.php"
["referrer"] => string(159) "https://www.tenisdemasa.ro/forum/th...ica-14-09-2025-avansati-hobby.1301122/page-27"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
I notice something strange regarding this “push notification ulaa server error reports”, I will give as example the last two errors:

  1. Request state
    array(4) {
    ["url"] => string(14) "/forum/job.php"
    ["referrer"] => string(77) "https://tenisdemasa.ro/forum/threads/lemn-yasaka-dynamix-17-de-vanzare.20277/"
    …..
    The thread reported is from 2017, closed in 2017, no activity there. I cannot see why there will be any notification from this thread.
  2. Request state
    array(4) {
    ["url"] => string(14) "/forum/job.php"
    ["referrer"] => string(68) "https://tenisdemasa.ro/forum/forums/organizare-amatur.34/post-thread"
    …..
    The link above is not even a theread but it is a “create thread” link. Also it makes no sense to see push notification from this link.
 
Back
Top Bottom