[03:51:02] hello [03:52:42] i am having some trouble logging into my wiki administrator... keep getting an error, "Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in /DF_CommandInterface.php on line 313 [03:52:51] anyone see this before? [13:04:57] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/21302 [13:33:39] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/21273 [14:57:12] Hey, folks....in a template for a semantic form page I've got a semantic property value that I need to be a link, while currently it is not, but I can't seem to get the syntax correct. [15:00:16] If I have [[Property1::{{{Field Name1|}}}]], and I need that to show up as a link to a page called {{{Field Name1}}}, it doesn't seem to work. Only thing I can think of is to call another template that takes {{{Field Name1}}} as a arg and make it a link in that template, so that what is returned is a the link. [15:26:04] uncleben: it should work directly, provided the Property1 is of type Page [15:34:07] uncleben: oh wait, a TEMPLATE within a form? then you're running into a parsing issue: http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#Reusing_form_elements [15:34:54] No, not a template within a form [15:35:00] template within a property declaration within a template [15:35:26] so in the template, I have to declare [[Property1::{{{Field Name1|}}}]], right? [15:35:54] otherwise, the field contents are not recognized as being values of Property1 [15:35:55] if that template uses named fields, then yes [15:36:14] However, I need that value not just to be recognized as a property, I need it to be displayed as a link to a page [15:36:28] what is the type of that property [15:36:46] so let's say {{Field Name1|}}} contains 'SomePageName' [15:36:51] It's a string [15:36:56] make it a page? [15:37:09] something funky in your data model [15:37:26] You know, I never made the connection on the property type page before just this minute.....bah [15:37:31] the property is not of type page, yet it points to a page [15:37:43] heh, welcome to this section of the learning curve :-) [15:37:48] Yeah, right? [15:38:33] so if Property:Property1 contains [[has type::page]] then the property declaration should become a clickable link [15:38:34] ok.....so if the contents of a field are going to be a page name, obviously, the property must be of type Page. [15:38:51] that sounds about right [15:39:08] and the property itself takes on the meaning of a relation [15:40:23] I didn't think about that field needing to be a link to another page with that name until after the fact, so I'll claim short-sightedness instead of base ignorance and newb-ness as my excuse. [15:41:51] all valid excuses anyway [23:16:50] does anyone know if the WikiAdministration tool requires php_sockets to be installed on the server?