Daniel Barrett wrote: > In this case, I want to trigger an action that normally occurs on page save. > We have an extension that writes the externallinks table. We made a change to > the extension and now many entries in externallinks are wrong. A null edit in > each article would cause its external links to be corrected in the > externallinks table. > > I tried running maintenance/refreshLinks.php, but it doesn't complete because > some extensions (used by articles) are throwing errors.
So you should fix those errors... > I could also do a SQL update on the externallinks table, modifying the URLs > (el_to values) directly. It works, but I'd rather have MediaWiki modify the > data than me. > > DanB _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
