[20:54:14] How do I configure centrelauth? to work fully [21:00:40] trying to get global edit count to work and attached accounts to work [21:01:57] Hello [21:02:02] What does it mean to "Upgrade your extensions at the same time as you upgrade MediaWiki."? [21:02:33] I'm updating from an old MW and some extensions (LDAP notably) are obsolete. Do I first update MW with mw-config and then replace the extensions? [21:11:14] euouae: Since you should avoid installing over the old files, you'd usually start with a fresh directory, download and extract the new MW version, and download and extract each extension you had from your old install. If any of the extensions was removed, you can try to copy it from your old folder, but chances are it won't work anymore [21:18:28] which part of CA do I need to configure for globaledit count and attached accounts to work [21:21:46] Vulpix: yeah I don't have those anyway; I only have an sql db backup, the images directory and LocalSettings.php [21:21:56] so first upgrade MW and then the extensions, right? [21:23:13] Another question I have is this, what is $wgScriptPath = "/w";? [21:23:28] does it mean that I have the tarball unpacked under /var/www/html/w/ ? [21:29:59] euouae: yes, most probably [21:51:29] thank you