Page MenuHomeMiraheze

The page reference list is not updating properly @ theredpionnerwiki
Closed, ResolvedPublic

Description

Db: theredpionnerwiki

Please see this link: https://321nails.crpteam.club/wiki/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/Template:Twinkle_standard_installation, this is a page that shows a page reference, There is some code that relies on the API associated with it. However, it seems that it did not update properly, because pages such as Template:Copypaste that clearly reference this template are not displayed, resulting in unexpected failures in some code execution.

Is this a problem with page caching? Even if, I couldn't fix it myself because flushing the cache failed to work.

Event Timeline

BrandonWM triaged this task as Normal priority.Feb 23 2023, 13:38
BrandonWM added a subscriber: BrandonWM.
This comment was removed by BrandonWM.

SRE: I think the refreshLinks.php needs to be run on the wiki because, after a manual dummy edit to one of the templates the Twinkle_Standard_Installation template is transcluded in, the lists of transcluded pages for that template immediately updated with the template I dummy-edited.
So yeah, maybe refreshLinks.php or something similar would fix it.

As a matter of fact, it looks like the remaining templates that are not appearing in the lists of transclusion for that template are not existing, whereas they are.

What are the issues in code execution? Looking at the copypaste template, I can't find anything.

I mean, I'm running an off-site script (hosted on Github Actions) checking the completeness of the templates that the Twinkle gadget will use. However, now it will return errors because of the unexpectedly corrupt template list (It was supposed to return all the results, but that was only a fraction).

By the way, is it possible for me to request a refresh for the whole site (in order to avoid other probable problems)?

I just had another problem when I was testing regular expression substitution (although it seems to have been mentioned by a previous reply), showing that the edited page doesn't exist (but they do), it looks like there's something more complicated about this? I hope that measures will be taken as soon as possible, as the magnitude of its impact exceeds my previous estimates.

Creeper19472 renamed this task from The page reference list is not updating properly to The page reference list is not updating properly @ theredpionnerwiki.Feb 25 2023, 04:30

Sent this reply just to confirm that this task of mine has not been forgotten...

It has not been. SRE are just busy with a lot right now, might take some time.

Reception123 claimed this task.

Fixed with refreshLinks.php