User Details
- User Since
- Oct 1 2019, 8:06 AM (295 w, 1 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- S0ring [ Global Accounts ]
Mon, May 19
Thanks to your comments regarding which extensions & skins that are installed on the wiki(s).
@Aklapper: I just wanted to get your attention to this issue which it blocks our migration on 3 wikis. But meanwhile the priority has been changed from High to Needs Triage.
Fri, May 16
The images are missing in all templates upgrade to 1.43, not only on Special:UncategorizedTemplates. We have 3 wiki's where this issue occured.
Thu, May 15
Tue, May 13
I've downloaded the version for 1.43 using the ExtensionDistributor [1] and thus I got PageForms v.5.8.1.
Mon, May 12
Purposed solution: replace the line 64 of PageForms/includes/PF_ValuesUtils.php
$db = wfGetDB( DB_REPLICA );
with
$loadBalancer = MediaWikiServices::getInstance()->getDBLoadBalancer(); $db = $loadBalancer->getConnection( DB_REPLICA );
Thu, May 8
The warning has disappeared in the newer master version MsCalendar 3.1
https://github.com/wikimedia/mediawiki-extensions-MsCalendar
Wed, May 7
Apr 28 2025
This is about PHP 8.1.32 (MW 1.39 and MW 1.43)
Apr 24 2025
Apr 16 2025
Sharing the 'actor' table only was sufficient to fix the error, thank you!
Mar 24 2025
Mar 20 2025
Feb 28 2025
It is not clear how this duplicate entry during time occured, please explain what you meant by "some bad data stayed longer".
pl_from_namespace was not always a primary key on table pagelinks, could be this the case here?
By adding a clean up step, do you mean the update.php can for example starting automatically the rebuildall.php maintenance script instead of failing?
Feb 21 2025
Due to this error, the update.php script was interrupted, the database was corrupted and the upgrade was compromised. We had to downgrade back to MW 1.39 and restore the backup.
Feb 20 2025
mysql> describe pagelinks; +-------------------+---------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------------------+---------------------+------+-----+---------+-------+ | pl_from | int(10) unsigned | NO | | 0 | | | pl_from_namespace | int(11) | NO | MUL | 0 | | | pl_target_id | bigint(20) unsigned | NO | MUL | NULL | | +-------------------+---------------------+------+-----+---------+-------+ 3 rows in set (0.00 sec)
Feb 7 2025
Jan 27 2025
Jan 22 2025
Indeed, my mediawiki container runs unexpected with the older Page Forms version 5.6.3 (without the fix) instead of 5.8.1 (with the fix).
It seems this has occured because of the Semantic Bundle 6.1.0 (supported for MW 1.35-1.41) which overwrites any separate Page Forms version. Waiting for 6.2.0...
Jan 21 2025
Oct 4 2024
May 8 2024
Jan 10 2024
As mentioned before, the workaround has helped, no issue anymore. Sorry, I should have closed the ticket a while ago.
Jul 4 2023
Jun 26 2023
Yes, it is the latest debian stable. How to install memcached without errors?
No dependant image, I am open to any working solution. and the big question still, why is the image build with bookworm?
May 17 2023
After installing the newer version using git, the error has disappeared.
git clone https://github.com/wikimedia/mediawiki-extensions-DrawioEditor DrawioEditor
May 16 2023
The extension is working fine with SVG only (which is set by default and recommended), but not with PNG (which is supported).
Here the documentation: https://github.com/wikimedia/mediawiki-extensions-DrawioEditor#file-type
Adding the #drawio tag without type is working
Apr 13 2023
Mar 10 2023
This error occured because the pivot directory is in MW1.39 case sensitive (in MW1.35 wasn't).
The solution was to change 'pivot' to 'Pivot' and of course wfLoadSkin( 'Pivot' ); instead of wfLoadSkin( 'pivot' );
Mar 7 2023
Jul 15 2021
Hi @Aklapper, sorry for the misunderstanding. The author is looking for a solution to be able to show the creation date of an article within citations.
There is no technical description how could exactly be solved, but we suggested if possible to be implemented with the MW variables (aka magic words).
Hi @Aklapper, thanks for mention it, I filled out the use case(s) as requested.
Jul 14 2021
Jun 25 2020
Jun 2 2020
Mar 24 2020
Feb 19 2020
Jan 24 2020
The error Could not locate the bindings file... is due to a bad installation of librsvg2, i.e. the directory node_modules/librsvg/build doesn't exist.
For a proper installation use --unsafe-perm option for npm install command: