Hey there,
So I'm using MW 1.32.0 + SWM 3.0.1 + Semantic Title 4.0 + Title Icon 4.0 + VikiST 1.4.0 and VikiTI 1.4.0.
I had this problem with Title Icon 4.0 and TYPE_STRING so I corrected as in Title Icon 4.1:
if ( ( defined( 'SMWDataItem::TYPE_STRING' ) &&
$value->getDIType() == SMWDataItem::TYPE_STRING ) ||
$value->getDIType() == SMWDataItem::TYPE_BLOB ) {
$strings[] = trim( $value->getString() );
So now Title Icon 4.(1) is okay, but VIKI is not.
Graph are not rendering and I got this in console :
Graph:206 Uncaught TypeError: mw.loader.using is not a function
I tried the php maintenance/refreshLinks.php, but that's not it?
Any idea? Maybe I upgraded too far with everything...
Thanks