Hi,

I've tried to install the SideBarMenu extension (https://www.mediawiki.org/wiki/Extension:SideBarMenu). This is how I went about it (note the software/extension links are all download link so if you open them in your browser be prepared to download them):

1. I installed composer by running this binary
   https://getcomposer.org/Composer-Setup.exe. No apparent errors were
   encountered. When it prompted me for php.exe I used the php.exe of
   my MediaWiki installation namely
   |C:\Bitnami\mediawiki-1.24.1-0\php\php.exe.|
2. I downloaded the zip directory for the extension via this link:
   
https://codeload.github.com/wikimedia/mediawiki-extensions-SideBarMenu/zip/c1730e2ebb9fb731288fbc01592bc149b1778625.
   I then unzipped it, renamed the directory SideBarMenu and
   copy-pasted it to |...\extensions|. I then added
   |require_once("extensions/SidebarMenu/SidebarMenu.php"); |to
   |LocalSettings.php|. Which was what the extension page I linked
   earlier told me to do.
3. I then opened up a page on the local mediawiki installation with
   this content: |SideBarMenu requires extension ParamProcessor. |
4. I then downloaded the zip file for ParamProcessor here
   https://codeload.github.com/JeroenDeDauw/ParamProcessor/zip/master,
   extracted its contents, copy-pasted it to
   |C:\Bitnami\mediawiki-1.24.1-0\php| (where it was in its own
   directory ...\ParamProcessor). I then added ||

   |"require": {|||
   |||"/Bitnami/mediawiki-1.24.1-0/php/ParamProcessor/param-processor":
   "~1.0"|||
   |||    }|
   to
   |C:\Bitnami\mediawiki-1.24.1-0\php\PEAR\AWSSDKforPHP\Composer.json|
   as the READEME.md file that came with it said I should and reloaded
   the same page on my Wiki to receive the same error.

Now I am left asking if anyone knows how I could overcome this error.

Thanks for your time,
Brenton

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to