Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.8
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 11:29 UTC
Updated:
23 Dec 2009 at 13:00 UTC
Hi,
I have just updated our biblio module from version 1.7 to 1.8, and references citations does not work anymore. There is an example here:
http://www.creatis.insa-lyon.fr/site/fr/ipr
the first line contains a tag, but we can only see the two brackets [] and the Reference section at the end of the page is missing.
I have only updated the biblio module, but maybe something went wrong with Drupal filters. Does anybody have a hint about this issue?
Thanks!
Comments
Comment #1
rjerome commentedYou might want to go to admin/settings/filters and then select "configure" for the filter type in use on that page, then click the "Rearrange" button near the top of the page and make sure that biblio and footnotes are above the HTML filter.
Comment #2
sebos69 commentedUnfortunately, the biblio filter is already on top of the list. De-activating all the other filters does not change the problem neither.
Comment #3
sebos69 commentedI just noticed that if I select "Integration with the footnotes module" in the biblio settings, the references are displayed correctly (but the tags are exponent numbers, not numbers between brackets anymore).
Comment #4
rjerome commentedOK, a few minutes in the debugger revealed the problem (one of those ever so tiny ones at that)..
line 1892 should be
NOT
Committed to -dev version: http://drupal.org/cvs?commit=299766
Ron.
Comment #5
sebos69 commentedYes, it works :)
Thanks a lot Ron!