[SMW-devel] [SMW] Special:Undelete error caused by $smwgPageSpecialProperties

2013-01-15 Thread Desiree Gennaro
I am having a strange issue...a page was accidentally deleted and when I went to go restore it I kept receiving HTTP500 error. The error finally stopped when I removed '_LEDT' from my $smwgPageSpecialProperties array. This seems very strange to me. Any ideas?

Re: [SMW-devel] SMW bugs: The property id to add must be a positive integer

2013-01-15 Thread Stephan Gambke
Ok, I think there is something seriously wrong with SMWSQLStore3Writers. getCurrentPropertyTableContents only fetches one row and returns it as an array. It should probably return several rows as an array of arrays. Something like this: $result = array(); $resultWrapper =