Hi all
For a custom mediawiki setup, I added some hooks that are running in the background. Among them is one that runs after TitleMoveComplete to create these disambiguation pages automatically.
I'm checking for pages which have the same title but are in different namespaces. The page contents I get through PHP's built-in curl module which gets the corresponding pages using a simple HTTP request.
The problem is that the increment procedure of the page counter (when the newly created page is accessed) can not be executed because the database is still locked.
So my question is: How can I either disable this lock or disable the page counter feature? Any ideas how to solve this one? Thanks for any hints in advance.
Best regards,
Matthias
mediawiki-l@lists.wikimedia.org