[09:19:34] ugh, why am I getting Fatal error: Can't inherit abstract function IDatabase::getType() (previously declared abstract in DatabaseBase) in /var/www/w/git/includes/db/Database.php on line 32 [09:29:09] bawolff: {{fixme}} [09:29:26] I think i figured it out now [09:29:36] the php version i was testing on was ancient [09:30:20] although its still listed as supported [09:38:23] Hello [09:38:30] hi [09:39:37] at the moment, i use the shorten url's, but i want to set my script URL's to /w/$1 [09:39:49] can i do that safely with $wgScriptPath or not? [09:41:39] Josse: ?action=raw might not work in some cases with that [09:42:04] how can i do that? [09:42:19] Maybe use $wgActionPaths instead [09:42:46] wait, I think i misunderstood what you are saying [09:43:24] Josse: $wgScriptPath doesn't take a $1 variable [09:43:29] so that won't work [09:43:34] what are you trying to do? [09:43:38] oh... [09:44:14] bawolff: I want to change the script-url's [09:44:43] What would you like them to look like? [09:44:58] by example, i want to locate the index.php at $IP/w/index.php [09:45:02] like wikimedia [09:46:07] $wgScriptPath = '/w'; [09:46:29] your wiki should be installed on that path, though [09:52:04] I think that it doesn't work [09:52:22] the whole CSS is disabled now [09:52:38] and the images also [09:53:23] be sure that's not a cache problem. Clear your browser's cache, and access the page with ?debug=true [09:55:13] Vulpix: It looks like the index.php stays at /$1, not /w/$1 [09:55:20] ($1 = index.php) [09:56:05] that can happen if you have edited $wgArticlePath. You should adapt it now then [09:56:20] still, CSS and images don't use $wgArticlePath [09:57:10] no, it's all like this http://prntscr.com/7uevji [10:01:25] Josse: Hit F12, reload the page and look at errors in the console like HTTP 404 or 500. Or maybe you have rewrite rules in place that are routing images and CSS to MediaWiki like if they were normal articles [10:02:44] ah i see [10:02:54] http://prntscr.com/7uewv7, is this usable? [10:03:10] whoops error with screenshot, excuse me [10:03:25] http://prntscr.com/7uex1c [10:07:09] Vulpix? [10:08:01] Josse: yes, that's an error URL. it may be a "not found" error or something like that [10:08:19] look at the URLs it's trying to request and see if they make sense [10:08:40] hm... [10:08:42] you may need to look at the network tab of the developer console to see the HTTP requests [10:09:11] okay [19:17:55] Hello there [19:18:20] Question: How would one get what pages link to a certain page using the API? [19:18:36] Or, better yet, the equivalent of Special:WhatLinksHere on the API [19:20:52] Vicyorus: https://www.mediawiki.org/wiki/API:Backlinks [19:22:16] Oh good, Wikia does support it [19:22:27] Vulpix, much appreciated [20:06:49] Hello everyone. I was here a few days ago seeking help with issues of extensions breaking after I updated to 1.25.1 from 1.23.8. I fixed all the issues by simply upgrading to the 1.25 MW version of all the extensions! :) [20:06:54] Just thought I'd report back! [20:07:20] I also have another question. What are everyone's opinion with using HHVM on a Wiki? [20:44:44] Also, is there a guide for converting from PHP to HHVM for a Wiki? [20:52:09] Hey... I'm trying to turn on VisualEditor and everything seemed to go okay, but when I click the edit link... it just sits there and does nothing. Where do I start troubleshooting at?