A potential solution to 'Unknown Error'
BTW, I learned this the hard way. But try not to put quotes (') and other special symbols in your Collections since the SQL expression isn't sanitised. I think semicolons (;) would also wreak havoc on your database, though empirically using colons (:), underscores (_), and spaces ( ) have turned out fine for me.
I was getting the same Unknown Error as everyone until I removed the offending character from one of my (as of this writing) 57 Collections lol
|