Page MenuHomePhabricator

Exception from line 282 of EntityHandler.php
Closed, ResolvedPublic

Description

Exception from line 282 of /Library/WebServer/Documents/php-master/extensions/Wikibase/repo/includes/content/EntityHandler.php: Can only construct GlobeCoordinateValue with a string globe parameter

we need to be able to handle such values more gracefully as we did previously.


Version: unspecified
Severity: critical
Whiteboard: u=dev c=backend p=0

Details

Reference
bz66632

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 22 2014, 3:12 AM
bzimport set Reference to bz66632.
bzimport added a subscriber: Unknown Object (MLST).

Looks like I missed this piece of behaviour when reimplementing the deserialization code in WikibaseInternalSerialization.

Apparently we have no tests for this in Wikibase...

Should be fixed by https://github.com/wmde/WikibaseInternalSerialization/pull/30

Though I suspect the same oversight will have been made in DataModel Serialization. Will check that

Aude, can you confirm this is fixed now?