[Mediawiki-l] Custom hook TitleMoveComplete and database locking problem

mta matthias.taugwalder at bluewin.ch
Wed Sep 20 08:09:29 UTC 2006


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
-- 
View this message in context: http://www.nabble.com/Custom-hook-TitleMoveComplete-and-database-locking-problem-tf2303713.html#a6403300
Sent from the WikiMedia General mailing list archive at Nabble.com.




More information about the MediaWiki-l mailing list