[03:22:05] [SemanticMediaWiki] mwjames pushed 1 new commit to master: http://git.io/KBcHuA [03:22:05] SemanticMediaWiki/master aeca476 mwjames: Update README.md [05:44:46] [SemanticMediaWiki] mwjames pushed 1 new commit to master: http://git.io/jaFGVg [05:44:46] SemanticMediaWiki/master e478eeb mwjames: Update README.md [10:21:52] (PS1) Siebrand: Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticDrilldown] - https://gerrit.wikimedia.org/r/125133 [10:23:29] (PS1) Siebrand: Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticResultFormats] - https://gerrit.wikimedia.org/r/125136 [10:27:01] (PS1) Siebrand: Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/125138 [10:27:57] (PS1) Siebrand: Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/125139 [10:29:27] (PS1) Siebrand: Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/Maps] - https://gerrit.wikimedia.org/r/125141 [14:38:03] (CR) Nikerabbit: [C: 2 V: 2] Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/Maps] - https://gerrit.wikimedia.org/r/125141 (owner: Siebrand) [14:47:00] (CR) Raimond Spekking: [C: 2] Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/125139 (owner: Siebrand) [14:47:27] (Merged) jenkins-bot: Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/125139 (owner: Siebrand) [14:47:46] (CR) Raimond Spekking: [C: 2] Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/125138 (owner: Siebrand) [14:48:00] (Merged) jenkins-bot: Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticMediaWiki] - https://gerrit.wikimedia.org/r/125138 (owner: Siebrand) [14:48:41] (CR) Raimond Spekking: [C: 2] Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticResultFormats] - https://gerrit.wikimedia.org/r/125136 (owner: Siebrand) [14:48:49] (Merged) jenkins-bot: Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticResultFormats] - https://gerrit.wikimedia.org/r/125136 (owner: Siebrand) [14:48:58] (CR) Raimond Spekking: [C: 2] Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticDrilldown] - https://gerrit.wikimedia.org/r/125133 (owner: Siebrand) [14:49:01] (Merged) jenkins-bot: Remove zh-[cn|tw] in favour of zh-han[s|t] [extensions/SemanticDrilldown] - https://gerrit.wikimedia.org/r/125133 (owner: Siebrand) [18:08:15] Hi, after updating to 1.22.5 (https://wiki.piratenpartei.de/Spezial:Version) and SMW 1.9.1.1 I'm seeing UNIQ... when editing this template (https://wiki.piratenpartei.de/wiki/index.php?title=Vorlage:Programm%C3%A4nderungsantrag&action=history) and including usage information into it using
-tags. The preview is working fine, but on save the 
-block is replaced with the uniq...-string...
[18:08:16] 	 ...if SMW is active. How can I debug what's causing this?
[18:14:04] 	 Also (using composer) I now get "PHP Fatal error:  Call to undefined function enableSemantics()" when I try to run "php maintenance/runJobs.php --conf ..."
[18:34:53] 	 if I remove the "Nummer" attribute the bug disappears. So I think it's related to SMW trying to interpret the pre-block, but failing due to invalid values and then not replacing the uniq with the originally parsed text on exit.
[18:36:07] 	 here's a debug page: https://wiki.piratenpartei.de/Vorlage:BugTest I'll try to make minimal example which triggers this bug.
[18:43:09] 	 ok, the bug is only triggered, when the attribute is not yet defined.
[18:56:26] 	 .. or if the value of the attribute is invalid.
[20:27:03] 	 jamasi: are you still having that problem?
[20:27:19] 	 The "BugTest" template page you created looks fine...
[22:23:02] 	 well, I narrowed down the problem
[22:23:24] 	 still I think there's a bug in SMW
[22:24:33] 	 you should be able to reproduce it by creating a template like this: https://wiki.piratenpartei.de/wiki/index.php?title=Vorlage:BugTest&action=edit
[22:25:06] 	 when there is no attribute called "Antragsnummer" in your wiki.
[22:26:30] 	 Yaron: could you try this and see if you can reproduce the bug in your wiki or a test installation?
[22:28:11] 	 What exactly is the bug - if you use an attribute/property that is not defined, it shows a "UNIQ...QINU" string?
[22:29:39] 	 yes, the 
-block is not rendered. Instead the uniq... placeholder is saved into the template.
[22:30:31] 	 The 
 block? That seems very strange... it's not being stored by SMW at all.
[22:31:35] 	 yes, I suppose an error condition in SMW leads to premature abort of the recursive render process.
[22:32:16] 	 So if you were to change "Antragsnummer" to, say, "Antragsnummer 2" in that template, would the bug show up again?
[22:32:45] 	 I just want to make sure I understand how it can be reproduced.
[22:32:54] 	 let's see
[22:33:35] 	 https://wiki.piratenpartei.de/wiki/index.php?title=Vorlage:BugTest&diff=2320875&oldid=2320724
[22:34:10] 	 Oh, wow!
[22:34:23] 	 I get it... the UNIQ...QINU thing goes into the wikitext itself.
[22:34:33] 	 That's really bad...
[22:34:47] 	 yes, this can really F*** up your templates
[22:35:16] 	 during preview all is ok but on save it barfs.
[22:35:32] 	 I've never seen anything like this - I'm guessing (and hoping) that it's a recent bug.
[22:35:46] 	 You do seem to be using a pretty recent version of SMW.
[22:36:16] 	 yes, I just updated that wiki to most up to date stable versions.
[22:36:25] 	 Ah.
[22:36:42] 	 If you have time, I would strongly suggest filing a bug report about it here: https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues
[22:37:32] 	 I guess you need a GitHub account for that, but it's worthwhile to have one anyway...
[22:38:15] 	 that's not a problem. but before filing I'd like to have confirmation if that bug is also showing for any of you in your install.
[22:49:22] 	 https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/271 bugreport. if you can reproduce the issue please add to this bug.
[22:57:31] 	 jamasi: no, I can't reproduce it... I just tried.
[22:57:46] 	 But that doesn't mean anything - if it's a problem for you, then it's a problem.
[22:58:49] 	 it might be in combination with other extensions. or even depending on php-version.
[23:34:05] 	 if I find the time I'll possibly try to debug this further as well.
[23:39:38] 	 ok, off for now.