User Details
- User Since
- May 13 2016, 9:51 AM (313 w, 4 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- RacingRalf [ Global Accounts ]
Sep 27 2019
Just installed a new wiki to test my assumption:
Sep 21 2016
So changing
Sep 20 2016
Steps to reproduce:
Sep 8 2016
Sep 6 2016
Edit:
Managed to get it working using Elasticsearch 1.7.5 and running
composer require ruflin/elastica "3.*"
after installation of Elastica- and CirrusSearch-Extension.
Jun 30 2016
@Kghbln: Sound's like a good idea. Will do that. Thx
Found it:
In the vendor folder at the MediaWiki root, do you have a symfony/process folder? Does it show on Special:Version?
Exactly the same problem here. Installed MW 1.27 from tarball. Can't get SyntaxHighlight running.
Jun 29 2016
No clue how common those conditions are.
Any news on this? Tried again with a fresh installation of 1.27 and still can't login. No matter, if I use `$wgSessionInsecureSecrets = true`` and/or `$wgSessionPbkdf2Iterations = 10001;``
Jun 2 2016
Same in 1.27RC0 for Extension:AdminLinks
But without installing ShortUrls
Jun 1 2016
After applying the path and trying to create a new user, I get
May 20 2016
May 13 2016
If you change line 545 in /includes/SpecialProtectedpages.php from
'ls_field' => 'pr_id', 'ls_value = pr_id'
to
'ls_field' => 'pr_id', 'CAST(ls_value AS INT) = pr_id'
everything's working.