Trouble finding a working revision
I do have some trouble finding a revision that works with the trunk of mw 1.17.x (r92980)
The revision given by the Snapshot finder (r92258) results in this error message:
Fatal error: Class 'RequestContext' not found in /var/local/mediawiki/extensions/LiquidThreads/classes/View.php on line 362
Whereas chosing an older revision, such as r89877 results in this error message:
Fatal error: Call to undefined method FauxRequest::getSessionArray() in /var/local/mediawiki/extensions/LiquidThreads/classes/View.php on line 390
It is either or, I have been unable to find an intermediary revision that would work. Some kind of compatibility chart (or, as previously requested, tags) would be nice to have.
88.207.227.92 12:34, 24 July 2011 (UTC)
Try using MW1.17 with Liquid threads from the MW1.17 branch or tag. http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_17_0/extensions/LiquidThreads/ The head of LT failes with the error you give when used with older MW (I think RequestContext is new in MW1.18)