Assistance Requested: Yellow "No results" Bar
According to the image posted it looks like you did not assign any datatype to the respective properties most importantly to "Has event start" and "Has event end". You can also use the sandbox to do live testing.
Thanks for the quick reply! I've seen that mentioned elsewhere and for the life of me cannot find how to explicitly define data types. I've spent a few days googling for it and came up dry. I'll look into the sandbox, but if you would please elaborate a little and show me what I'm missing in my subobject defintions, I would greatly appreciate it.
I added the link to the help page on setting datatypes to properties to the datatype page for better results. Thanks for noting that it was obviously not the easiest page to find.
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!