Is this module supposed to allow using MediaWiki template calls, to show content contained in MediaWiki templates? (I.e. {{template name|param1|param2}} etc.)

Why I ask is because unfortunately, this module does not work for me. (I got an error as shown in [1] below), but I thought I might give it a try and try to fix the code, if I only know this module is what I'm looking for.

[1]:

warning: require_once(HTTP/Request.php) [function.require-once]: failed to open stream: No such file or directory in /home/samuel/www/d6/sites/all/modules/mediawiki_api/modules/mediawiki_api_filter/mediawiki_api_filter.module on line 215.

Comments

asrob’s picture

You need to install php-pear-HTTP-Request plugin/extension to use mediawiki_api flawlessly.

asrob’s picture

Status: Active » Fixed

As I mentioned above, if you install that pear package then it should work.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.