some of the journal styles are not being installed
"This item could not be saved because Zotero is not open or is unreachable. Please open Zotero and try again."
I have followed suggestions in the forum relating to this but none seem to work.
Also tried with downloaded .cls files. How to install such files manually ? I have ubuntu 14.04
Shall be grateful to have your help.
I have followed suggestions in the forum relating to this but none seem to work.
Also tried with downloaded .cls files. How to install such files manually ? I have ubuntu 14.04
Shall be grateful to have your help.
Example styles which did not work:
1. BBA - proteins and proteomics
2. Journal of computer-aided molecular design
3. Journal of molecular modeling
Etc.
One noticable point is that these journals use square brackets ([1] [2, 3] ) in their citation styles. Though I am not sure if that's the reason or that's true for all cases which fail !
But I have seen many to post similar problems in the forum ! Is there a possible quick fix ? Also, how can one install manually a .cls file after downloading.
You can install csl files in Zotero Preferences -> Cite -> Styles
An error report ID from Zotero after installing should confirm that. If I'm right, see https://www.zotero.org/support/kb/connection_error
Precisely, I am trying to install (say) the journal citation style BBA - proteins and proteiomics (https://www.zotero.org/styles?q=bba - prot). Upon clicking the link all I am getting is the following error:
This item is not saved because zotero is not open or is unreachable. Please open zotero and try again.
- which is strange since the zotero standalone is open and also I have auto-logged-in to my online zotero account.
I have also tried to install the .csl file manually (zotero -> preferences -> '+' -> redirecting to the .csl file) which returns an even more general error:
An unexpected error occurred while installing "/home/sankar/Downloads/bba-proteins-and-proteomics.csl"
I never encountered such troubleshoots before with my earlier versions of zotero and libreoffice. I am currently using the most upgraded versions of both (libreoffice 5 and zotero 5.0.31. I have checked for updates and nothing more is currently available.
Should these styles have some dependencies how could it be solved ?
(zotero:8076): GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed
(zotero:8076): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed
(zotero:8076): GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed
(zotero:8076): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed
should it be of any help to what is happening within
We'd want an error report ID after a failed attempt to install a style:
https://www.zotero.org/support/reporting_problems#provide_a_report_id
1723360247
Kindly ignore the duplication.
Many thanks for your kind attention. Hope this will be fixed soon.
So, I went to my library (standalone) and deleted / merged about many redundant articles (including pdf), emptied trash and ensured that it auto-synced in the online library.
The aforementioned problem still remains !
Then, I also uninstalled several journal styles (preferences -> cite -> '-') but it did not help the cause.
The same problem remains for other journals as well:
1. https://www.zotero.org/styles?q=journal of computer-aided
2. https://www.zotero.org/styles?q=journal of molecular mode
3. https://www.zotero.org/styles?q=journal of molecular bio
Is there a way to monitor continuously the size after each insertion / deletion ? What minimum size is required to install new styles ?
Is there a way to monitor continuously the size after each insertion / deletion ? What minimum size is required to install new styles ?
In any case, you should close Zotero and move /home/[…]/.mozilla/firefox/gdeemnqx.default/zotero to ~/Zotero (capitalized), and then make sure all folders and files in that directory are writable by your current user account (but again, it's probably security software).
Didn't help the cause. Let me try this and get back to you.
mv ~/.mozilla/firefox/gdeemnqx.default/zotero ~/Zotero
Just try running Zotero. If the problem still exists, you'd need to fix permissions, but what you're doing is absolutely not the way to do it.
sudo chmod -R 777 ~/Zotero
and then after running zotero I could install manually the style.
And now I could install all other desired styles from the online repository as well.
Though I understand it might have been possible without changing the permissions as well.
Actually I had already run the chmod command before your last message arrived.
Many many thanks.
Generally speaking, folders should be 755, files should be 644, and they should be owned by the right user. Using 777 is pretty much never a proper fix.