[02:42:33] Hello, I am having a issue installing media wiki, it is not loading the CSS files becuase it is trying to load load.php ad a domain [02:42:38] how would I fix this? [02:45:17] I'm not sure what you mean by "ad a domain" [03:00:42] *as [03:04:12] can you give an example of a URL that it's trying to load (you can replace the domain if you want) [03:07:23] this is the exact domin [03:07:24] https://load.php/?lang=en&modules=ext.visualEditor.desktopArticleTarget.noscript%7Cskins.vector.styles.legacy&only=styles&skin=vector [03:07:33] https://wiki.sturtz.cf//Main_Page [03:14:09] what do you have $wgServer and $wgScriptPath set to? [03:15:32] $wgServer = "https://wiki.sturtz.cf/"; $wgScriptPath = "/"; [03:16:59] $wgServer should not have a trailing slash [03:17:34] ok I removed it and the issue is still seen, [03:24:30] $ curl -v https://wiki.sturtz.cf/ shows a cert not accepted to me on Ubuntu linux [03:25:13] it works for me in Firfox [03:25:24] s/fir/fire/ [03:26:02] oh and I just noticed that all the links remove the https://wiki.sturtz.cf/ and just try and load http://index.php/ [03:28:25] ok AntiComposite darkblueb I got the load.php to load but still no css [03:29:06] use F12 in Firefix and the network tab, to see the URLs [03:29:12] Firefox [03:29:40] it looks like your rewrite rules are being applied to api.php and load.php [03:31:01] see https://www.mediawiki.org/wiki/Manual:Wiki_in_site_root_directory [03:36:10] there we go thank you AntiComposite [13:49:15] hi, i have pdf that i'm referring from multiple sections, how i should do that to get per page citation numbers? [13:49:29] that's with cite.pl extension [13:51:20] Does it have to do with MediaWiki? [13:52:51] yes [13:53:12] i'm writing that text with citations to wiki [13:55:57] hmm.... maybe it's extends= [14:04:57] well, extends= is some new feature. exactly what i would have needed. [14:16:57] https://www.mediawiki.org/wiki/Help:Cite#Separating_references_from_text has bug, it's not but with omittag. [14:19:34] and it actually works better if i take it away completely. [14:21:00] No, it's not. Looks like there are 2 ways to put references. One by setting the text in and an external , and another by putting the text of the references inside as that example explains [14:26:05] yes, i just noticed myself the same - and now it works just like i want it :) [16:02:08] Help, please. When doing transclusions of complete pages with DISPLAYTITLEs, I end up with a "Pages with ignored display titles." Is there a way to exclude the DISPLAYTITLE in the transclusion without using . [17:15:57] Sam[m]123456: use around DISPLAYTITLE [18:56:51] so I use page forms with the upload input type. I'm wondering if there is a way to prevent the file from being uploaded (keep it as a stashed file) until the user submits the form [21:46:46] has anyone come up with a version of Special:Upload that will allow chunked uploads for larger files, and the ability to overwrite existing files? [21:46:57] UploadWizard works fine for new files, but does not allow updating files