Assistance Requested: Yellow "No results" Bar
I created a test page out on sandbox.semantic-mediawiki.org and using the exact same definitions, it never gets past the three loading dots there. I stripped down the eventcalendar call to the bare minimum, and it still stays at the three loading dots. What I've read leads me to believe that this is a server-side issue. It may be a server side issue on my site as well, but I'm not certain how to debug it yet, if so.
Thanks again!
The test on sandbox failed because of the experimental Content Security Policy setting. It is now working as expected after removing the policy setting.
Yup. That did the trick, and the code that does not work on my own server works just fine in the Sandbox - even without explicitly defining any date datatypes (maybe that's done behind the scenes somewhere?). Thanks for pointing out the sandbox for me, that at least gives me a place to start! I'll pour through the versions and requirements. In the end, it may simply be a matter of ripping and reinstalling SMW and SRF.
I'm still struggling a little with the syntax to define a date datatype, but I'll play around with it in the sandbox until I figure that out.
Thanks again!