Topic on Project:Support desk

Chasing down an unauthenticated scripts error

3
Roygrubb (talkcontribs)

I'm trying to get rid of an unauthenticated scripts warning in a Mediawiki site.

Chrome reports it as coming from a call to load http://toolserver.org/~dapete/ime/ime_loader.js

If I could find the statement that attempts to load this, I'll just change it to https:, but I've searched the MySQL database and grepped the whole wiki directory for references to "toolserver" or "ime_loader.js" but cannot find any.

If I load that manually, it redirects to https://tools.wmflabs.org/imagemapedit/ime_loader.js, so I know it is connected to the ImageMap extension.

Next I removed both the ImageMap extension directory and  require_once("$IP/extensions/ImageMap/ImageMap.php");  from LocalSettings

After purging the cache, I still see the message.

I read that some extensions may leave residual entries in the database, so I did an update.php which appeared to run cleanly.

The same message appears.

How do I find where this reference is coming from?

I'm running version 1.26.2 on php 7.1

I tried to fix this first of all by doing an update to 1.31 and when that failed to 1.27.4, but that also failed.  This is another story, see https://www.mediawiki.org/wiki/Topic:Ufgemh770j8x3mnf

The wiki is at https://www.informationtamers.com/WikIT/

Any suggestions, please folks?

Jdforrester (WMF) (talkcontribs)
Roygrubb (talkcontribs)

Wonderful, that did it.

Thanks very much!