template name as string - renaming files - broken in Zotero 6, works in Zotero 7 safe mode
After installing latest beta (7.0.0-beta.26+6dcc70f53) when i try "Rename file from parent metadata" instead of normal expected title, the file on the disc is literally named like this (the template),
"{{ firstCreator suffix= - }}{{ year suffix= - }}{{ title truncate=120 }}.pdf"
after switching back to Z6 in the same database effect is the same
After me trying to debug it, this profile in Zotero 7 is always starting in safe mode and renaming works again, Zotero 6 renaming produce this template string instead of substituting it
Before it happened I was testing latest Better Bibtex build working with Zotero 7
"{{ firstCreator suffix= - }}{{ year suffix= - }}{{ title truncate=120 }}.pdf"
after switching back to Z6 in the same database effect is the same
After me trying to debug it, this profile in Zotero 7 is always starting in safe mode and renaming works again, Zotero 6 renaming produce this template string instead of substituting it
Before it happened I was testing latest Better Bibtex build working with Zotero 7
(I have a temporary webdav problem but this is unrelated)
https://forums.zotero.org/discussion/106562/rename-file-from-parent-metadata-doesnt-always-work-in-z-7-beta-26#latest
See the other thread for an explanation of why you're not seeing the attachment title change when you perform a manual rename (and why you've never actually needed to run rename manually on a file saved from the web).
During this "adventure" I am locked permamently in safe mode in Zotero 7 with my main profile, deleting of all addons didnt helped; the debug IDs are posted above
I can open profile in Zotero 6 (and use the plugins there - BBT) , and I can create new profile and switch between Zotero 6 and Zotero 7
I created another output with logging when trying to restart sevaral times D406422834
If you go to your Zotero profile directory and open prefs.js in TextEdit, what's the value of
toolkit.startup.recent_crashes
?The same plugins worked well with other profile.
`user_pref("toolkit.startup.recent_crashes", 27);`
The quitting from dock > quit cause crash counter to increase, quitting via Zotero Window (Command + Q) is safe
I dont know if this matter but I had values related to Word and Libre office plugins set to true even if I dont have them installed in Zotero 7 (only in Zotero6), after I turned off Safe Mode those values do not appear anymore