Last modified: 2011-06-15 17:34:49 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T31416, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29416 - PHP error in SemanticMaps (related to Validator?)
PHP error in SemanticMaps (related to Validator?)
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
SemanticMaps (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Jeroen De Dauw
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-06-15 17:05 UTC by Niklas Laxström
Modified: 2011-06-15 17:34 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Niklas Laxström 2011-06-15 17:05:23 UTC
Fatal error: Call to a member function setInputTypeHook() on a non-object in /www/sandwiki/extensions/SemanticMaps/includes/forminputs/SM_FormInputs.php on line 94

SMW, SF and SemanticMaps are all latest trunk versions.
Comment 1 Jeroen De Dauw 2011-06-15 17:19:35 UTC
Most likely wrong inclusion order. SF should be included before Maps.
Comment 2 Niklas Laxström 2011-06-15 17:21:02 UTC
Here is the config:

$smwgNamespaceIndex = 200;
include_once("$IP/extensions/SemanticMediaWiki/SemanticMediaWiki.php");
enableSemantics('translatewiki.net');
include_once("$IP/extensions/SemanticForms/SemanticForms.php");
require_once( "$IP/extensions/SemanticMaps/SemanticMaps.php" );
Comment 3 Jeroen De Dauw 2011-06-15 17:29:46 UTC
Where's the inclusion of Maps?

SF should be included before Maps. Maps, not Semantic Maps.
Comment 4 Niklas Laxström 2011-06-15 17:34:49 UTC
Okay that was it... I can move it into the correct order but then I have to disable it on the live site temporarily.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links