Re: [MediaWiki-l] Assistance needed

2018-03-04 Thread Huji Lee
Brian found the problem. I was using "load_composer_autoloader": true in the wrong place. On Sun, Mar 4, 2018 at 1:13 PM, Huji Lee wrote: > Extension directory. > > And when I look into .../extension/BoilerPlate/vendor/ I see that > ua-parser is there. > > On Sun, Mar 4,

Re: [MediaWiki-l] Assistance needed

2018-03-04 Thread Huji Lee
Extension directory. And when I look into .../extension/BoilerPlate/vendor/ I see that ua-parser is there. On Sun, Mar 4, 2018 at 12:55 PM, Stephan Gambke wrote: > From where did you run `composer update`, MW root or extension dir? > > > > ​​ > > ‐‐‐ Original

Re: [MediaWiki-l] Assistance needed

2018-03-04 Thread Stephan Gambke
From where did you run `composer update`, MW root or extension dir? ​​ ‐‐‐ Original Message ‐‐‐ On March 4, 2018 1:08 AM, Huji Lee wrote: > ​​ > > Hi all, > > I am trying to test a package called UAParser, which is on Packagist > > already. I created this

Re: [MediaWiki-l] Assistance needed

2018-03-04 Thread Huji Lee
Brian's suggestion did not resolve the issue either :( On Sun, Mar 4, 2018 at 10:37 AM, Huji Lee wrote: > Yes, I did both and it still gives that error message. > > Brian made a suggestion on the patch itself, and I am going to try that in > a few. I will report back as to

Re: [MediaWiki-l] Assistance needed

2018-03-04 Thread Huji Lee
Yes, I did both and it still gives that error message. Brian made a suggestion on the patch itself, and I am going to try that in a few. I will report back as to whether or not that fixes the issue. On Sun, Mar 4, 2018 at 9:41 AM, Amir Ladsgroup wrote: > Hey, > Have you

Re: [MediaWiki-l] Assistance needed

2018-03-04 Thread Amir Ladsgroup
Hey, Have you done `composer install` in directory of mediawiki and the extensions? That should fix it. Sometimes `composer update` is needed if you already did it but rather some time ago. Best On Sun, Mar 4, 2018 at 1:08 AM Huji Lee wrote: > Hi all, > > I am trying to

[MediaWiki-l] Assistance needed

2018-03-03 Thread Huji Lee
Hi all, I am trying to test a package called UAParser, which is on Packagist already. I created this patch[1] to demonstrate it. After making the change shown in the patch, I ran composer update and verified that UAParser is in the /vendor directory. However, when I open Special:HelloWorld on