I am running Mac Bootcamp. I have booted to my Windows 10 bootcamp VM. So
I am not running parallels.
I have tiddlyFox running on FireFox Developer Edition 52.0a2 (2017-01-23)
(32-bit).
When I save I get
[Exception... "Component returned failure code: 0x80520015
(NS_ERROR_FILE_ACCESS_DENIED) [nsIFileOutputStream.init]"
nsresult: "0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)" location: "JS frame ::
chrome://tiddlyfox/content/overlay.js :: TiddlyFox.saveFile :: line 98" data:
no]
Because of
function saveMain(localPath,original,posDiv)
{
var save;
try {
var revised = updateOriginal(original,posDiv,localPath);
save = saveFile(localPath,revised); //here
} catch (ex) {
showException(ex);
}
if(save) {
displayMessage(config.messages.mainSaved,"file://" + localPath);
store.setDirty(false);
} else {
alert(config.messages.mainFailed);
}
}
Here are some links I looked at.
- not saving
<http://tiddlywiki.narkive.com/kn2u2vDs/tw-tiddlyfox-not-saving-anymore-on-firefox-47-0>
and root is the owner problem
<https://groups.google.com/forum/#%21topic/Tiddlywiki/p1lms-DE5IE>
and initial save does not work
<https://groups.google.com/forum/#%21topic/tiddlywiki/0BTRi1Leol0>
Please help. I need my classic tiddlys.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/2aa4224b-3497-4a97-8ad1-204d535c0ce5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.