Extension talk:AutoLanguage
Autolanguage is not compatible with MW 1.17 in the moment.
After Upgrading I got an error at line 112 in AutoLanguage.php around "|| (self::$exemptTalkPages && Namespace::isTalk($ns)) )"
I forgot to write down the exact error before overwriting the new MW1.17 installation with an backup, sorry :-(
Tkrueger73 20:41, 28 May 2011 (UTC) Fixing this by remplacing "Namespace::isTalk($ns)" by "MWNamespace::isTalk($ns)". This was the problem making the Namespace T_PAAMAYIM_NEKUDOTAYIM error. This because Namespace is reserved by php. Ypetremann 22:37, 18 November 2011 (UTC)
--Des cilla (talk) 08:21, 9 March 2012 (UTC) May it could be a great idea to update that on Google Code. But svn commit requires password auth, so I can't do that.
Problem
editI am using v 1.16.0. and after installing this extension, there is a following error message:
Warning: Cannot modify header information - headers already sent by (output started at root/extensions/AutoLanguage/AutoLanguage_stub.php:1) in root/includes/WebResponse.php on line 16
Whats the problem? The wiki dont want to work properly.--Juan de Vojníkov 11:01, 4 July 2011 (UTC)
problem
editMW 1.17
on line 112: Namespace::isTalk($ns) give:
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting T_NS_SEPARATOR in (...)extensions/AutoLanguage/AutoLanguage.php on line 112
php version? how to replace this in old php?