Page MenuHomePhabricator

Gettingstartedgetpages API not working in hiphop, returns status 500
Closed, ResolvedPublic

Description

Reproduce by adding url param gettingStartedReturn=true.
API returns status "500 hphp_invoke"

No task suggestion button in overlay.
Workaround in Vagrant is to enable zend role.


Version: unspecified
Severity: normal

Details

Reference
bz67999

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:30 AM
bzimport set Reference to bz67999.
bzimport added a subscriber: Unknown Object (MLST).

Upstreamed to https://github.com/facebook/hhvm/issues/3213 . The issue was that it is requiring a second parameter to srandmember, when only one should be required.

This will coincidentally be worked-around in an upcoming patch https://gerrit.wikimedia.org/r/#/c/146663/ , but it's still an upstream issue.

Change 146663 had a related patch set uploaded by Mattflaschen:
Change ApiGettingStartedGetPages to support 'morelike' suggestions

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

Upstream patch was accepted and should land in master soon.

Change 146663 merged by jenkins-bot:
Change ApiGettingStartedGetPages to support 'morelike' suggestions

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