Hi!
After adding additional priviledges to database (CREATE TEMPORARILY
TABLES and DROP), my upgrade seems to work. I wonder, whether these
additional priviledges are mentioned in INSTALL file, because older
SMW's were happy with just ALTER.

But there's some disappointment, my query templates don't work
anymore. I've used to display custom HTML layout with such query:

<div class="tbl-yarsu">
<!-- {{newshead}} -->
<ask sort="Date" order="descending" limit="20" format="template"
template="newsrow" default="There is no news" searchlabel="Browse all news ...">
[[Date:=*]]
[[Category:News]]
</ask></div>

and a such simple Template:newsrow

<div class="tr-yarsu">
<div class="td-yarsu yarsu-date">{{{2}}}</div>
<div class="td-yarsu yarsu-article">{{{1}}}</div>
<div class="space-line-yarsu"></div>
</div>


The query works, yet the value of {{{2}}} is omitted. it's empty,
none.. :-(

{{{1}}} expands just fine..

Dmitriy


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to