> Calling this TW with DefaultTiddler [[DatePluginInfo]] referring to
> the associated tiddler inwww.tiddlytools.comopens an error message:
> "Cannot accesshttp://TiddlyTools.com. Calling XMLHttpRequest.open is
> rejected." - And the tiddler is displayed on with title.
When working with an *online* document, unsigned scripts (such as
TiddlyWiki) can only use XMLHttpRequest to read external documents
that are hosted on the same domain. This is known as the "same domain
policy".
One workaround is to use a proxy script that can makes it appear that
you are requesting a locally hosted file, even if the actual URL is on
a different domain. TiddlySpot.com has a such a proxy script
installed for documents hosted on that service.
> Calling my TW from my local disk shows no Access-Refused-message; but
> the mentioned w.tiddler missing property message.
This sounds more like a real bug... please send me a ZIP-compressed
copy of your document so I can take a look.
-e