Topic on Extension talk:OpenGraphMeta

Mediawiki version required?

3
Peachey88 (Flood) (talkcontribs)

Hi all, I have just tested this extension on a 1.15.4 MediaWiki installation and I had an error reporting:

Call to undefined method OutputPage::getTitle() in C:\server\xampplite\htdocs\wiki\extensions\OpenGraphMeta\OpenGraphMeta.php on line 65

Installation data:

  • MW 1.15.4
  • PHP 5.3.0
  • MySQL 5.1.41

Extensions installed:

  • MultipleUpload 1.0
  • Cite r.37577
  • DSADate 1.0
  • DynamicPageList2 1.7.4
  • ImageMap r.35980
  • ImageSizeInfoFunctions 1.0.1
  • MultipleUploadToolboxItem 0.1
  • ParserFunctins 1.1.1
  • PropertyTable2 1.2.1
  • StringFunctions 2.0.1
  • SyntaxHighlight
  • GoogleTranslator 0.1
  • NewUserEmailNotification 1.5.1

Moreover, inspecting the code, it seems that the extension Description2 is required for properly description tag be evaluated. Is my assumption correct? TIA

This post was posted by Peachey88 (Flood), but signed as Briotti.

Peachey88 (Flood) (talkcontribs)

Yes, Description2 has the parsing code to extract a description from the page so OpenGraphMeta uses it instead of duplicating code.

Peachey88 (Flood) (talkcontribs)

OutputPage::getTitle was added in 1.16; 1.15 is not a supported MediaWiki version anymore, it's no longer receiving security updates and some security holes have been fixed in later versions of MediaWiki. So I see no reason to add 1.15 compat.

This post was posted by Peachey88 (Flood), but signed as Dantman.

Reply to "Mediawiki version required?"