[02:24:04] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMaps] (master) - https://gerrit.wikimedia.org/r/55061 [02:24:33] Change merged: Jeroen De Dauw; [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/54369 [02:25:27] Change merged: jenkins-bot; [mediawiki/extensions/SemanticMaps] (master) - https://gerrit.wikimedia.org/r/53015 [02:31:34] Change merged: jenkins-bot; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/53018 [08:18:25] New patchset: Shirayuki; "Add comments for grep" [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/53001 [08:35:53] New patchset: Shirayuki; "Fix indentation" [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/53001 [08:42:06] Change merged: jenkins-bot; [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/53001 [10:36:14] suppose i have tagged some pages as [[Category:Howto]] ... and as the numbers grow, i additionally tag some of them [[Category:Linux]] or [[Category:Windows]] ... now i know how to do a nice inline query to ask for all pages that have linux howtos or windows howtos ... but how would i ask for a query that lists all howtos without one of those additional category tags? Or did i do something bad and should have done it totally different? [12:03:05] yaron: Hey, why is http://mapping.referata.com down? [12:03:15] Hello! [12:03:35] It works for me - it might have just been a temporary blip. [12:04:10] oh, I am getting 500 Error [12:05:00] Okay that happens only for http://mapping.referata.com/wiki/OpenLayers [12:09:04] Nischayn22: oh yeah, it must be something on that page causing the error. [16:46:50] Just started playing with smw version 1.8.0.4 [16:47:05] Special properties have, "This property is a special property in this wiki." tacked on after them. [16:47:49] Even when I specify a different label for the results of a query (eg "Modification date=Modified"), that phrase gets tacked on the end (of say a table header). [16:48:17] How can you get rid of "This property is a special property in this wiki.", at least in result labels? [16:48:20] Thanks. [17:53:25] i10neorg: that sounds like a bug. [17:54:04] Ideally, you could submit a bug report for it, on bugzilla.wikimedia.org... [18:32:09] yaron: Okay, thanks. [20:48:53] after installing smw on my wiki yesterday,whenever i open a page it seems to be hotch potch [21:11:11] Rahul_21: is your wiki publicly accessible? [21:11:35] Saruman, no [21:12:22] well, will be hard to help then [21:12:56] what have you tried to remedy the situation? [21:14:01] Saruman, the error message when i run the update script is strange [21:14:02] A copy of your installation's LocalSettings.php [21:14:02] must exist and be readable in the source directory. [21:14:03] Use --conf to specify it. [21:14:27] Saruman, "Use --conf to specify it" i find something fishy here [21:14:51] --conf is a standard MediaWiki script thing [21:15:12] it has to do something with that [21:15:34] php SMW_setup.php --conf /etc/mediawiki/LocalSettings.php [21:15:47] or whereever you have your LocalSettings [21:17:48] Saruman, my mediawiki is installed in /opt/lampp/mediawiki/ and i have my git repo in root [21:17:54] Saruman, is that a problem? [21:18:06] apparently yes :-O [21:18:17] I have no experience with git repos [21:18:57] however, the SMW setup must be completed either by the GUI or the CLI script [21:19:14] Could not open input file: SMW_setup.php [21:19:43] Rahul_21: what OS are you on [21:19:53] ubuntu [21:20:02] and how well do you know linux [21:20:38] i am new to it started using since a 2 months [21:20:49] OK that adds to the learning curve :-/ [21:20:58] yes :) [21:21:09] the CLI command calls the PHP cli [21:21:33] we give it two parameters: the PHP script to run, and a parameter --conf [21:21:49] PHP will start up, and then go get that PHP script you want to run [21:22:20] I'm not sure if it looks through your search paths, but usually I start php from the directory where the script is [21:22:23] you didn't [21:22:35] not a prob, but then you have to tell PHP where it is [21:22:55] ok i am getting what you are trying to say [21:23:08] if you're in /opt/lampp/mediawiki, you will have to run something like "php extensions/SemanticMediawiki/maintenance/SMW_setup.php [21:23:32] furthermore, the SMWsetup script will peek in your LocalSettings.php - same thing [21:23:48] if it can't find it, you specify it with --conf, relative to where you are [21:26:17] root@ubuntu:~/wikimedia-git-repos/core/maintenance# php /opt/lampp/htdocs/mediawiki/extensions/SemanticMediaWiki/maintenance/SMW_setup.php --conf /opt/lampp/htdocs/mediawiki/LocalSettings.php [21:26:26] this is what i wrote [21:26:37] Selected storage "SMWSQLStore3" for update! [21:26:38] Setting up standard database configuration for SMW ... [21:26:38] Selected storage engine is "SMWSQLStore" (or an extension thereof) [21:26:38] PHP Fatal error: Call to undefined function mysql_error() in /opt/lampp/htdocs/mediawiki/includes/db/DatabaseMysql.php on line 326 [21:27:26] doesn't look like your MW setup is totally sound [21:27:59] which version of MW do you have [21:28:31] 1.20 i guess [21:30:03] have you been using MW already? [21:30:50] yes,i fix bugs and i use it locally to experiment with special pages,template etc [21:31:35] do you have php-mysql libs installed? [21:32:27] yes i did it at the time of installation [21:32:34] how can i check? [21:33:51] I don't know ubuntu very well [21:33:57] I guess you can use aptitude [21:34:55] ok i have maybe got the issue [21:35:12] when i am logged in as root and type mysql i get an error [21:35:27] dpkg --get-selections | grep php [21:36:00] that error is not a prob [21:36:23] although... on ubuntu... [21:36:37] on Debian, i have to run mysql -u root -p [21:36:43] and then use my MySQL root password [21:36:50] which differs from the OS root password [21:39:22] yes exactly [21:39:40] i could login with mysql -u root -p [21:39:51] but when i type mysql i get the error [21:40:12] "access denied" is normal [21:40:23] php5cli install [21:41:04] that'll more likely be "apt-get update" "apt-get install php5-cli" [21:41:35] last I looked, the CLI packaging system for Ubuntu was Debian's, i.e. apt [21:41:43] apt FTW! [21:42:00] dunno what they're up to these days though... [21:42:49] ok [21:43:03] php5-cli is already the newest version. [21:43:05] lol [21:44:56] php5-mysql will prolly be installed already, or MW wouldn't have run [21:45:23] yes [21:45:26] so now? [21:45:28] what does php -v say? [21:45:46] the version s 5.4.6 [21:46:45] that is more than the required minimum [21:46:56] what version of MW are you on exactly [21:47:25] is that MW version installed from Ubuntu repo, or have you downloaded it from mw.org? [21:48:52] is there a command to find that out [21:48:56] There should be a /opt/lampp/htdocs/mediawiki/RELEASE-NOTES-1.20 or something [21:49:02] i think its is 1.20 [21:49:08] look in that file [21:49:42] if the 7th line is == MediaWiki 1.20.3 == then it's the latest stable [21:50:42] 1.20.2 [21:53:28] close enough [21:54:04] are you logged in as root? [21:54:09] yes [21:54:17] bleh... [21:54:19] dunno then [21:54:51] try disabling SMW in LocalSettings, see if MW still works [21:55:48] I don't know how to troubleshoot this issue on your Ubuntu station [21:57:13] same problem