Topic on Extension talk:ExternalLinks

Hbswn (talkcontribs)

$wgELtoolboxLink on version 1.1

If I enable $wgELtoolboxLink, I get this error:

Call to undefined method SkinMonoBook::getTitle() in /usr/share/mediawiki-extensions/externallinks/ExternalLinks.php on line 30

I'm using mediawiki 1.15 (Debian/stable) on my server.

--Hans Bausewein Thu Oct 18 20:49:58 UTC 2012

Subfader (talkcontribs)

Thanks, will fix later this evening.

Subfader (talkcontribs)

Fixed in version 1.1.1

Hbswn (talkcontribs)

Works!

... but ...

I had to add a check for $wgELenableSessionStoring to avoid updating the 'el_last_validated' column:

                                if (($wgELenableSessionStoring)  &&( $storeSession != NULL )) {
                                        $this->updateLastValidated( $link );
                                }

Or maybe the links should contain storeSession=off if $wgELenableSessionStoring=false?

(or better both)

Subfader (talkcontribs)

Ah, of course. The link paranmeter was ment to be ignored if not needed.

Will add that fix silently to version 1.1.1.

Reply to "wgELtoolboxLink"