Jump to content

User talk:Spas.Z.Spasov

Add topic
From mediawiki.org
Latest comment: 5 years ago by Kghbln in topic UploadWizard

Share your experience and feedback as a Wikimedian in this global survey

[edit]

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


  1. This survey is primarily meant to get feedback on the Wikimedia Foundation's current work, not long-term strategy.
  2. Legal stuff: No purchase necessary. Must be the age of majority to participate. Sponsored by the Wikimedia Foundation located at 149 New Montgomery, San Francisco, CA, USA, 94105. Ends January 31, 2017. Void where prohibited. Click here for contest rules.
MediaWiki message delivery (talk) 21:27, 13 January 2017 (UTC)Reply
Hi Spas.Z.Spasov,
For DeletePagesForGood, i have open a ticket : https://phabricator.wikimedia.org/T113883
It's not your bug, but, you can use this, open a new ticket with the phabricator.wikimedia.org link bug tracker. Zer00CooL (talk) 11:04, 12 December 2017 (UTC)Reply
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.

UploadWizard

[edit]

Hi, thanks a lot for the solution you found. Out of curiosity: Do you get an error message when trying to access "Special:Preferences". I get one so I had to disable indivudual pre-selection of licenses for the users by setting 'enableLicensePreference' => false,. Cheers [[kgh]] (talk) 19:58, 1 July 2019 (UTC)Reply

Hello, @Kghbln, I'm not receiving any errors. I'm with MediaWiki REL1_32. I've updated the beginning of the first part of the topic with the complete list of the related settings on my system. (Also there was a minor typo on the line 'defaultType' => 'ownWork', - the option is 'ownwork' in lower-case.)
Here are and my cache settings, probably they have some meaning:
$wgMainCacheType = CACHE_ACCEL;
$wgMainStash = CACHE_ACCEL;
$wgSessionCacheType = CACHE_ACCEL;
$wgParserCacheType = CACHE_ACCEL;   // optional
$wgMessageCacheType = CACHE_ACCEL;  // optional
$wgSessionsInObjectCache = true;    // optional
$wgUseGzip = true;                  // optional
What is the error that you are receiving? Maybe I could come up with some idea. Spas.Z.Spasov (talk) 20:33, 1 July 2019 (UTC)Reply
Thanks a lot for your fast reply. I tried this on MW 1.31 (no caching) and MW 1.33 (redis caching) and get the following issue: issue gist (also contains configuration). I do not copy over the typo in "ownWork". The main difference is probably that I use many custom licenses. Perhaps I have an issue in there I have overlooked, so having a second pair of eyes on this will be great.
Edit: The error originates from the "licensing" section at the end. As soon as I comment this out everything is ok, which is apparently no option in reality. [[kgh]] (talk) 20:56, 1 July 2019 (UTC)Reply
Hi, @Kghbln, I can't remember the exact reason, but I've explicit changed the array's definitions from [ ] to array( ). These days when I have enough time I will revert this change on my system to checkout whether this could be a problem.
Btw, I saw you are from Germany. I know in your language there are really long words :) so probably this extension could be interesting for you: mw-Typography Spas.Z.Spasov (talk) 12:38, 2 July 2019 (UTC)Reply
Hmm, the short array syntax should not be an issue but one never knows. Thanks for checking.
Thanks also for the tip about the Typography extension! Indeed things can get long sometimes. You may enjoy my little collection of words. :D [[kgh]] (talk) 14:14, 2 July 2019 (UTC)Reply