[00:03:28] hi, I have two wikis using the same LocalSettings and mediawiki installation. if I run maintenance scripts like refreshLinks, is the script run in both wikis? or in which one? [01:18:44] Hi. Why do these two pages return mutually exclusive results? Is that expected? [01:18:46] https://meta.wikimedia.org/wiki/Special:GlobalUsage/pathoschild/templatescript.js?limit=250 [01:18:50] https://en.wiktionary.org/wiki/Special:GlobalUsage/pathoschild/templatescript.js [01:19:25] The Meta pages includes all(?) non-Wiktionary wikis, and the Wiktionary page only includes Wiktionary wikis. [02:34:36] Hey [02:34:43] Can I get some assistance [02:35:33] I keep getting this error: [90fba3d6] 2015-09-03 02:26:58: Fatal exception of type "MWException" [02:35:39] When I try uploading images [02:36:17] Jess_, what site? [02:36:35] My personal media wiki site [02:36:52] look through your error logs for 90fba3d6 [02:37:12] Where do I find the error log? [02:38:29] depends on your setup [02:40:29] Will it be in the ftp? [02:43:15] Am I able to just transfer images via FTP to a directory instead of uploading online? [02:44:48] ??? [02:46:41] Jess_, as I said, depends on your server's setup [02:46:56] if you run apache the logs will probably be found somewhere like /var/log/apache2/error.log [02:47:08] iirc it'd be /var/log/httpd/error.log on fedora-based systems [02:47:26] Where do I put the images in a directory for the media wiki to access it, in ftp [05:00:40] how can I modify the "page last modifed by" message for mobile users? [05:01:41] MediaWiki:Lastmodifiedatby seems to affect desktops only [05:02:30] MediaWiki:mobile-frontend-last-modified-date [05:02:51] You can append uselang=qqx parameter to the url to check which messages are used [05:05:18] nice, tnx [13:00:28] Greetings channel, first timer here. [13:41:43] IamMartian: hello! [14:38:28] Hi, this account https://pt.wikipedia.org/w/index.php?title=Especial%3AAdministra%C3%A7%C3%A3o+de+contas+globais&target=GlobalCssJs+migration+script is a legitimate system script account? She is locked one year ago, and unlocked yesterday for his motivation, but does not have bot flag or user page to indicate his real function... [15:07:31] Le0n: it used to be a system account, but it should not be used anymore [15:28:59] us [15:36:20] I was looking at Special:AncientPages on my wiki and noticed that it was missing some things. Is there any way to fix that? [18:04:27] i need help w mediawiki and ldap i seeem to authenticate but in my debug log for the ldap extension i get " Failed to bind as dm_montynt\Audelgad [18:12:03] I installed MediaWiki on my Mac laptop under MAMP.app and it works fine. Then I installed an extension that does some of what I want, and I'd like to tinker with its code a bit. If I edit .php files in wiki/extensions/ExtensionName/ folders, what do I have to do to "refresh" or "compile"...anything? or changes automatically start happening? [18:18:10] nathan: changes start happening [18:21:23] thanks, ori. i tried to add a logging statement to an extension, but it wasn't working. maybe it's just my code is broken. what's the easiest way to dump out some debugging info from a hook, to make sure the hook is being called? [18:23:13] nathan: there are several different ways, but the one I like is to add the following line to your LocalSettings.php: $wgDebugLogGroups['MyExtension'] = "/path/to/log/file.log"; [18:23:14] Then to log messages you can call wfDebugLog( 'MyExtension', "some log message" ); [18:23:30] nathan: https://www.mediawiki.org/wiki/Manual:How_to_debug has more useful suggestions [18:23:36] esp https://www.mediawiki.org/wiki/Manual:How_to_debug#Logging [18:23:41] excellent, thank you. i'll go try those things now! [18:23:46] good luck! [18:27:10] adtech247: I would try editing the file LdapAuthentication.php in the LdapAuthentication plug-in and temporarily removing lines 175 and 177 (wfSuppressWarnings() and wfRestoreWarnings()) [18:27:16] adtech247: then you might get valuable debug output [18:58:25] hello. could anyone give me a hint on how i could generate a full URL to a page, provided that I have a WikiPage object? [19:01:11] I guess you need a Title object, that presumably you can get from that WikiPage [19:01:24] !class WikiPage [19:01:24] See https://doc.wikimedia.org/mediawiki-core/master/php/html/classWikiPage.html [19:02:10] WikiPage-> getTitle ()->getFullURL() [19:03:12] thank you Vulpix! :) [19:04:09] yw :) [19:07:51] Does anyone know how to get links from other pages on the wiki to anchors that are after closed divs to work? [19:08:28] I can link from other pages to the anchors that are before the divs to work [19:08:40] but anyghing within the div or after the div wont [19:08:55] it just takes you to the bottom of the page instead of going to where the actual anchor is [19:49:40] ori: your ideas worked -- thanks! [20:59:54] hello - installing FlaggedRevs when I run update, it did not create the tables. Created them manually. My problem: I do not see any flaggedrev icons on a page.... where have i gone wrong? thanks