Hello!

I use tiddly wiki since june. And had no problmes saving untll a fiew days. 

Now I get the message:

It's not possible to save changes. Possible reasons include:
- your browser doesn't support saving (Firefox, Internet Explorer, Safari 
and Opera all work if properly configured)
- the pathname to your TiddlyWiki file contains illegal characters
- the TiddlyWiki HTML file has been moved or renamed

I use tiddly on a Windows 7 and an Ubuntu 12.04 LTS machine. In both cases 
I use FireFox 17 (in case of ubuntu it is 17.0.1). I can't save on either 
of these machines. I didn't change anything, at least I'm not aware of it. 
But I think there was an update, automatically installd by FireFox.

On my ubuntu machine I have these entries in prefs.js

user_pref("capability.principal.codebase.p0.granted", "UniversalXPConnect");
user_pref("capability.principal.codebase.p0.id", 
"file:///home/alta/Dropbox/TiddlyWiki/wiki.html");
user_pref("capability.principal.codebase.p0.subjectName", "");

the location of my wiki is:
/home/alta/Dropbox/TiddlyWiki/wiki.html
which seems to be ok, for me.

I was seaching for a solution several times. But I couldn't find anything 
besides adding these 3 lines to the prefs.js
I couldn't find anyone else how didn't use to have the problem but now has.

Any hints or suggestions?

Thank you very much for taking time and reading my post.

Torsten



Am Montag, 3. September 2012 23:32:23 UTC+2 schrieb DHgn:
>
>
> It's taken me all day to gather enough info from various posts to figure 
> out a step by step guide to fix this. Being no developer, barely a 
> tiddlyuser, I thought I would put this into a step by step guide for other 
> dummies like me. I hope I didn't miss anything:
>
> 1. Place your tiddlywiki file where you want it to be saved or reside.
>
> 2. Open the tiddly in browser ( you will need the file location-URL)
>
> 3. Find Firefox file prefs.js file.
>
> *NOTE: * You may have to change the "show hidden files" settings: Control 
> Panel>Folder Options>View then mark "Show Hidden Files".
> Navigate to:
>
> C:\Users\Owner\AppData\Roaming\Mozilla\Firefox\Profiles\ixh2ch3k.default
>
> 4. Open prefs.js in notepad or other plain text editor.
>
> 5. Add the following lines at the end of the page.
>
> user_pref("capability.principal.codebase.p0.granted", 
> "UniversalXPConnect");
> user_pref("capability.principal.codebase.p0.id", "*the location of your 
> tiddly file as it appears in your firefox browser address bar*");
> user_pref("capability.principal.codebase.p0.subjectName", "");
>
> *Example:*
>
>> user_pref("capability.principal.codebase.p0.granted", 
>> "UniversalXPConnect");
>> user_pref("capability.principal.codebase.p0.id", 
>> "file:///C:/Users/Mary/Dropbox/Tiddlywiki/tiddly1.html");
>> user_pref("capability.principal.codebase.p0.subjectName", "");
>>
>> 6. Save and close text editor.
>
> 7. Close Firefox and reopen.
>
> Note: You will have to add this for each "tiddlywiki" you have. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywikidev/-/FF061y6HUm8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to