User Details
- User Since
- Feb 2 2023, 10:55 PM (158 w, 9 h)
- Availability
- Available
- LDAP User
- TaylanUB
- MediaWiki User
- TaylanKammer [ Global Accounts ]
Oct 4 2025
Found the root cause, I think.
Sep 28 2025
It appears there's already a unset( CargoStore::$settings['origin'] ); after the call to CargoUtils::parsePageForStorage in CargoPopulateTableJob.php so that doesn't fix that issue.
Interesting: Adding that line you suggested fixes the bug conditionally, but I'm not sure about the conditions.
The unique column itself doesn't trigger the issue, only the implicitly stored one with an explicit empty value triggers it. (Just tested.)
Thank you, that explains that part at least. We have indeed implemented a workaround that makes the uid field both mandatory and unique (in our real cargo tables that were hit by this issue).
Sep 24 2025
As a test, I've done the following:
Sep 22 2025
Sep 18 2025
Apr 26 2025
@Yaron_Koren Sorry for the late response! Yes, I believe this can be closed.
Apr 14 2025
I don't have much experience with MediaWiki extensions, but this simple patch seems to work.
Apr 12 2025
Yes, we use format=template extensively, and it looks like this was happening with templates using Cargo queries & format=template. Someone on the MediaWiki Discord also warned me about using REL1_XY branches of Cargo; thanks for the heads up.
Apr 11 2025
Oct 15 2024
Thank you! That seems to have fixed the issue, and both Wikitext and HTML are working again in intro/outro/default from what I can tell.
Oct 14 2024
@Yaron_Koren Thanks for the explanation! Yes, using regular wikitext for the start and end of tables doesn't seem to work anymore after my patch, so it's not ideal. However, until recently, both wikitext and HTML was actually working fine on our wiki. Version 3.6.1 was the last release version where all was fine; one of the commits thereafter made the HTML stop working. Was it perhaps a necessary change to avoid some security issues, and/or double-parsing? (I see some commits related to double-parsing some time after 3.6.1.)
Oct 8 2024
The default parameter seems to suffer from the same issue and can be fixed similarly:
Oct 5 2024
Jul 21 2023
I would like to add this extension to our wiki (bg3.wiki) but the big red warning on the extension page, saying that its future is unclear, made me worried and led me here.
Feb 4 2023
Feb 2 2023
Here's a fix: