Page MenuHomePhabricator

Call to undefined function _phutil_date_format()
Closed, ResolvedPublic

Description

I'm running phabricator from an AWS instance. I'm getting the error

>>> UNRECOVERABLE FATAL ERROR <<<

Call to undefined function _phutil_date_format()

/opt/phabricator/src/view/viewutils.php:49


┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻

When I try to browse a repo in diffusion. Any ideas on what's going wrong and how to fix?

Event Timeline

swang raised the priority of this task from to Needs Triage.
swang updated the task description. (Show Details)
swang added a subscriber: swang.

Did you upgrade phabricator and maybe forgot libphutil ?
This function was renamed on 05.01.15 by 15e0669609d3f2a24d4212b69c02990ea19c510d

Upgrading libphutil as well should fix it.

chad claimed this task.
chad added a subscriber: chad.

Presume this will resolve with a full update, per documentation:

https://secure.phabricator.com/book/phabricator/article/installation_guide/#updating-phabricator

Thanks, I was running a split branch. Updating to remote fixed the issue.