Topic on Extension talk:VIKI

Graph: Uncaught TypeError: mw.loader.using is not a function

2
37.165.121.50 (talkcontribs)

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

Cindy.cicalese (talkcontribs)

VIKI is not actively maintained at this point. However, if somebody determines that a fix is necessary for upgrading and submits a patch, it is possible that it could be considered.

Reply to "Graph: Uncaught TypeError: mw.loader.using is not a function"