XF 2.3 Index now error the key field is required

bsd

Active member
Index now error the key field is required.

Stack trace​

#0 src/XF.php(256): XF\Error->logError('IndexNow error:...', false)
#1 src/XF/IndexNow/Api.php(79): XF::logError('IndexNow error:...')
#2 src/XF/IndexNow/Api.php(34): XF\IndexNow\Api->request('/?key=&keyLocat...', Array, 'IndexNow error:...')
#3 src/XF/Job/ContentIndexNow.php(84): XF\IndexNow\Api->index('https://mozodea...')
#4 src/XF/Job/Manager.php(275): XF\Job\ContentIndexNow->run(8)
#5 src/XF/Job/Manager.php(205): XF\Job\Manager->runJobInternal(Array, 8)
#6 src/XF/Job/Manager.php(89): XF\Job\Manager->runJobEntry(Array, 8)
#7 job.php(46): XF\Job\Manager->runQueue(false, 8)
#8 {main}

Request state​

array(4) {
["url"] => string(8) "/job.php"
["referrer"] => string(67) "https://mozodeals.com/threads/vivo-v30-5g-10-off-use-coupon-code.3/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}


Please, solve the issue.
 
Maybe I spoke too quickly, I received the error for the 2nd time today. There seems to be something wrong

Code:
ErrorException: IndexNow error: Une erreur inattendue est apparue. Veuillez réessayer plus tard. src/XF/Error.php:79
Généré par: Compte inconnu le 21 Jui 2024 à 12:40
Code:
#0 src/XF.php(225): XF\Error->logError('IndexNow error:...', false)
#1 src/XF/IndexNow/Api.php(79): XF::logError('IndexNow error:...')
#2 src/XF/IndexNow/Api.php(34): XF\IndexNow\Api->request('/?key=Cue4edBsH...', Array, 'IndexNow error:...')
#3 src/XF/Job/ContentIndexNow.php(82): XF\IndexNow\Api->index('https://******...')
#4 src/XF/Job/Manager.php(272): XF\Job\ContentIndexNow->run(8)
#5 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 8)
#6 src/XF/Job/Manager.php(86): XF\Job\Manager->runJobEntry(Array, 8)
#7 job.php(43): XF\Job\Manager->runQueue(false, 8)
#8 {main}
Code:
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(60) "https://********.net/documents/categories/autosuffisance.6/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Back
Top Bottom