Last modified: 2013-10-30 11:30:14 UTC
On 1.19beta1, while editing a already existing User_Talk page of an existing user, I get the message User account "account-name" is not registered (userpage-userdoesnotexist). That was tested Ok on 1.18 with the same configuration. The wiki current $wgLanguageCode = "fr";
I'm not getting this in trunk (my content lang is fr as well btw).
I can't replicate the bug anymore. Here is what I did: 1) svn switch to trunk/phase3 2) Disable caching 3) $wgMainCacheType = CACHE_NONE 4) Tested the bug again, it was gone. 5) svn switch back to tags/REL1_19beta1/phase3 6) Tested the bug again, it was still gone. So I'm guessing it was a caching issue. Closing as Invalid.