Hi William

The first error looks as though TiddlyWiki is trying to use the PUT saver to 
save changes. That suggests that maybe you have not got the required tiddlyweb 
plugin loaded. The plugins you’re using should be entered into the 
tiddlywiki.info file for your wiki:

https://tiddlywiki.com/#Installing%20a%20plugin%20from%20the%20plugin%20library

The second error looks like maybe you’ve got a 5.1.13 plugin loaded as a 
literal tiddler. It won’t get updated when you upgrade because it’s a literal 
tiddler rather than a reference in the tiddlywiki.info file.

If the system will let you, you can use the $:/AdvancedSearch “Filter" tag to 
help track this down:

First, the following filter expression will list all of the different values 
for the “version” field of the loaded plugins:

[all[tiddlers]each[version]get[version]]

If you see “5.1.13” listed then you can identify the specific rogue plugin with 
the following expression that lists all of the plugins with the “version” field 
set to 5.1.13:

[all[tiddlers]version[5.1.13]]

If none of that helps then I think you might be best starting with a new wiki 
and progressively bringing your content over until you can see what breaks.

Best wishes

Jeremy.


> On 22 Nov 2017, at 03:24, William RENOU <wilr1...@gmail.com> wrote:
> 
> Hello. 
> I was running on 5.1.13 and decided to upgrade my server to 5.1.15 after 
> testing it for a bit. Unfortunately since the upgrade it has become mostly 
> unusable. I can open my TW fine but when used, most functions return a 
> javascript error. Even only opening the TW yield errors. 
> 
> $:/core/modules/utils/dom/http.js:65 
> OPTIONS http://host/path/ 404 (Not Found)
>  exports.httpRequest @ $:/core/modules/utils/dom/http.js:65
>  PutSaver @ $:/core/modules/savers/put.js:28
>  exports.create @ $:/core/modules/savers/put.js:108
>  (anonymous) @ $:/core/modules/saver-handler.js:122
>  (anonymous) @ (index):24882
>  $tw.utils.each @ (index):24213
>  $tw.modules.forEachModuleOfType @ (index):24881
>  SaverHandler.initSavers @ $:/core/modules/saver-handler.js:120
>  SaverHandler @ $:/core/modules/saver-handler.js:30
>  exports.startup @ $:/core/modules/startup.js:115
>  $tw.boot.executeNextStartupTask @ (index):26094
>  $tw.boot.executeNextStartupTask @ (index):26098
>  $tw.boot.executeNextStartupTask @ (index):26098
>  $tw.boot.startup @ (index):26051
>  (anonymous) @ (index):26200
>  $tw.boot.decryptEncryptedTiddlers @ (index):25479
>  $tw.boot.boot @ (index):26198
>  _boot @ (index):26207
>  (anonymous) @ (index):26217
> 
> $:/core/modules/utils/dom/http.js:65 HEAD http://host/path/ 404 (Not Found)
>  exports.httpRequest @ $:/core/modules/utils/dom/http.js:65
>  PutSaver @ $:/core/modules/savers/put.js:39
>  exports.create @ $:/core/modules/savers/put.js:108
>  (anonymous) @ $:/core/modules/saver-handler.js:122
>  (anonymous) @ (index):24882
>  $tw.utils.each @ (index):24213
>  $tw.modules.forEachModuleOfType @ (index):24881
>  SaverHandler.initSavers @ $:/core/modules/saver-handler.js:120
>  SaverHandler @ $:/core/modules/saver-handler.js:30
>  exports.startup @ $:/core/modules/startup.js:115
>  $tw.boot.executeNextStartupTask @ (index):26094
>  $tw.boot.executeNextStartupTask @ (index):26098
>  $tw.boot.executeNextStartupTask @ (index):26098
>  $tw.boot.startup @ (index):26051
>  (anonymous) @ (index):26200
>  $tw.boot.decryptEncryptedTiddlers @ (index):25479
>  $tw.boot.boot @ (index):26198
>  _boot @ (index):26207
>  (anonymous) @ (index):26217
> 
> I first thought plugins were to blame so I disabled them, no effect. I then 
> downgraded to .14 and again to .13 since .14 was showing the exact same 
> symptoms. Returning to .13 showed my TW back to functionnal status.
> As a test I tried to create a new TW under .15 and it is working fine, 
> meaning my issue was a configuration issue on my TW folders. The error 
> typically triggers when I open the Recent Sidebar tab.
> Most errors I get during use are like this one :
> (index):24287 Uncaught TypeError: Cannot read property 'day' of undefined
> $tw.utils.error @ (index):24287
> window.onerror @ (index):24314
> setTimeout (async)
> exports.nextTick @ $:/core/modules/utils/utils.js:584
> exports.enqueueTiddlerEvent @ $:/core/modules/wiki.js:152
> deleteTiddler @ (index):25065
> Popup.cancel @ $:/core/modules/utils/dom/popup.js:144
> Popup.handleEvent @ $:/core/modules/utils/dom/popup.js:69
> $:/core/modules/tiddler.js:138 Uncaught TypeError: Cannot read property 'day' 
> of undefined
>     at $tw.Tiddler.exports.getFieldDay ($:/core/modules/tiddler.js:138)
>     at eval ($:/core/modules/filters/sameday.js:26)
>     at each ((index):25093)
>     at exports.sameday ($:/core/modules/filters/sameday.js:24)
>     at eval ($:/core/modules/filters.js:207)
>     at Object.$tw.utils.each ((index):24224)
>     at operationSubFunction ($:/core/modules/filters.js:190)
>     at eval ($:/core/modules/filters.js:238)
>     at eval ($:/core/modules/filters.js:263)
>     at Object.$tw.utils.each ((index):24224)
> I could rollback to .13 and keep using my TW, but I'd really like to fix them 
> as there are a few things the updates added I could use. 
> 
> -- 
> 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 tiddlywiki+unsubscr...@googlegroups.com 
> <mailto:tiddlywiki+unsubscr...@googlegroups.com>.
> To post to this group, send email to tiddlywiki@googlegroups.com 
> <mailto:tiddlywiki@googlegroups.com>.
> Visit this group at https://groups.google.com/group/tiddlywiki 
> <https://groups.google.com/group/tiddlywiki>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/e6dfbfe1-c047-4adc-8267-7b63251a98f0%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/e6dfbfe1-c047-4adc-8267-7b63251a98f0%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/20A8959B-57AA-433C-9662-F395AD5C3927%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to