Hello all:

I have been having an issue with sync not working properly. I have
seen a couple of other
reports as well. I finally broke out firebug to see if I could figure
out what's happening.
I am using tw 2.5.2 in firefox 3.5.1. The portion of code
"config.macros.sync.doSync = function(e)"
reads:

        case sl.changedBoth:
                r = 
si.adaptor.putTiddler(si.tiddler,null,si,putTiddlerCallback);
                break;
        default:

I pull up the sync popup from the backstage menu, I leave checked one
item, StorySaverPluginInfo
(from tiddlytools.com)  which I changed locally.
Then I set firebug to break on error. After I click on the sync button
I get:

         si.adaptor.putTiddler is not a function

and it indicates the line I quote above.

I have looked through the code and don't see any place where this
function adaptor.putTiddler is
getting defined (or redefined for that matter). The code looks the
same in my 2.5.2 empty.html
as well as my 2.5.2 working copy. I can reproduce it by:

   * dowloading an empty 2.5.2
   * import the ImportTiddlersPlugin from http://www.tiddlytools.com.
   * edit the ImportTiddlersPlugin (add a space or something)
   * save empty.html
   * reload empty.html
   * open sync from backstage, (ImportTiddlersPlugin should show
"shanged while unplugged")
     and hit the sync button

Does anybody have any ideas on how to solve or further debug this?

-- rouilj

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
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/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to