Page MenuHomePhabricator

Exception when creating diff from browser
Closed, ResolvedPublic

Description

Latest phabricator from git master, storage upgraded and apache reloaded. When I create a diff from browser, I get this error:

Unhandled Exception ("PhabricatorDataNotAttachedException")
Attempting to access attached data on DifferentialRevision (via getActiveDiff()), but the data is not actually attached. Before accessing attachable data on an object, you must load and attach it.

Data is normally attached by calling the corresponding needX() method on the Query class when the object is loaded. You can also call the corresponding attachX() method explicitly.

Event Timeline

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

Thanks, that should take care of it.