Trying to export a list of publications results in a blank browser page, without anything happening. Exporting to other formats (eg. cvs) does work. Solution: in the file biblio.import.export.inc is the function biblio_export(). One of the parameters in this function is $format: in case of bibtex exports, the value of $format is "bib", but the switch-case looks for "bibtex". Change this into "bib" and it works again.

Comments

wtr’s picture

Update: clicking on the export BibTex link for a single publication in the list does give "bibtex" as value for the format parameter. So when you apply the above "fix", this won't work again... Annoying... Anyway, a quick fix is just making a new case statement for both bib and bibtex with the same content.

rjerome’s picture

Status: Active » Fixed

Rather than changing the switch, I changed the link (in biblio.pages.inc, line 315) so it is consistent (bibtex) everywhere.

Ron.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.