Page MenuHomePhabricator

PHP Notice: Undefined index: proofread
Closed, ResolvedPublic

Description

PHP Notice:  Undefined index: proofread in /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/vendor/wikisource/api/src/IndexPage.php on line 213
PHP Stack trace:
PHP   1. {main}() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/bin/wscontest:0
PHP   2. Symfony\Component\Console\Application->run() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/bin/wscontest:24
PHP   3. Symfony\Component\Console\Application->doRun() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/vendor/symfony/console/Application.php:145
PHP   4. Symfony\Component\Console\Application->doRunCommand() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/vendor/symfony/console/Application.php:269
PHP   5. Wikisource\WsContest\Command\ScoreCommand->run() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/vendor/symfony/console/Application.php:908
PHP   6. Wikisource\WsContest\Command\ScoreCommand->execute() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/vendor/symfony/console/Command/Command.php:255
PHP   7. Wikisource\WsContest\Command\ScoreCommand->calculateScore() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/src/Command/ScoreCommand.php:67
PHP   8. Wikisource\Api\IndexPage->getPageList() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/src/Command/ScoreCommand.php:88

It seems to be from a result of an API call with the following params:

'prop' => 'proofread',
'generator' => 'prefixsearch',
'gpssearch' => $title,
'gpsnamespace' => $ns,
'gpslimit' => 500,

Event Timeline

Maybe reproducible with:

Scoring: https://pa.wikisource.org/wiki/ਇੰਡੈਕਸ:ਦੁਖ_ਭੰਜਨੀ_ਸਾਹਿਬ.pdf
PHP Notice:  Undefined index: proofread in /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/vendor/wikisource/api/src/IndexPage.php on line 213
PHP Stack trace:
PHP   1. {main}() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/bin/wscontest:0
PHP   2. Symfony\Component\Console\Application->run() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/bin/wscontest:24
PHP   3. Symfony\Component\Console\Application->doRun() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/vendor/symfony/console/Application.php:145
PHP   4. Symfony\Component\Console\Application->doRunCommand() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/vendor/symfony/console/Application.php:269
PHP   5. Wikisource\WsContest\Command\ScoreCommand->run() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/vendor/symfony/console/Application.php:908
PHP   6. Wikisource\WsContest\Command\ScoreCommand->execute() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/vendor/symfony/console/Command/Command.php:255
PHP   7. Wikisource\WsContest\Command\ScoreCommand->calculateScore() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/src/Command/ScoreCommand.php:67
PHP   8. Wikisource\Api\IndexPage->getPageList() /mnt/nfs/labstore-secondary-tools-project/wscontest/webapp/src/Command/ScoreCommand.php:88
Wargo removed Wargo as the assignee of this task.Sun, Apr 21, 6:47 PM