Page MenuHomePhabricator

Undefined index: help in GlobalFunctions.php on line 289
Closed, ResolvedPublic

Description

When i click on the "more" link in the wikibase entity suggester, it takes me to Special:Search where I get a php notice;

Notice: Undefined index: help in /Library/WebServer/Documents/php-master/includes/GlobalFunctions.php on line 289


Version: unspecified
Severity: normal

Details

Reference
bz66410

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:14 AM
bzimport set Reference to bz66410.
bzimport added a subscriber: Unknown Object (MLST).

needs more investigation if this is a core bug or related to wikibase

the issue is in Translate extension, which i just installed the past days.

100268 [10-Jun-2014 12:11:56 UTC] PHP Notice: Undefined index: help in /Library/WebServer/Documents/php-master/includes/GlobalFunctions.php on line 289
100269 [10-Jun-2014 12:11:56 UTC] PHP Stack trace:
100270 [10-Jun-2014 12:11:56 UTC] PHP 1. {main}() /Library/WebServer/Documents/php-master/index.php:0
100271 [10-Jun-2014 12:11:56 UTC] PHP 2. MediaWiki->run() /Library/WebServer/Documents/php-master/index.php:46
100272 [10-Jun-2014 12:11:56 UTC] PHP 3. MediaWiki->main() /Library/WebServer/Documents/php-master/includes/Wiki.php:452
100273 [10-Jun-2014 12:11:56 UTC] PHP 4. MediaWiki->performRequest() /Library/WebServer/Documents/php-master/includes/Wiki.php:603
100274 [10-Jun-2014 12:11:56 UTC] PHP 5. SpecialPageFactory::executePath() /Library/WebServer/Documents/php-master/includes/Wiki.php:288
100275 [10-Jun-2014 12:11:56 UTC] PHP 6. SpecialPage->run() /Library/WebServer/Documents/php-master/includes/specialpage/SpecialPageFactory.php:510
100276 [10-Jun-2014 12:11:56 UTC] PHP 7. SpecialSearch->execute() /Library/WebServer/Documents/php-master/includes/specialpage/SpecialPage.php:361
100277 [10-Jun-2014 12:11:56 UTC] PHP 8. SpecialSearch->goResult() /Library/WebServer/Documents/php-master/includes/specials/SpecialSearch.php:106100278 [10-Jun-2014 12:11:56 UTC] PHP 9. SpecialSearch->showResults() /Library/WebServer/Documents/php-master/includes/specials/SpecialSearch.php:199
100279 [10-Jun-2014 12:11:56 UTC] PHP 10. SpecialSearch->formHeader() /Library/WebServer/Documents/php-master/includes/specials/SpecialSearch.php:360
100280 [10-Jun-2014 12:11:56 UTC] PHP 11. SpecialSearch->getSearchProfiles() /Library/WebServer/Documents/php-master/includes/specials/SpecialSearch.php:1064
100281 [10-Jun-2014 12:11:56 UTC] PHP 12. wfRunHooks() /Library/WebServer/Documents/php-master/includes/specials/SpecialSearch.php:1037
100282 [10-Jun-2014 12:11:56 UTC] PHP 13. Hooks::run() /Library/WebServer/Documents/php-master/includes/GlobalFunctions.php:4056
100283 [10-Jun-2014 12:11:56 UTC] PHP 14. call_user_func_array:{/Library/WebServer/Documents/php-master/includes/Hooks.php:206}() /Library/WebServer/Documents/php-master/includes/Hooks .php:206
100284 [10-Jun-2014 12:11:56 UTC] PHP 15. TranslateHooks::searchProfile() /Library/WebServer/Documents/php-master/includes/Hooks.php:206
100285 [10-Jun-2014 12:11:56 UTC] PHP 16. wfArrayInsertAfter() /Library/WebServer/Documents/php-master/extensions/Translate/TranslateHooks.php:367

Change 138602 had a related patch set uploaded by Aude:
Fix undefined index notice in Special:Search

https://gerrit.wikimedia.org/r/138602

Change 138602 merged by jenkins-bot:
Fix undefined index notice in Special:Search

https://gerrit.wikimedia.org/r/138602