Closed (fixed)
Project:
MediaWiki API
Version:
6.x-0.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2011 at 21:52 UTC
Updated:
5 Dec 2011 at 06:20 UTC
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
Comment #1
asrobYou need to install php-pear-HTTP-Request plugin/extension to use mediawiki_api flawlessly.
Comment #2
asrobAs I mentioned above, if you install that pear package then it should work.