X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=UPGRADE;h=c2fa2c53aa9941b95e2bc2f645ebd7eb681c8447;hb=f2a59db33f33f34a28704b9a47686d6d32abc0bc;hp=68d2220b26f48c3f7040f74bd9e2790bf11cc3e3;hpb=bde1575c14b4474daf66b7e9f3d792e5758c622b;p=lhc%2Fweb%2Fwiklou.git diff --git a/UPGRADE b/UPGRADE index 68d2220b26..c2fa2c53aa 100644 --- a/UPGRADE +++ b/UPGRADE @@ -34,6 +34,14 @@ UTF-8; an experimental command-line upgrade helper script, 'upgrade1_5.php', can do this -- run it prior to 'update.php' or the web upgrader. +If you absolutely cannot make the UTF-8 upgrade work, you can try +doing it by hand: dump your old database, convert the dump file +using iconv as described here: +http://portal.suse.com/sdb/en/2004/05/jbartsh_utf-8.html +and then reimport it. You can also convert filenames using convmv, +but note that the old directory hashes will no longer be valid, +so you will also have to move them to new destinations. + Message changes: * A number of additional UI messages have been chagned from HTML to wikitext, and will need to be manually fixed if customized. @@ -64,6 +72,11 @@ Note that you can disable/enable several other permissions by modifying this configuration array in your LocalSettings.php; see DefaultSettings.php for the complete default permission set. +If using Memcached, you must enabled it differently now: + $wgUseMemCached = true; +should be replaced with: + $wgMainCacheType = CACHE_MEMCACHED; + === Web installer ===